Skip to content

[MySQL] Modify the dimension field mapping to support public cloud deployment #6040

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

Merged
merged 5 commits into from
Jul 5, 2023
Merged
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/mysql/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.12.2"
changes:
- description: Modifed the dimension field mapping to support public cloud deployment.
type: bugfix
link: https://github.com/elastic/integrations/pull/6040
- version: "1.12.1"
changes:
- description: Add system test cases for performance datastream
Expand Down
6 changes: 4 additions & 2 deletions packages/mysql/data_stream/galera_status/fields/agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
level: extended
type: keyword
ignore_above: 1024
dimension: true
description: 'The cloud account or organization id used to identify different entities in a multi-tenant environment.

Examples: AWS account id, Google Cloud ORG Id, or other unique identifier.'
Expand All @@ -17,6 +18,7 @@
level: extended
type: keyword
ignore_above: 1024
dimension: true
description: Availability zone in which this host is running.
example: us-east-1c
- name: instance.id
Expand Down Expand Up @@ -48,12 +50,12 @@
level: extended
type: keyword
ignore_above: 1024
dimension: true
description: Region in which this host is running.
example: us-east-1
- name: project.id
type: keyword
description: Name of the project in Google Cloud.
dimension: true
- name: image.id
type: keyword
description: Image ID for the cloud instance.
Expand Down Expand Up @@ -208,4 +210,4 @@
- name: id
type: keyword
ignore_above: 1024
dimension: true
dimension: true
6 changes: 4 additions & 2 deletions packages/mysql/data_stream/status/fields/agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
level: extended
type: keyword
ignore_above: 1024
dimension: true
description: 'The cloud account or organization id used to identify different entities in a multi-tenant environment.

Examples: AWS account id, Google Cloud ORG Id, or other unique identifier.'
Expand All @@ -17,6 +18,7 @@
level: extended
type: keyword
ignore_above: 1024
dimension: true
description: Availability zone in which this host is running.
example: us-east-1c
- name: instance.id
Expand Down Expand Up @@ -48,12 +50,12 @@
level: extended
type: keyword
ignore_above: 1024
dimension: true
description: Region in which this host is running.
example: us-east-1
- name: project.id
type: keyword
description: Name of the project in Google Cloud.
dimension: true
- name: image.id
type: keyword
description: Image ID for the cloud instance.
Expand Down Expand Up @@ -208,4 +210,4 @@
- name: id
type: keyword
ignore_above: 1024
dimension: true
dimension: true
2 changes: 1 addition & 1 deletion packages/mysql/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: mysql
title: MySQL
version: "1.12.1"
version: "1.12.2"
license: basic
description: Collect logs and metrics from MySQL servers with Elastic Agent.
type: integration
Expand Down