Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
aab119e
Removed event original processors in database and mq integrations
Alphayeeeet Apr 12, 2025
c60bd6e
Added PR link in changelog
Alphayeeeet Apr 12, 2025
9e30fcc
Added nats
Alphayeeeet Apr 12, 2025
5dab2ae
Merge branch 'main' into remove-event.original2
Alphayeeeet Apr 29, 2025
746f925
Update manifest.yml to 1.29.0
Alphayeeeet Apr 29, 2025
97b2938
Merge branch 'main' into remove-event.original2
Alphayeeeet Jun 3, 2025
034d936
Fix versioning
Alphayeeeet Jun 13, 2025
1296280
Merge branch 'main' into remove-event.original2
Alphayeeeet Jun 13, 2025
3837b93
Fixed merge conflict
Alphayeeeet Jun 13, 2025
db4ea24
Merge branch 'main' into remove-event.original2
Alphayeeeet Jun 18, 2025
0130f99
Bumped manifest version
Alphayeeeet Jun 18, 2025
ae962a9
Merge branch 'main' into remove-event.original2
Alphayeeeet Jun 24, 2025
b63bc35
Merge branch 'main' into remove-event.original2
Alphayeeeet Jul 3, 2025
4a1664e
Update manifest.yml
Alphayeeeet Jul 3, 2025
bca6cd4
Merge branch 'main' into remove-event.original2
Alphayeeeet Jul 3, 2025
29209e0
Update manifest.yml
Alphayeeeet Jul 3, 2025
d882e8e
Update manifest.yml
Alphayeeeet Jul 3, 2025
c12713b
Update manifest.yml
Alphayeeeet Jul 3, 2025
5a44a5c
Update manifest.yml
Alphayeeeet Jul 3, 2025
fa9695f
Merge branch 'main' into remove-event.original2
Linu-Elias Jul 9, 2025
f814a2b
Merge branch 'main' into remove-event.original2
Linu-Elias Jul 11, 2025
cd0ec1c
Merge branch 'main' into remove-event.original2
shmsr Jul 14, 2025
9afe7d1
Merge branch 'main' into remove-event.original2
Linu-Elias Jul 15, 2025
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/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.22.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.21.0"
changes:
- description: Add a flag `fips_compatible` to control whether the package is allowed in the ECH FedRAMP High environment.
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.21.0"
version: "1.22.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.28.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.27.1"
changes:
- description: Fix healthcheck.
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.27.1"
version: "1.28.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.31.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.30.0"
changes:
- description: Add a flag `fips_compatible` to control whether the package is allowed in the ECH FedRAMP High environment.
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.30.0"
version: "1.31.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.31.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.30.0"
changes:
- description: Add a flag `fips_compatible` to control whether the package is allowed in the ECH FedRAMP High environment.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,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_
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.30.0"
version: "1.31.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