Skip to content

Commit

Permalink
ssi_all: add "preserve_original_event" tag to documents with event.ki…
Browse files Browse the repository at this point in the history
…nd manually set to "pipeline_error"
  • Loading branch information
efd6 committed Dec 16, 2024
1 parent 53e2c5a commit ef373ee
Show file tree
Hide file tree
Showing 212 changed files with 874 additions and 49 deletions.
5 changes: 5 additions & 0 deletions packages/abnormal_security/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.2.0"
changes:
- description: Add "preserve_original_event" tag to documents with `event.kind` manually set to "pipeline_error".
type: enhancement
link: https://github.com/elastic/integrations/pull/12109
- version: "1.1.0"
changes:
- description: Add "preserve_original_event" tag to documents with `event.kind` set to "pipeline_error".
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,11 @@ processors:
value: pipeline_error
tag: set_pipeline_error_into_event_kind
if: ctx.error?.message != null
- append:
field: tags
value: preserve_original_event
allow_duplicates: false
if: ctx.error?.message != null
on_failure:
- append:
field: error.message
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,11 @@ processors:
value: pipeline_error
tag: set_pipeline_error_into_event_kind
if: ctx.error?.message != null
- append:
field: tags
value: preserve_original_event
allow_duplicates: false
if: ctx.error?.message != null
on_failure:
- append:
field: error.message
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,11 @@ processors:
value: pipeline_error
tag: set_pipeline_error_into_event_kind
if: ctx.error?.message != null
- append:
field: tags
value: preserve_original_event
allow_duplicates: false
if: ctx.error?.message != null
on_failure:
- append:
field: error.message
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,11 @@ processors:
tag: set_pipeline_error_to_event_kind
value: pipeline_error
if: ctx.error?.message != null
- append:
field: tags
value: preserve_original_event
allow_duplicates: false
if: ctx.error?.message != null
on_failure:
- append:
field: error.message
Expand Down
2 changes: 1 addition & 1 deletion packages/abnormal_security/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.2.1
name: abnormal_security
title: Abnormal Security
version: 1.1.0
version: 1.2.0
description: Collect logs from Abnormal Security with Elastic Agent.
type: integration
categories:
Expand Down
5 changes: 5 additions & 0 deletions packages/amazon_security_lake/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "2.2.0"
changes:
- description: Add "preserve_original_event" tag to documents with `event.kind` manually set to "pipeline_error".
type: enhancement
link: https://github.com/elastic/integrations/pull/12109
- version: "2.1.0"
changes:
- description: Add "preserve_original_event" tag to documents with `event.kind` set to "pipeline_error".
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1446,6 +1446,11 @@ processors:
value: pipeline_error
tag: set_pipeline_error_into_event_kind
if: ctx.error?.message != null
- append:
field: tags
value: preserve_original_event
allow_duplicates: false
if: ctx.error?.message != null
on_failure:
- append:
field: error.message
Expand Down
2 changes: 1 addition & 1 deletion packages/amazon_security_lake/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.0.3"
name: amazon_security_lake
title: Amazon Security Lake
version: "2.1.0"
version: "2.2.0"
description: Collect logs from Amazon Security Lake with Elastic Agent.
type: integration
categories: ["aws", "security"]
Expand Down
5 changes: 5 additions & 0 deletions packages/authentik/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.2.0"
changes:
- description: Add "preserve_original_event" tag to documents with `event.kind` manually set to "pipeline_error".
type: enhancement
link: https://github.com/elastic/integrations/pull/12109
- version: "1.1.1"
changes:
- description: Fix broken links in Security Service integrations packages.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,11 @@ processors:
value: pipeline_error
tag: set_pipeline_error_into_event_kind
if: ctx.error?.message != null
- append:
field: tags
value: preserve_original_event
allow_duplicates: false
if: ctx.error?.message != null
on_failure:
- append:
field: error.message
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,11 @@ processors:
value: pipeline_error
tag: set_pipeline_error_into_event_kind
if: ctx.error?.message != null
- append:
field: tags
value: preserve_original_event
allow_duplicates: false
if: ctx.error?.message != null
on_failure:
- append:
field: error.message
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,11 @@ processors:
value: pipeline_error
tag: set_pipeline_error_into_event_kind
if: ctx.error?.message != null
- append:
field: tags
value: preserve_original_event
allow_duplicates: false
if: ctx.error?.message != null
on_failure:
- append:
field: error.message
Expand Down
2 changes: 1 addition & 1 deletion packages/authentik/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.2.1
name: authentik
title: authentik
version: 1.1.1
version: 1.2.0
description: Collect logs from authentik with Elastic Agent.
type: integration
categories:
Expand Down
5 changes: 5 additions & 0 deletions packages/azure_network_watcher_nsg/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.2.0"
changes:
- description: Add "preserve_original_event" tag to documents with `event.kind` manually set to "pipeline_error".
type: enhancement
link: https://github.com/elastic/integrations/pull/12109
- version: "1.1.0"
changes:
- description: Add "preserve_original_event" tag to documents with `event.kind` set to "pipeline_error".
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,11 @@ processors:
value: pipeline_error
tag: set_pipeline_error_into_event_kind
if: ctx.error?.message != null
- append:
field: tags
value: preserve_original_event
allow_duplicates: false
if: ctx.error?.message != null
on_failure:
- append:
field: error.message
Expand Down
2 changes: 1 addition & 1 deletion packages/azure_network_watcher_nsg/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.1.2
name: azure_network_watcher_nsg
title: Azure Network Watcher NSG
version: "1.1.0"
version: "1.2.0"
description: Collect logs from Azure Network Watcher NSG with Elastic Agent.
type: integration
categories:
Expand Down
5 changes: 5 additions & 0 deletions packages/azure_network_watcher_vnet/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.2.0"
changes:
- description: Add "preserve_original_event" tag to documents with `event.kind` manually set to "pipeline_error".
type: enhancement
link: https://github.com/elastic/integrations/pull/12109
- version: "1.1.0"
changes:
- description: Add "preserve_original_event" tag to documents with `event.kind` set to "pipeline_error".
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,11 @@ processors:
value: pipeline_error
tag: set_pipeline_error_into_event_kind
if: ctx.error?.message != null
- append:
field: tags
value: preserve_original_event
allow_duplicates: false
if: ctx.error?.message != null
on_failure:
- append:
field: error.message
Expand Down
2 changes: 1 addition & 1 deletion packages/azure_network_watcher_vnet/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.1.2
name: azure_network_watcher_vnet
title: Azure Network Watcher VNet
version: "1.1.0"
version: "1.2.0"
description: Collect logs from Azure Network Watcher VNet with Elastic Agent.
type: integration
categories:
Expand Down
5 changes: 5 additions & 0 deletions packages/bitwarden/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.16.0"
changes:
- description: Add "preserve_original_event" tag to documents with `event.kind` manually set to "pipeline_error".
type: enhancement
link: https://github.com/elastic/integrations/pull/12109
- version: "1.15.0"
changes:
- description: Do not remove `event.original` in main ingest pipeline.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ processors:
field: event.kind
value: pipeline_error
if: ctx.error?.message != null
- append:
field: tags
value: preserve_original_event
allow_duplicates: false
if: ctx.error?.message != null
on_failure:
- append:
field: error.message
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,11 @@ processors:
field: event.kind
value: pipeline_error
if: ctx.error?.message != null
- append:
field: tags
value: preserve_original_event
allow_duplicates: false
if: ctx.error?.message != null
on_failure:
- append:
field: error.message
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@ processors:
field: event.kind
value: pipeline_error
if: ctx.error?.message != null
- append:
field: tags
value: preserve_original_event
allow_duplicates: false
if: ctx.error?.message != null
on_failure:
- append:
field: error.message
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,11 @@ processors:
value: pipeline_error
tag: set_pipeline_error_into_event_kind
if: ctx.error?.message != null
- append:
field: tags
value: preserve_original_event
allow_duplicates: false
if: ctx.error?.message != null
on_failure:
- append:
field: error.message
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,11 @@ processors:
field: event.kind
value: pipeline_error
if: ctx.error?.message != null
- append:
field: tags
value: preserve_original_event
allow_duplicates: false
if: ctx.error?.message != null
on_failure:
- append:
field: error.message
Expand Down
2 changes: 1 addition & 1 deletion packages/bitwarden/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.0.2"
name: bitwarden
title: Bitwarden
version: "1.15.0"
version: "1.16.0"
source:
license: Elastic-2.0
description: Collect logs from Bitwarden with Elastic Agent.
Expand Down
5 changes: 5 additions & 0 deletions packages/canva/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.3.0"
changes:
- description: Add "preserve_original_event" tag to documents with `event.kind` manually set to "pipeline_error".
type: enhancement
link: https://github.com/elastic/integrations/pull/12109
- version: "0.2.0"
changes:
- description: Add "preserve_original_event" tag to documents with `event.kind` set to "pipeline_error".
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1048,6 +1048,11 @@ processors:
value: pipeline_error
tag: set_pipeline_error_into_event_kind
if: ctx.error?.message != null
- append:
field: tags
value: preserve_original_event
allow_duplicates: false
if: ctx.error?.message != null
on_failure:
- append:
field: error.message
Expand Down
2 changes: 1 addition & 1 deletion packages/canva/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.2.1
name: canva
title: Canva
version: 0.2.0
version: 0.3.0
description: Collect logs from Canva with Elastic Agent.
type: integration
categories:
Expand Down
5 changes: 5 additions & 0 deletions packages/checkpoint_email/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.4.0"
changes:
- description: Add "preserve_original_event" tag to documents with `event.kind` manually set to "pipeline_error".
type: enhancement
link: https://github.com/elastic/integrations/pull/12109
- version: "0.3.0"
changes:
- description: Add "preserve_original_event" tag to documents with `event.kind` set to "pipeline_error".
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,11 @@ processors:
tag: set_pipeline_error_to_event_kind
value: pipeline_error
if: ctx.error?.message != null
- append:
field: tags
value: preserve_original_event
allow_duplicates: false
if: ctx.error?.message != null
on_failure:
- append:
field: error.message
Expand Down
2 changes: 1 addition & 1 deletion packages/checkpoint_email/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.2.2
name: checkpoint_email
title: Check Point Harmony Email & Collaboration
version: 0.3.0
version: 0.4.0
description: Collect logs from Check Point Harmony Email & Collaboration with Elastic Agent.
type: integration
categories:
Expand Down
5 changes: 5 additions & 0 deletions packages/claroty_ctd/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.4.0"
changes:
- description: Add "preserve_original_event" tag to documents with `event.kind` manually set to "pipeline_error".
type: enhancement
link: https://github.com/elastic/integrations/pull/12109
- version: "0.3.0"
changes:
- description: Add "preserve_original_event" tag to documents with `event.kind` set to "pipeline_error".
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1324,6 +1324,11 @@ processors:
tag: set_pipeline_error_to_event_kind
value: pipeline_error
if: ctx.error?.message != null
- append:
field: tags
value: preserve_original_event
allow_duplicates: false
if: ctx.error?.message != null
on_failure:
- append:
field: error.message
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,11 @@ processors:
tag: set_pipeline_error_to_event_kind
value: pipeline_error
if: ctx.error?.message != null
- append:
field: tags
value: preserve_original_event
allow_duplicates: false
if: ctx.error?.message != null
on_failure:
- append:
field: error.message
Expand Down
Loading

0 comments on commit ef373ee

Please sign in to comment.