-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Sample Data] Add event.dataset to sample web logs #48150
Conversation
Pinging @elastic/infra-logs-ui (Team:infra-logs-ui) |
💚 Build Succeeded |
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.
The index pattern in src/legacy/server/sample_data/data_sets/logs/saved_objects.js
needs to be updated with the event.dataset
field. The best way to go about that is to load the sample data set, go to the Kibana index pattern, and refresh the index pattern. Then go to the Saved Object UI, under management, and export just the index pattern. You should be able to copy the contents from the JSON file and update the index pattern.
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!
💚 Build Succeeded |
* [Sample Data] Add event.dataset to sample web logs * Update saved_objects.js
Summary
Fixes #47119
Adds an
event.dataset
property to the sample web logs.Checklist
[ ] This was checked for cross-browser compatibility, including a check against IE11[ ] Any text added follows EUI's writing guidelines, uses sentence case text and includes i18n support[ ] Documentation was added for features that require explanation or tutorials-
[ ] Unit or functional tests were updated or added to match the most common scenarios[ ] This was checked for keyboard-only and screenreader accessibilityFor maintainers