Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 Explorer] Support logs data views #176078
[Logs Explorer] Support logs data views #176078
Changes from all commits
88bdc25
cef8208
c112c4d
ae18df5
2743146
c2fe373
3b06e96
c6ad9c3
42603a3
524d93d
6b3d183
0b5a328
15686c5
9e1315e
02a4cb2
9bbae5c
a193ea9
c0d07c2
9e5f0ca
9aa6597
e2fd413
bebf0d1
539dcd3
66a36a1
95a854a
a0d3eaa
af509fc
e90e1f0
a9013f6
a138d74
309f574
7dcefa2
cf5d8e9
11332ee
ded1e99
6ecc83c
f8d903f
0695287
f818965
7a997a2
7f720f1
4adaf96
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
note: this property will be useful to differentiate between different data views and group them by its value.
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.
note: Starting from a single base pattern such as
logs
,metrics
, etc.., this function allows to create a regular expression to test an index pattern for:logs-
,logs-system.syslog-default
, etc...)logs-
,remote_cluster:logs-*
, etc...)logs-*,remote_cluster:logs-*
, etc...)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.
Really loved the explanatory way of creating the regex 💯