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,4 +1,9 @@
# newer versions go on top
- version: "0.8.6"
changes:
- description: Add ECS `client.ip` mapping
type: bugfix
link: https://github.com/elastic/integrations/pull/1644
- version: "0.8.5"
changes:
- description: Update docs and logo
Expand Down
2 changes: 2 additions & 0 deletions packages/azure/data_stream/platformlogs/fields/ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,5 @@
external: ecs
- name: tags
external: ecs
- name: client.ip
external: ecs
1 change: 1 addition & 0 deletions packages/azure/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ An example event for `platformlogs` looks as following:
| azure.resource.provider | Resource type/namespace | keyword |
| azure.subscription_id | Azure subscription ID | keyword |
| azure.tenant_id | tenant ID | keyword |
| client.ip | IP address of the client (IPv4 or IPv6). | ip |
| cloud.account.id | 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. | keyword |
| cloud.availability_zone | Availability zone in which this host, resource, or service is located. | keyword |
| cloud.image.id | Image ID for the cloud instance. | keyword |
Expand Down
1 change: 1 addition & 0 deletions packages/azure/docs/platformlogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ An example event for `platformlogs` looks as following:
| azure.resource.provider | Resource type/namespace | keyword |
| azure.subscription_id | Azure subscription ID | keyword |
| azure.tenant_id | tenant ID | keyword |
| client.ip | IP address of the client (IPv4 or IPv6). | ip |
| cloud.account.id | 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. | keyword |
| cloud.availability_zone | Availability zone in which this host, resource, or service is located. | keyword |
| cloud.image.id | Image ID for the cloud instance. | keyword |
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: 0.8.5
version: 0.8.6
release: beta
description: This Elastic integration collects logs from Azure
type: integration
Expand Down