- Notifications
You must be signed in to change notification settings - Fork 514
[elastic_agent] Add 10 remaining input dashboards #14690
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
[elastic_agent] Add 10 remaining input dashboards #14690
Conversation
| Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
| Pinging @elastic/elastic-agent (Team:Elastic-Agent) |
efd6 left a comment
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.
Suggestions:
- resize the ToC so that it renders with no need to scroll to see the full text.
- replace ", Cumulative" with " Total" in trace titles that refer to "total" type metrics
Query: Why do we have both the metric and its derivative in the unified logs dashboard?
Just to fill the space with different views of the one available metric. I'll remove the derivative. |
Done.
Done. |
f3280d1 to bd7508a Compare
efd6 left a comment
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.
Nit only, feel free to ignore: the navigation panel uses bold to indicate the current page, but the text is still a link. This doesn't need to be the case and we have been replacing that behaviour elsewhere.
Otherwise LGTM
Okay, thanks. I'll merge now and keep that in mind in the future. |
bd7508a to adf2578 Compare 0428c38 to b74ee95 Compare | Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
AndersonQ left a comment
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.
Following the test instructions, all dashboards are working. I just left a nit comment, it's up to you to address it or not
packages/elastic_agent/changelog.yml Outdated
| # newer versions go on top | ||
| - version: "2.4.0" | ||
| changes: | ||
| - description: Add 10 remaining input dashboards. |
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.
[Nit]
I'm wondering if a more user friendly change log would be good, perhaps list the added dashboards.
Co-authored-by: Dan Kortschak <dan.kortschak@elastic.co>
c672281 to acfbf23 Compare 💚 Build Succeeded
History
|
|
| Package elastic_agent - 2.4.0 containing this change is available at https://epr.elastic.co/package/elastic_agent/2.4.0/ |
Add dashboards: - [Elastic Agent] Azure Blob Storage Input Metrics - [Elastic Agent] Azure Eventhub Input Metrics - [Elastic Agent] Entity Analytics Input Metrics - [Elastic Agent] ETW Input Metrics - [Elastic Agent] GCP Pub Sub Input Metrics - [Elastic Agent] Google Cloud Storage Input Metrics - [Elastic Agent] Lumberjack Input Metrics - [Elastic Agent] Streaming Input Metrics - [Elastic Agent] Unified Logs Input Metrics - [Elastic Agent] Unix Input Metrics And update the navigation panel for all dashboards.




Proposed commit message
Checklist
changelog.ymlfile.Discussion
I did the 10 dashboards in one PR because each new dashboard means a change to the navigation of all dashboards, and because it should be easier to review one having seen the others, and because we should ideally have some consistency across dashboards.
I mostly followed the patterns in the existing dashboards.
I used data generated using this script, which was LLM generated with some tweaks.
Here's some useful data and links:
Expand for a table of
filebeat_input.input, Metric, Metric type, Metric descriptionHow to test this PR locally
To insert the generated data, use this script in the dev console.
Set the dashboard's time selector to
Jul 1, 2025 @ 00:00:00.000--Jul 1, 2025 @ 01:00:00.000.Related issues
Screenshots
Screenshots of each of the 10 new dashboards, with some fake data:
1 - Azure Blob Storage:

2 - Azure Eventhub:

3 - Entity Analytics:

4 - ETW:

5 - GCP Pub Sub:

6 - Google Cloud Storage:

7 - Lumberjack:

8 - Streaming:

9 - Unified Logs:

10 - Unix:
