Skip to content

Commit 51a4ac0

Browse files
authored
Merge branch 'main' into rename_integrations
2 parents b5ccd2c + ec5fc71 commit 51a4ac0

File tree

140 files changed

+2226
-336
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

140 files changed

+2226
-336
lines changed

packages/aws/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "4.4.0"
3+
changes:
4+
- description: Prefer set with copy_from.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/15279
27
- version: "4.3.2"
38
changes:
49
- description: Update transform to filter out document containing an error.message from AWS Config, AWS Inspector, and AWS Security Hub latest indexes.

packages/aws/data_stream/vpcflow/elasticsearch/ingest_pipeline/default.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,11 +284,11 @@ processors:
284284
- set:
285285
if: ctx.aws?.vpcflow?.account_id != null
286286
field: cloud.account.id
287-
value: '{{aws.vpcflow.account_id}}'
287+
copy_from: aws.vpcflow.account_id
288288
- set:
289-
if: 'ctx?.aws?.vpcflow?.instance_id != null && ctx.aws.vpcflow.instance_id != "-"'
289+
if: 'ctx.aws?.vpcflow?.instance_id != null && ctx.aws.vpcflow.instance_id != "-"'
290290
field: cloud.instance.id
291-
value: '{{aws.vpcflow.instance_id}}'
291+
copy_from: aws.vpcflow.instance_id
292292
- convert:
293293
field: aws.vpcflow.packets_lost_no_route
294294
type: long

packages/aws/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 3.3.2
22
name: aws
33
title: AWS
4-
version: "4.3.2"
4+
version: "4.4.0"
55
description: Collect logs and metrics from Amazon Web Services (AWS) with Elastic Agent.
66
type: integration
77
categories:

packages/azure_app_service/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "1.0.0"
3+
changes:
4+
- description: Make Azure App Service Integration GA
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/15845
27
- version: "0.10.2"
38
changes:
49
- description: Review Azure App Service Integration documentation.

packages/azure_app_service/data_stream/app_service_logs/manifest.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
title: Collect App Service logs from Azure
22
type: logs
3-
release: experimental
43
streams:
54
- input: "azure-eventhub"
6-
enabled: false
5+
enabled: true
76
template_path: "azure-eventhub.yml.hbs"
87
title: Azure App Service logs
98
description: Collect Azure App Service logs using azure-eventhub input

packages/azure_app_service/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: "3.0.2"
22
name: azure_app_service
33
title: "Azure App Service"
4-
version: "0.10.2"
4+
version: "1.0.0"
55
source:
66
license: "Elastic-2.0"
77
description: "Collect logs from Azure App Service with Elastic Agent."

packages/elastic_agent/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "2.6.7"
3+
changes:
4+
- description: Add mapping for error fields for beats logs.
5+
type: enhancement
6+
link: "https://github.com/elastic/integrations/pull/15768"
27
- version: "2.6.6"
38
changes:
49
- description: Fixes Unhealthy Elastic Agent alert rule to include degraded status

packages/elastic_agent/data_stream/apm_server_logs/fields/ecs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,11 @@
1212
external: ecs
1313
- name: agent.version
1414
external: ecs
15+
- name: error.code
16+
external: ecs
17+
- name: error.id
18+
external: ecs
19+
- name: error.message
20+
external: ecs
1521
- name: log.level
1622
external: ecs

packages/elastic_agent/data_stream/auditbeat_logs/fields/ecs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,11 @@
1212
external: ecs
1313
- name: agent.version
1414
external: ecs
15+
- name: error.code
16+
external: ecs
17+
- name: error.id
18+
external: ecs
19+
- name: error.message
20+
external: ecs
1521
- name: log.level
1622
external: ecs

packages/elastic_agent/data_stream/cloud_defend_logs/fields/ecs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
external: ecs
1313
- name: agent.version
1414
external: ecs
15+
- name: error.code
16+
external: ecs
17+
- name: error.id
18+
external: ecs
19+
- name: error.message
20+
external: ecs
1521
- external: ecs
1622
name: log.level
1723
- external: ecs

0 commit comments

Comments
 (0)