-
Notifications
You must be signed in to change notification settings - Fork 474
System dashboards add filters #5198
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
Conversation
🌐 Coverage report
|
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 good to me. @leehinman @fearful-symmetry can I have 👀 on this?
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.
Overall looks good. Just one question on a query for docker-fleet-agent.
@@ -8,7 +8,7 @@ | |||
"highlightAll": true, | |||
"query": { | |||
"language": "kuery", | |||
"query": "" | |||
"query": "host.name:\"docker-fleet-agent\"" |
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 is this query for? I don't remember the system dashboard having a query for docker-fleet-agent specifically.
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.
You are right, there should not be a filter like that... I probably slipped up while modifying the dashboards... I will check it
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.
Pushed a fixup without that filter.. I didn't realize that would be added when navigating from the system overview to the host overview by clicking on a hostname so when I modified the dashboard that got saved and exported as well 😅
Nice catch! 👍
Package system - 1.24.1 containing this change is available at https://epr.elastic.co/search?package=system |
What does this PR do?
Added
dataset
filters for system metrics dashboardsChecklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
Screenshots