Skip to content

Commit

Permalink
[AWS][ELB] Split ELB data dashboard into 3 different data dashboard (#…
Browse files Browse the repository at this point in the history
…10444)

* split ELB data dashboard into 3 different dashboard

* Update packages/aws/changelog.yml

Co-authored-by: Gabriel Pop <[email protected]>

* Review comment fixed

* ALB snapshot updated

* fomatting fixed

* Updated existing ELB dashboard

* Updated with deprecrated and New dashboard link

* dashboard size and text updated

* version updated

* file name corrected

* dashboard word removed from link and NLB description updated.

* snapshot updated

* removed deprecated elb dashboard screenshot

---------

Co-authored-by: Gabriel Pop <[email protected]>
  • Loading branch information
anil-elastic and gpop63 authored Aug 13, 2024
1 parent a235a80 commit e6362aa
Show file tree
Hide file tree
Showing 11 changed files with 6,199 additions and 324 deletions.
5 changes: 5 additions & 0 deletions packages/aws/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "2.23.0"
changes:
- description: Split the current AWS ELB dashboard into 3 separate dashboards, each focusing on a specific type of load balancer ELB, ALB, and NLB.
type: enhancement
link: https://github.com/elastic/integrations/pull/10444
- version: "2.22.1"
changes:
- description: Update max_number_of_messages parameter description
Expand Down
Binary file added packages/aws/img/aws-load-balancer-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/aws/img/metricbeat-aws-alb-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/aws/img/metricbeat-aws-elb-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/aws/img/metricbeat-aws-nlb-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,018 changes: 2,018 additions & 0 deletions packages/aws/kibana/dashboard/aws-24f3e07a-b5f5-470c-8305-47c9626db37b.json

Large diffs are not rendered by default.

1,467 changes: 1,467 additions & 0 deletions packages/aws/kibana/dashboard/aws-34021716-10b1-4338-807c-1a9bcb3da222.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1,824 changes: 1,824 additions & 0 deletions packages/aws/kibana/dashboard/aws-eab04366-1114-4ab0-ac49-9041e0a584b1.json

Large diffs are not rendered by default.

16 changes: 14 additions & 2 deletions packages/aws/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.0.0
name: aws
title: AWS
version: 2.22.1
version: 2.23.0
description: Collect logs and metrics from Amazon Web Services (AWS) with Elastic Agent.
type: integration
categories:
Expand Down Expand Up @@ -298,9 +298,21 @@ policy_templates:
size: 32x32
type: image/svg+xml
screenshots:
- src: /img/aws-load-balancer-overview.png
title: metricbeat aws load balancer overview
size: 1488x836
type: image/png
- src: /img/metricbeat-aws-elb-overview.png
title: metricbeat aws elb overview
size: 2640x2240
size: 1472x1816
type: image/png
- src: /img/metricbeat-aws-alb-overview.png
title: metricbeat aws alb overview
size: 1472x2292
type: image/png
- src: /img/metricbeat-aws-nlb-overview.png
title: metricbeat aws nlb overview
size: 1472x1284
type: image/png
- src: /img/filebeat-aws-elb-overview.png
title: filebeat aws elb overview
Expand Down

0 comments on commit e6362aa

Please sign in to comment.