[AWS] Migrate EC2 metrics dashboard to lenses#5626
Merged
gpop63 merged 5 commits intoelastic:mainfrom Jun 7, 2023
Merged
Conversation
🌐 Coverage report
|
drewdaemon
reviewed
Apr 6, 2023
Contributor
drewdaemon
left a comment
There was a problem hiding this comment.
Hi @gpop63 ! Glad to see this!
How would you feel about the following changes?
- move the
EC2 CPU Utilizationvisualization to the right of the instance state pie chart and status check failed metric. Make theEC2 CPU Utilizationvis take up half the screen, with the others taking up 1/4 each. - transpose the bottom four visualizations such that
Network In Bytesis vertically aboveNetwork out bytesandDiskIO Read Bytesis aboveDisk IO Write Bytes. This should make comparisons between the members of each pair easier since they will be aligned along the same time axis.
|
Hi! We just realized that we haven't looked into this PR in a while. We're sorry! We're labeling this issue as |
Contributor
|
From meeting
|
Contributor
Author
drewdaemon
approved these changes
May 30, 2023
zmoog
approved these changes
Jun 5, 2023
|
Package aws - 1.40.8 containing this change is available at https://epr.elastic.co/search?package=aws |
5 tasks
sodhikirti07
pushed a commit
that referenced
this pull request
Jun 15, 2023
* add lenses * bump package version * fix layout
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

What does this PR do?
Migrates visualizations to lenses and adds input control groups.
I used https://github.com/elastic/elastic-integration-corpus-generator-tool/ to generate random data stream data. For some reason old visualizations would not show the data in the dashboard so the before image would be empty panels.
Before:

After:

Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots