-
Notifications
You must be signed in to change notification settings - Fork 165
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
Logs app: Add index pattern content #725
Conversation
A documentation preview will be available soon: |
| *Indices* | Index pattern or patterns in the {es} indices to read log data from. | ||
| *Index pattern* | Index pattern or patterns in the {es} indices to read log data from. | ||
|
||
Each log source now integrates with {kib} index patterns which support creating and |
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.
What are Kibana index patterns? This term was added to our "What's New" doc as well, but I can't find any mention of it in the runtime fields docs, or anywhere else in the Kibana guide.
@bmorelli25 I think the term Kibana Index Patterns relates to the standard index patterns described here. Previously, the Logs UI used Elasticsearch index name patterns. Now the user has a choice to configure a Kibana index pattern instead to incorporate runtime fields, which is not available with Elasticsearch index name patterns. Hi @weltenwort Could you help clarify this is little more? Thanks! |
@EamonnTP thanks for taking care of the docs ❤️ Your explanation is absolutely on point. We're using the prefix "Kibana" to "index patterns" to differentiate them from the index name patterns (strings such as As for the Logs UI, using Kibana index patterns (KIP) will become the preferred style of configuration soon. The user will be prompted to choose a KIP when they visit the Logs UI for the first time. And we'll incorporate a flyout that allows for creation of new KIPs right there without leaving the app. |
Thanks @weltenwort! Is this doc update sufficient enough or do you feel we need to add more clarification? |
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.
Fantastic. Appreciate the explanation @EamonnTP and @weltenwort!
@EamonnTP how about adding something like
Would that be useful info for the user? |
Thanks @weltenwort I added the additional context. |
* Add index pattern content * Update doc link * Review edit
* Add index pattern content * Update doc link * Review edit
Summary
This PR adds content regarding Kibana index patterns that are available for selection in the Logs app settings.
Docs preview
https://observability-docs_725.docs-preview.app.elstc.co/guide/en/observability/master/configure-data-sources.html#edit-config-settings