-
Notifications
You must be signed in to change notification settings - Fork 527
Updates to OTel VPC Flow Log Dashboard + YAML Dashboard Validator #16969
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
base: main
Are you sure you want to change the base?
Conversation
💔 Build Failed
Failed CI StepsHistory
|
| "coreMigrationVersion": "8.8.0", | ||
| "created_at": "2023-10-01T00:00:00Z", | ||
| "created_by": "admin", | ||
| "id": "aws-vpcflow-otel-interface", |
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.
to build the package (and fix the CI) the following change is needed for all of them:
change the "id"s to begin with the package name aws_vpcflow_otel. Also, the dashboard filenames should correspond to the id + .json, so fot this one the filename should be aws_vpcflow_otel-interface.json
| "id": "aws-vpcflow-otel-interface", | |
| "id": "aws_vpcflow_otel-interface", |
mykola-elastic
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.
I like how this looks and where this goes. Conducting some testing of the dashboards...
mykola-elastic
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.
Per dashboard comments
Overview
- All looks good to me
Traffic Analysis
- Contains "Top interfaces by bandwidth" which could be moved to "Interface analysis" dasbhoard
Interface analysis
- The panel says "Top Traffic by Interface", however the three graphs below categorize based on IPs and ports only - which also can be moved to "Traffic Analysis" dashboard.
- Update dashboard IDs to use underscores in package name part (aws_vpcflow_otel-* instead of aws-vpcflow-otel-*) - Move "Top Interfaces by Bandwidth" from Traffic Analysis to Interface Analysis (interface-focused metric) - Move IP/port traffic panels from Interface Analysis to Traffic Analysis as new "Top Sources and Destinations" section - Update README.md panel counts and descriptions - Update index.md dashboard IDs and descriptions 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <[email protected]> Co-authored-by: Bill Easton <[email protected]>
Updates to the OTel VPC Flow Log Dashboard + YAML version of dashboard leveraging https://github.com/strawgate/kb-yaml-to-lens
Iterating on the actual panels here strawgate/kb-yaml-to-lens#914
Overview
Interface Analysis
Traffic Analysis
Current Dashboard on Main
The following is the dashboard on main that is being replaced
