Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/aws_cloudtrail_otel/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.3.0"
changes:
- description: Add tags to Kibana assets
type: enhancement
link: https://github.com/elastic/integrations/pull/19940
- version: "0.2.0"
changes:
- description: Use standardized asset naming convention
Expand Down
9 changes: 9 additions & 0 deletions packages/aws_cloudtrail_otel/kibana/tags.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- text: AWS
asset_types:
- dashboard
- text: CloudTrail
asset_types:
- dashboard
- text: OpenTelemetry
asset_types:
- dashboard
2 changes: 1 addition & 1 deletion packages/aws_cloudtrail_otel/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.5.0
name: aws_cloudtrail_otel
title: "AWS CloudTrail Logs OpenTelemetry Assets"
version: 0.2.0
version: 0.3.0
source:
license: "Elastic-2.0"
description: "AWS CloudTrail Logs OpenTelemetry Assets"
Expand Down
5 changes: 5 additions & 0 deletions packages/aws_ec2_otel/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.9.0"
changes:
- description: Add tags to Kibana assets
type: enhancement
link: https://github.com/elastic/integrations/pull/19940
- version: "0.8.0"
changes:
- description: Reintroduce "Unknown" status across EC2 dashboard panels.
Expand Down
12 changes: 12 additions & 0 deletions packages/aws_ec2_otel/kibana/tags.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- text: AWS
asset_types:
- dashboard
- alerting_rule_template
- text: EC2
asset_types:
- dashboard
- alerting_rule_template
- text: OpenTelemetry
asset_types:
- dashboard
- alerting_rule_template
2 changes: 1 addition & 1 deletion packages/aws_ec2_otel/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.6.0
name: aws_ec2_otel
title: "AWS EC2 Metrics OpenTelemetry Assets"
version: 0.8.0
version: 0.9.0
source:
license: "Elastic-2.0"
description: "AWS EC2 Metrics OpenTelemetry Assets"
Expand Down
5 changes: 5 additions & 0 deletions packages/aws_ecs_otel/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.8.0"
changes:
- description: Add tags to Kibana assets
type: enhancement
link: https://github.com/elastic/integrations/pull/19940
- version: "0.7.0"
changes:
- description: Remove the idle status and map "no data" to "Unknown" across ECS dashboard panels.
Expand Down
12 changes: 12 additions & 0 deletions packages/aws_ecs_otel/kibana/tags.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- text: AWS
asset_types:
- dashboard
- alerting_rule_template
- text: ECS
asset_types:
- dashboard
- alerting_rule_template
- text: OpenTelemetry
asset_types:
- dashboard
- alerting_rule_template
2 changes: 1 addition & 1 deletion packages/aws_ecs_otel/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.6.0
name: aws_ecs_otel
title: "AWS ECS Metrics OpenTelemetry Assets"
version: 0.7.0
version: 0.8.0
source:
license: "Elastic-2.0"
description: "AWS ECS Metrics OpenTelemetry Assets"
Expand Down
5 changes: 5 additions & 0 deletions packages/aws_elb_metrics_otel/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.9.0"
changes:
- description: Add tags to Kibana assets
type: enhancement
link: https://github.com/elastic/integrations/pull/19940
- version: "0.8.0"
changes:
- description: Remove the idle status and rename "no data" to "Unknown" across ELB dashboard panels.
Expand Down
12 changes: 12 additions & 0 deletions packages/aws_elb_metrics_otel/kibana/tags.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- text: AWS
asset_types:
- dashboard
- alerting_rule_template
- text: ELB
asset_types:
- dashboard
- alerting_rule_template
- text: OpenTelemetry
asset_types:
- dashboard
- alerting_rule_template
2 changes: 1 addition & 1 deletion packages/aws_elb_metrics_otel/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.6.0
name: aws_elb_metrics_otel
title: "AWS ELB Metrics OpenTelemetry Assets"
version: 0.8.0
version: 0.9.0
source:
license: "Elastic-2.0"
description: "AWS ELB Metrics OpenTelemetry Assets"
Expand Down
5 changes: 5 additions & 0 deletions packages/aws_elb_otel/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.3.0"
changes:
- description: Add tags to Kibana assets
type: enhancement
link: https://github.com/elastic/integrations/pull/19940
- version: "0.2.1"
changes:
- description: Standardize the package title and description to the `AWS <service> <signal> OpenTelemetry Assets` naming convention.
Expand Down
9 changes: 9 additions & 0 deletions packages/aws_elb_otel/kibana/tags.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- text: AWS
asset_types:
- dashboard
- text: ELB
asset_types:
- dashboard
- text: OpenTelemetry
asset_types:
- dashboard
2 changes: 1 addition & 1 deletion packages/aws_elb_otel/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.5.0
name: aws_elb_otel
title: "AWS ELB Logs OpenTelemetry Assets"
version: 0.2.1
version: 0.3.0
source:
license: "Elastic-2.0"
description: "AWS ELB Logs OpenTelemetry Assets"
Expand Down
5 changes: 5 additions & 0 deletions packages/aws_lambda_otel/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.9.0"
changes:
- description: Add tags to Kibana assets
type: enhancement
link: https://github.com/elastic/integrations/pull/19940
- version: "0.8.0"
changes:
- description: Remove the idle card and merge idle into "Unknown" across Lambda dashboard panels.
Expand Down
12 changes: 12 additions & 0 deletions packages/aws_lambda_otel/kibana/tags.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- text: AWS
asset_types:
- dashboard
- alerting_rule_template
- text: Lambda
asset_types:
- dashboard
- alerting_rule_template
- text: OpenTelemetry
asset_types:
- dashboard
- alerting_rule_template
2 changes: 1 addition & 1 deletion packages/aws_lambda_otel/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.6.0
name: aws_lambda_otel
title: "AWS Lambda Metrics OpenTelemetry Assets"
version: 0.8.0
version: 0.9.0
source:
license: "Elastic-2.0"
description: "AWS Lambda Metrics OpenTelemetry Assets"
Expand Down
5 changes: 5 additions & 0 deletions packages/aws_rds_otel/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.9.0"
changes:
- description: Add tags to Kibana assets
type: enhancement
link: https://github.com/elastic/integrations/pull/19940
- version: "0.8.0"
changes:
- description: Remove the idle status and map "no data" to "Unknown" across RDS dashboard panels.
Expand Down
12 changes: 12 additions & 0 deletions packages/aws_rds_otel/kibana/tags.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- text: AWS
asset_types:
- dashboard
- alerting_rule_template
- text: RDS
asset_types:
- dashboard
- alerting_rule_template
- text: OpenTelemetry
asset_types:
- dashboard
- alerting_rule_template
2 changes: 1 addition & 1 deletion packages/aws_rds_otel/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.6.0
name: aws_rds_otel
title: "AWS RDS Metrics OpenTelemetry Assets"
version: 0.8.0
version: 0.9.0
source:
license: "Elastic-2.0"
description: "AWS RDS Metrics OpenTelemetry Assets"
Expand Down
5 changes: 5 additions & 0 deletions packages/aws_sqs_otel/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.9.0"
changes:
- description: Add tags to Kibana assets
type: enhancement
link: https://github.com/elastic/integrations/pull/19940
- version: "0.8.0"
changes:
- description: Remove the idle status and map "no data" to "Unknown" across SQS dashboard panels.
Expand Down
12 changes: 12 additions & 0 deletions packages/aws_sqs_otel/kibana/tags.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- text: AWS
asset_types:
- dashboard
- alerting_rule_template
- text: SQS
asset_types:
- dashboard
- alerting_rule_template
- text: OpenTelemetry
asset_types:
- dashboard
- alerting_rule_template
2 changes: 1 addition & 1 deletion packages/aws_sqs_otel/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.6.0
name: aws_sqs_otel
title: "AWS SQS Metrics OpenTelemetry Assets"
version: 0.8.0
version: 0.9.0
source:
license: "Elastic-2.0"
description: "AWS SQS Metrics OpenTelemetry Assets"
Expand Down
5 changes: 5 additions & 0 deletions packages/aws_vpcflow_otel/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.4.0"
changes:
- description: Add tags to Kibana assets
type: enhancement
link: https://github.com/elastic/integrations/pull/19940
- version: "0.3.0"
changes:
- description: Use standardized asset naming convention
Expand Down
9 changes: 9 additions & 0 deletions packages/aws_vpcflow_otel/kibana/tags.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- text: AWS
asset_types:
- dashboard
- text: VPC Flow
asset_types:
- dashboard
- text: OpenTelemetry
asset_types:
- dashboard
2 changes: 1 addition & 1 deletion packages/aws_vpcflow_otel/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.5.7
name: aws_vpcflow_otel
title: "AWS VPC Flow Logs OpenTelemetry Assets"
version: 0.3.0
version: 0.4.0
source:
license: "Elastic-2.0"
description: "AWS VPC Flow Logs OpenTelemetry Assets"
Expand Down
5 changes: 5 additions & 0 deletions packages/aws_waf_otel/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.3.0"
changes:
- description: Add tags to Kibana assets
type: enhancement
link: https://github.com/elastic/integrations/pull/19940
- version: "0.2.0"
changes:
- description: Use standardized asset naming convention
Expand Down
9 changes: 9 additions & 0 deletions packages/aws_waf_otel/kibana/tags.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- text: AWS
asset_types:
- dashboard
- text: WAF
asset_types:
- dashboard
- text: OpenTelemetry
asset_types:
- dashboard
2 changes: 1 addition & 1 deletion packages/aws_waf_otel/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.5.0
name: aws_waf_otel
title: "AWS WAF Logs OpenTelemetry Assets"
version: 0.2.0
version: 0.3.0
source:
license: "Elastic-2.0"
description: "AWS WAF Logs OpenTelemetry Assets"
Expand Down
5 changes: 5 additions & 0 deletions packages/azure_activity_otel/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.2.0"
changes:
- description: Add tags to Kibana assets
type: enhancement
link: https://github.com/elastic/integrations/pull/19940
- version: "0.1.1"
changes:
- description: Replace PNG logo with SVG
Expand Down
12 changes: 12 additions & 0 deletions packages/azure_activity_otel/kibana/tags.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- text: Azure
asset_types:
- dashboard
- alerting_rule_template
- text: Activity Logs
asset_types:
- dashboard
- alerting_rule_template
- text: OpenTelemetry
asset_types:
- dashboard
- alerting_rule_template
2 changes: 1 addition & 1 deletion packages/azure_activity_otel/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.5.4
name: azure_activity_otel
title: "Azure Activity Logs OpenTelemetry Assets"
version: 0.1.1
version: 0.2.0
source:
license: "Elastic-2.0"
description: "Azure Activity Logs OpenTelemetry Assets"
Expand Down
5 changes: 5 additions & 0 deletions packages/azure_gateway_otel/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.2.0"
changes:
- description: Add tags to Kibana assets
type: enhancement
link: https://github.com/elastic/integrations/pull/19940
- version: "0.1.0"
changes:
- description: Initial draft of the Azure Application Gateway OpenTelemetry Assets package
Expand Down
9 changes: 9 additions & 0 deletions packages/azure_gateway_otel/kibana/tags.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- text: Azure
asset_types:
- dashboard
- text: Application Gateway
asset_types:
- dashboard
- text: OpenTelemetry
asset_types:
- dashboard
2 changes: 1 addition & 1 deletion packages/azure_gateway_otel/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.5.7
name: azure_gateway_otel
title: "Azure Application Gateway OpenTelemetry Assets"
version: 0.1.0
version: 0.2.0
source:
license: "Elastic-2.0"
description: "Azure Application Gateway OpenTelemetry Assets"
Expand Down
5 changes: 5 additions & 0 deletions packages/gcp_audit_otel/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.3.0"
changes:
- description: Add tags to Kibana assets
type: enhancement
link: https://github.com/elastic/integrations/pull/19940
- version: "0.2.0"
changes:
- description: Use standardized asset naming convention
Expand Down
9 changes: 9 additions & 0 deletions packages/gcp_audit_otel/kibana/tags.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- text: GCP
asset_types:
- dashboard
- text: Audit Logs
asset_types:
- dashboard
- text: OpenTelemetry
asset_types:
- dashboard
2 changes: 1 addition & 1 deletion packages/gcp_audit_otel/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.5.4
name: gcp_audit_otel
title: "GCP Audit Logs OpenTelemetry Assets"
version: 0.2.0
version: 0.3.0
source:
license: "Elastic-2.0"
description: "GCP Audit Logs OpenTelemetry Assets"
Expand Down
Loading
Loading