Skip to content

Commit

Permalink
[AWS] Fix dashboards metric charts (#7129)
Browse files Browse the repository at this point in the history
* fix firewall_metrics dashboard metric charts color

* fix natgateway metrics dashboard metric charts color

* fix EC2 metrics dashboard metric charts color

* fix elb metrics dashboard metric charts color

* bump package version

* fix PR link in changelog
  • Loading branch information
gpop63 committed Aug 10, 2023
1 parent 0c88f39 commit 1f96d4f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 13 deletions.
5 changes: 5 additions & 0 deletions packages/aws/changelog.yml
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.52.1"
changes:
- description: Use default color for AWS dashboards metric charts.
type: enhancement
link: https://github.com/elastic/integrations/pull/7129
- version: "1.52.0"
changes:
- description: Enable TSDB by default for cloudwatch metrics data stream. This improves storage usage and query performance. For more details, see https://www.elastic.co/guide/en/elasticsearch/reference/current/tsds.html.
Expand Down
Expand Up @@ -123,7 +123,6 @@
"query": ""
},
"visualization": {
"color": "#ffffff",
"layerId": "32700201-1770-46bd-9ee6-64cad8904bdc",
"layerType": "data",
"metricAccessor": "120709bf-e5a1-4646-9ee7-ae2d5d5f144d"
Expand Down Expand Up @@ -190,7 +189,6 @@
"query": ""
},
"visualization": {
"color": "#ffffff",
"layerId": "32700201-1770-46bd-9ee6-64cad8904bdc",
"layerType": "data",
"metricAccessor": "120709bf-e5a1-4646-9ee7-ae2d5d5f144d"
Expand Down Expand Up @@ -257,7 +255,6 @@
"query": ""
},
"visualization": {
"color": "#ffffff",
"layerId": "454630b2-cff5-45ab-9cfc-ec19c5aeb97a",
"layerType": "data",
"metricAccessor": "9fc78ba7-ca2c-41da-8723-8f7c14623b98"
Expand Down Expand Up @@ -324,7 +321,6 @@
"query": ""
},
"visualization": {
"color": "#ffffff",
"layerId": "32700201-1770-46bd-9ee6-64cad8904bdc",
"layerType": "data",
"metricAccessor": "120709bf-e5a1-4646-9ee7-ae2d5d5f144d"
Expand Down Expand Up @@ -391,7 +387,6 @@
"query": ""
},
"visualization": {
"color": "#ffffff",
"layerId": "454630b2-cff5-45ab-9cfc-ec19c5aeb97a",
"layerType": "data",
"metricAccessor": "9f99f66f-4762-4030-9704-d215568cce9c"
Expand Down Expand Up @@ -458,7 +453,6 @@
"query": ""
},
"visualization": {
"color": "#ffffff",
"layerId": "454630b2-cff5-45ab-9cfc-ec19c5aeb97a",
"layerType": "data",
"metricAccessor": "9fc78ba7-ca2c-41da-8723-8f7c14623b98"
Expand Down
Expand Up @@ -90,7 +90,6 @@
"query": ""
},
"visualization": {
"color": "#ffffff",
"layerId": "2be82836-3227-41d5-8ad2-f7b666330f2e",
"layerType": "data",
"metricAccessor": "921ab0b9-2a39-4b9a-9a9f-fc9cf0db58ac"
Expand Down Expand Up @@ -305,7 +304,6 @@
"query": ""
},
"visualization": {
"color": "#ffffff",
"layerId": "c49d4404-7e1d-47b8-a6f7-0c5c67eddc0d",
"layerType": "data",
"metricAccessor": "b09057e6-1cb6-40b0-b671-fa5f75f49c88"
Expand Down Expand Up @@ -377,7 +375,6 @@
"query": ""
},
"visualization": {
"color": "#ffffff",
"layerId": "daa7ca03-5ead-495d-8eac-80aa3d03f95f",
"layerType": "data",
"metricAccessor": "00722a15-cbac-4ddb-a505-b60f4003070c",
Expand Down
Expand Up @@ -249,7 +249,6 @@
"query": ""
},
"visualization": {
"color": "#ffffff",
"layerId": "9c4853fc-7664-4b48-97c4-856bc94b6889",
"layerType": "data",
"metricAccessor": "ec85ba57-c17c-417d-9d1d-2b84ad163643"
Expand Down
Expand Up @@ -446,7 +446,6 @@
"query": ""
},
"visualization": {
"color": "#ffffff",
"layerId": "d825a0ad-7b01-4867-b39d-b265fa804a77",
"layerType": "data",
"metricAccessor": "0459af2a-4945-405a-8b39-3aa3c7387d51"
Expand Down Expand Up @@ -522,7 +521,6 @@
"query": ""
},
"visualization": {
"color": "#FFF",
"layerId": "95c74866-a10c-4846-99a6-d4478075f9aa",
"layerType": "data",
"metricAccessor": "f16d2264-abf6-4a3a-b7e1-be8e69f239de"
Expand Down
2 changes: 1 addition & 1 deletion packages/aws/manifest.yml
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: aws
title: AWS
version: 1.52.0
version: 1.52.1
license: basic
description: Collect logs and metrics from Amazon Web Services (AWS) with Elastic Agent.
type: integration
Expand Down

0 comments on commit 1f96d4f

Please sign in to comment.