-
Notifications
You must be signed in to change notification settings - Fork 444
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
Add Cluster filter on Kubernetes Overview dashboard #1413
Add Cluster filter on Kubernetes Overview dashboard #1413
Conversation
Pinging @elastic/integrations (Team:Integrations) |
💔 Build Failed
Expand to view the summary
Build stats
Trends 🧪Steps errorsExpand to view the steps failures
|
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.
Thanks for submitting this. I left some comments. Also I think that we miss the updated screenshot for the docs.
packages/kubernetes/docs/events.md
Outdated
@@ -132,7 +132,7 @@ An example event for `event` looks as following: | |||
| host.os.platform | Operating system platform (such centos, ubuntu, windows). | keyword | | | |||
| host.os.version | Operating system version as a raw string. | keyword | | | |||
| host.type | Type of host. For Cloud providers this can be the machine type like `t2.medium`. If vm, this could be the container, for example, or other information meaningful in your environment. | keyword | | | |||
| kubernetes.annotations.* | Kubernetes annotations map | object | | | |||
| kubernetes.annotations.\* | Kubernetes annotations map | object | | |
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.
Are these backslashes intentional?
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.
These changes were generated by the elastic-package build
. Don't know why these are required.
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.
@mtojek do you know if this is normal?
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.
I ran elastic-package build
after elastic-package format
and don't see this change introduced anymore.
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.
Yes, this escaping is needed to properly visualize them in READMEs (potential conflict with italics ).
packages/kubernetes/kibana/visualization/kubernetes-16fa4470-2bfd-11e7-859b-f78b612cde28.json
Outdated
Show resolved
Hide resolved
@akshay-saraswat thanks for this. I think you should run |
|
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪 |
Ran following commands in package/kubernetes
Added a screenshot too to the updated commit. |
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.
Only one addition is needed, but overall it looks good to me.
Tests seem to fail to due to format failures: https://beats-ci.elastic.co/blue/organizations/jenkins/Ingest-manager%2Fintegrations/detail/PR-1413/5/pipeline |
|
Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
@mtojek tests seem to fail in CI while locally |
Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
What does this PR do?
Added a Cluster name selector on the [Metrics Kubernetes] Overview dashboard. This selector will be used as a filter for the dashboard. Also, added a blurb for this selector on the Kubernetes package guide to explain how this selector works and where it sources the data from.
Why is it important?
We have added a new Cluster name field in the Kubernetes package. This field will not be useful unless users could discover it in some form
in UI.
Checklist
changelog.yml
file.