Skip to content

Removed event original processors in database and mq integrations #13518

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

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open
5 changes: 5 additions & 0 deletions packages/ibmmq/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.7.0"
changes:
- description: Allow @custom pipeline access to event.original without setting preserve_original_event.
type: enhancement
link: https://github.com/elastic/integrations/pull/13518
- version: "1.6.1"
changes:
- description: Added description to ssl nodes including links to documentation.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,6 @@ processors:
- ibmmq.errorlog.commentinsert3
ignore_missing: true
ignore_failure: true
- remove:
field: event.original
if: "ctx?.tags == null || !(ctx.tags.contains('preserve_original_event'))"
ignore_missing: true
ignore_failure: true
- script:
description: Drops null/empty values recursively.
lang: painless
Expand Down
2 changes: 1 addition & 1 deletion packages/ibmmq/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.0.2
name: ibmmq
title: IBM MQ
version: "1.6.1"
version: "1.7.0"
source:
license: Elastic-2.0
description: Collect logs and metrics from IBM MQ with Elastic Agent.
Expand Down
5 changes: 5 additions & 0 deletions packages/kafka/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.19.0"
changes:
- description: Allow @custom pipeline access to event.original without setting preserve_original_event.
type: enhancement
link: https://github.com/elastic/integrations/pull/13518
- version: "1.18.4"
changes:
- description: Update supported kafka versions in README.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@ processors:
ctx.event.type = ["info"];
}
}
- remove:
field: event.original
if: "ctx?.tags == null || !(ctx.tags.contains('preserve_original_event'))"
ignore_failure: true
ignore_missing: true
on_failure:
- set:
field: error.message
Expand Down
2 changes: 1 addition & 1 deletion packages/kafka/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.0.2"
name: kafka
title: Kafka
version: "1.18.4"
version: "1.19.0"
description: Collect logs and metrics from Kafka servers with Elastic Agent.
type: integration
categories:
Expand Down
5 changes: 5 additions & 0 deletions packages/mongodb/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- version: "1.21.0"
changes:
- description: Allow @custom pipeline access to event.original without setting preserve_original_event.
type: enhancement
link: https://github.com/elastic/integrations/pull/13518
- version: "1.20.0"
changes:
- description: Increase default polling `period` from 10s to 60s.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ processors:
- remove:
field:
- first_char
- remove:
field: event.original
if: "ctx?.tags == null || !(ctx.tags.contains('preserve_original_event'))"
ignore_failure: true
ignore_missing: true
on_failure:
- set:
field: error.message
Expand Down
2 changes: 1 addition & 1 deletion packages/mongodb/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mongodb
title: MongoDB
version: "1.20.0"
version: "1.21.0"
description: Collect logs and metrics from MongoDB instances with Elastic Agent.
type: integration
categories:
Expand Down
5 changes: 5 additions & 0 deletions packages/mysql/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.27.0"
changes:
- description: Allow @custom pipeline access to event.original without setting preserve_original_event.
type: enhancement
link: https://github.com/elastic/integrations/pull/13518
- version: "1.26.2"
changes:
- description: Fix table and edits on MySQL Integration documentation.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@ processors:
field: event.type
value: error
if: "ctx?.log?.level != null && ctx.log.level.toLowerCase() == 'error'"
- remove:
field: event.original
if: "ctx?.tags == null || !(ctx.tags.contains('preserve_original_event'))"
ignore_failure: true
ignore_missing: true
on_failure:
- set:
field: error.message
Expand Down
2 changes: 1 addition & 1 deletion packages/mysql/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.0.2"
name: mysql
title: MySQL
version: "1.26.2"
version: "1.27.0"
description: Collect logs and metrics from MySQL servers with Elastic Agent.
type: integration
categories:
Expand Down
5 changes: 5 additions & 0 deletions packages/mysql_enterprise/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.17.0"
changes:
- description: Allow @custom pipeline access to event.original without setting preserve_original_event.
type: enhancement
link: https://github.com/elastic/integrations/pull/13518
- version: "1.16.0"
changes:
- description: ECS version updated to 8.17.0.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,11 +230,6 @@ processors:
formats:
- yyyy-MM-dd HH:mm:ss
if: ctx?.mysqlenterprise?.audit?.timestamp != null
- remove:
field: event.original
if: "ctx?.tags == null || !(ctx.tags.contains('preserve_original_event'))"
ignore_failure: true
ignore_missing: true
- remove:
field:
- mysqlenterprise.audit.event
Expand Down
4 changes: 2 additions & 2 deletions packages/mysql_enterprise/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
format_version: "3.0.0"
name: mysql_enterprise
title: "MySQL Enterprise"
version: "1.16.0"
version: "1.17.0"
description: Collect audit logs from MySQL Enterprise with Elastic Agent.
type: integration
categories:
- security
- datastore
conditions:
kibana:
version: "^7.17.0 || ^8.0.0 || ^9.0.0"
version: "^8.11.0 || ^9.0.0"
icons:
- src: /img/logo_mysql.svg
title: MySQL
Expand Down
5 changes: 5 additions & 0 deletions packages/nats/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.11.0"
changes:
- description: Allow @custom pipeline access to event.original without setting preserve_original_event.
type: enhancement
link: https://github.com/elastic/integrations/pull/13518
- version: "1.10.0"
changes:
- description: Update format to spec 3.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,6 @@ processors:
ignore_missing: true
field: nats.log.msg.bytes
type: long
- remove:
field: event.original
if: "ctx?.tags == null || !(ctx.tags.contains('preserve_original_event'))"
ignore_failure: true
ignore_missing: true
on_failure:
- set:
field: error.message
Expand Down
2 changes: 1 addition & 1 deletion packages/nats/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: nats
title: NATS
version: 1.10.0
version: 1.11.0
description: Collect logs and metrics from NATS servers with Elastic Agent.
type: integration
icons:
Expand Down
5 changes: 5 additions & 0 deletions packages/oracle/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.30.0"
changes:
- description: Allow @custom pipeline access to event.original without setting preserve_original_event.
type: enhancement
link: https://github.com/elastic/integrations/pull/13518
- version: "1.29.0"
changes:
- description: Add support for Kibana `9.0.0`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -285,11 +285,6 @@ processors:
value: "{{server.domain}}"
allow_duplicates: false
if: ctx?.server?.domain != null
- remove:
field: event.original
if: "ctx?.tags == null || !(ctx.tags.contains('preserve_original_event'))"
ignore_failure: true
ignore_missing: true
- remove:
field:
- tmp_timestamp
Expand Down
2 changes: 1 addition & 1 deletion packages/oracle/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.0.2"
name: oracle
title: "Oracle"
version: "1.29.0"
version: "1.30.0"
description: Collect Oracle Audit Log, Performance metrics, Tablespace metrics, Sysmetrics metrics, System statistics metrics, memory metrics from Oracle database.
type: integration
categories:
Expand Down
5 changes: 5 additions & 0 deletions packages/postgresql/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.29.0"
changes:
- description: Allow @custom pipeline access to event.original without setting preserve_original_event.
type: enhancement
link: https://github.com/elastic/integrations/pull/13518
- version: "1.28.0"
changes:
- description: Add support for EDT timezone.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,6 @@ processors:
- remove:
field: temp
ignore_missing: true
- remove:
field: event.original
if: "ctx?.tags == null || !(ctx.tags.contains('preserve_original_event'))"
ignore_failure: true
ignore_missing: true
- remove:
field: _temp_
ignore_missing: true
Expand Down
2 changes: 1 addition & 1 deletion packages/postgresql/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.0.2"
name: postgresql
title: PostgreSQL
version: "1.28.0"
version: "1.29.0"
description: Collect logs and metrics from PostgreSQL servers with Elastic Agent.
type: integration
categories:
Expand Down
5 changes: 5 additions & 0 deletions packages/rabbitmq/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- version: "1.20.0"
changes:
- description: Allow @custom pipeline access to event.original without setting preserve_original_event.
type: enhancement
link: https://github.com/elastic/integrations/pull/13518
- version: "1.19.0"
changes:
- description: Add SSL support for metrics data streams.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ processors:
- remove:
field:
- timestamp
- remove:
field: event.original
if: "ctx?.tags == null || !(ctx.tags.contains('preserve_original_event'))"
ignore_failure: true
ignore_missing: true
on_failure:
- set:
field: error.message
Expand Down
2 changes: 1 addition & 1 deletion packages/rabbitmq/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.0.2"
name: rabbitmq
title: RabbitMQ Logs and Metrics
version: "1.19.0"
version: "1.20.0"
description: Collect and parse logs from RabbitMQ servers with Elastic Agent.
type: integration
categories:
Expand Down
5 changes: 5 additions & 0 deletions packages/redis/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.20.0"
changes:
- description: Allow @custom pipeline access to event.original without setting preserve_original_event.
type: enhancement
link: https://github.com/elastic/integrations/pull/13518
- version: "1.19.1"
changes:
- description: Added description to ssl nodes including links to documentation.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,6 @@ processors:
- remove:
field: redis.log.timestamp
ignore_failure: true
- remove:
field: event.original
if: "ctx?.tags == null || !(ctx.tags.contains('preserve_original_event'))"
ignore_failure: true
ignore_missing: true
on_failure:
- set:
field: error.message
Expand Down
2 changes: 1 addition & 1 deletion packages/redis/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.0.2"
name: redis
title: Redis
version: "1.19.1"
version: "1.20.0"
description: Collect logs and metrics from Redis servers with Elastic Agent.
type: integration
categories:
Expand Down