Skip to content
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

[azure/graphactivitylogs] fix destination.geo.region_name mapping #11749

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 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/azure/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- version: "1.19.3"
changes:
- description: Fix destination.geo.region_name mapping.
type: bugfix
link: https://github.com/elastic/integrations/pull/11749
- version: "1.19.2"
changes:
- description: Rename the `properties` field to `properties.raw` to avoid parse errors when the `properties` field contains a string.
Expand Down
2 changes: 2 additions & 0 deletions packages/azure/data_stream/graphactivitylogs/fields/ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
external: ecs
- name: source.geo.location
external: ecs
- name: destination.geo.region_name
kaiyan-sheng marked this conversation as resolved.
Show resolved Hide resolved
external: ecs
1 change: 1 addition & 0 deletions packages/azure/docs/graphactivitylogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ Please refer to the following [document](https://www.elastic.co/guide/en/ecs/cur
| data_stream.dataset | Data stream dataset name. | constant_keyword |
| data_stream.namespace | Data stream namespace. | constant_keyword |
| data_stream.type | Data stream type. | constant_keyword |
| destination.geo.region_name | Region name. | keyword |
| event.dataset | Event dataset | constant_keyword |
| event.module | Event module | constant_keyword |
| host.containerized | If the host is a container. | boolean |
Expand Down
2 changes: 1 addition & 1 deletion packages/azure/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: azure
title: Azure Logs
version: 1.19.2
version: 1.19.3
description: This Elastic integration collects logs from Azure
type: integration
icons:
Expand Down