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

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.15.1"
changes:
- description: Fix [client|source].geo.location ECS field mapping
type: bugfix
link: https://github.com/elastic/integrations/pull/11102
- version: "1.15.0"
changes:
- description: Add new section on Azure Functions hosting plans.
Expand Down
8 changes: 2 additions & 6 deletions packages/azure/data_stream/graphactivitylogs/fields/ecs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
- name: client.geo.location.lat
- name: client.geo.location
external: ecs
- name: client.geo.location.lon
external: ecs
- name: source.geo.location.lat
external: ecs
- name: source.geo.location.lon
- name: source.geo.location
external: ecs
6 changes: 2 additions & 4 deletions packages/azure/docs/graphactivitylogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,7 @@ Please refer to the following [document](https://www.elastic.co/guide/en/ecs/cur
| azure.resource.provider | Resource type/namespace. | keyword |
| azure.subscription_id | Azure subscription ID. | keyword |
| azure.tenant_id | tenant ID. | keyword |
| client.geo.location.lat | Longitude and latitude. | geo_point |
| client.geo.location.lon | Longitude and latitude. | geo_point |
| client.geo.location | Longitude and latitude. | geo_point |
| cloud.image.id | Image ID for the cloud instance. | keyword |
| data_stream.dataset | Data stream dataset name. | constant_keyword |
| data_stream.namespace | Data stream namespace. | constant_keyword |
Expand All @@ -268,6 +267,5 @@ Please refer to the following [document](https://www.elastic.co/guide/en/ecs/cur
| host.containerized | If the host is a container. | boolean |
| host.os.build | OS build information. | keyword |
| host.os.codename | OS codename, if any. | keyword |
| source.geo.location.lat | Longitude and latitude. | geo_point |
| source.geo.location.lon | Longitude and latitude. | geo_point |
| source.geo.location | Longitude and latitude. | geo_point |

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.15.0
version: 1.15.1
description: This Elastic integration collects logs from Azure
type: integration
icons:
Expand Down