-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 a fully-featured dashboard for Enterprise Search #28415
Add a fully-featured dashboard for Enterprise Search #28415
Conversation
This pull request does not have a backport label. Could you fix it @kovyrin? 🙏
NOTE: |
Pinging @elastic/integrations (Team:Integrations) |
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.
Linting failed, I guess it's the indentation of x-pack/metricbeat/module/enterprisesearch/module.yml
. Try a mage fmt update
OK, CI tests pass and my local testing seems to work as well. What's the next step for getting this shipped? :-) |
I did a cursory review of the JSON file and looked at the screenshots. LGTM. 👍 I will wait for a proper build candidate and test it end-to-end after the merge. |
For future reference: the file here was generated by the following command:
|
* Add a fully-featured dashboard for Enterprise Search * Update description * Correct title format and better description * Re-import the dashboard from a 7.x kibana * Switch to the default index pattern (cherry picked from commit 6431e41)
* Add a fully-featured dashboard for Enterprise Search * Update description * Correct title format and better description * Re-import the dashboard from a 7.x kibana * Switch to the default index pattern
What does this PR do?
This PR adds a fully-featured Kibana dashboard to be used with the new Enterprise Search module for metricbeat.
See the Screenshots section below for an example screenshot.
Why is it important?
Enterprise Search users need to be able to visualize the metrics produced by the new Enterprise Search metricbeat module. Since the Stack Monitoring integration is unlikely to land in 7.16 (elastic/kibana#114303), we want to ship the Kibana dashboard version of the same visualizations to make it easier to our users to consume new metrics in an efficient way.
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Author's Checklist
How to test this PR locally
x-pack/metricbeat
mage build
Screenshots