-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update geoip data for test_module #8401
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
"haproxy.backend_name": "docs_microservice", | ||
"haproxy.http.request.raw_request_line": "GET /component---src-pages-index-js-4b15624544f97cf0bb8f.js HTTP/1.1", | ||
"haproxy.http.request.captured_cookie": "-", | ||
"@timestamp": "2018-07-30T09:03:52.726Z", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like we should make sure the output fields are always sorted the same way.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When GENERATE=1
is used to generate these files, they are alphabetically sorted.
json.dump(objects, f, indent=4, sort_keys=True)
This file came from community, not sure how it was generated then, but it should be fine in that sense from now on.
(cherry picked from commit 2fb5984)
Workarounds #8400 by now