diff --git a/packages/1password/changelog.yml b/packages/1password/changelog.yml index 6d61444c662..c9cfe0f5e65 100644 --- a/packages/1password/changelog.yml +++ b/packages/1password/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.2.2" + changes: + - description: Fix typo in config template for ignoring host enrichment + type: bugfix + link: https://github.com/elastic/integrations/pull/3092 - version: "1.2.1" changes: - description: Add documentation for multi-fields diff --git a/packages/1password/data_stream/item_usages/agent/stream/httpjson.yml.hbs b/packages/1password/data_stream/item_usages/agent/stream/httpjson.yml.hbs index 034d0a5d5dc..5a8a7d1ff44 100644 --- a/packages/1password/data_stream/item_usages/agent/stream/httpjson.yml.hbs +++ b/packages/1password/data_stream/item_usages/agent/stream/httpjson.yml.hbs @@ -48,7 +48,7 @@ tags: {{#each tags as |tag i|}} - {{tag}} {{/each}} -{{#contains tags "forwarded"}} +{{#contains "forwarded" tags}} publisher_pipeline.disable_host: true {{/contains}} {{#if processors}} diff --git a/packages/1password/data_stream/signin_attempts/agent/stream/httpjson.yml.hbs b/packages/1password/data_stream/signin_attempts/agent/stream/httpjson.yml.hbs index ad35ca3933b..6a8f41aee51 100644 --- a/packages/1password/data_stream/signin_attempts/agent/stream/httpjson.yml.hbs +++ b/packages/1password/data_stream/signin_attempts/agent/stream/httpjson.yml.hbs @@ -48,7 +48,7 @@ tags: {{#each tags as |tag i|}} - {{tag}} {{/each}} -{{#contains tags "forwarded"}} +{{#contains "forwarded" tags}} publisher_pipeline.disable_host: true {{/contains}} {{#if processors}} diff --git a/packages/1password/manifest.yml b/packages/1password/manifest.yml index caa14e90163..68549ebe2fa 100644 --- a/packages/1password/manifest.yml +++ b/packages/1password/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: 1password title: "1Password Events Reporting" -version: 1.2.1 +version: 1.2.2 license: basic description: Collect events from 1Password Events API with Elastic Agent. type: integration diff --git a/packages/akamai/changelog.yml b/packages/akamai/changelog.yml index eefa93ea295..328f273a3b0 100644 --- a/packages/akamai/changelog.yml +++ b/packages/akamai/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "0.1.3" + changes: + - description: Fix typo in config template for ignoring host enrichment + type: bugfix + link: https://github.com/elastic/integrations/pull/3092 - version: "0.1.2" changes: - description: Add documentation for multi-fields diff --git a/packages/akamai/data_stream/siem/agent/stream/httpjson.yml.hbs b/packages/akamai/data_stream/siem/agent/stream/httpjson.yml.hbs index 402f977aef6..4efc3cf8ea2 100644 --- a/packages/akamai/data_stream/siem/agent/stream/httpjson.yml.hbs +++ b/packages/akamai/data_stream/siem/agent/stream/httpjson.yml.hbs @@ -70,7 +70,7 @@ tags: {{#if preserve_original_event}} - preserve_original_event {{/if}} -{{#contains tags "forwarded"}} +{{#contains "forwarded" tags}} publisher_pipeline.disable_host: true {{/contains}} diff --git a/packages/akamai/manifest.yml b/packages/akamai/manifest.yml index f22f5542838..87548e846a7 100644 --- a/packages/akamai/manifest.yml +++ b/packages/akamai/manifest.yml @@ -1,6 +1,6 @@ name: akamai title: Akamai -version: 0.1.2 +version: 0.1.3 release: beta description: Akamai Integration type: integration diff --git a/packages/cassandra/changelog.yml b/packages/cassandra/changelog.yml index 703a1f1bf36..439f7d6a778 100644 --- a/packages/cassandra/changelog.yml +++ b/packages/cassandra/changelog.yml @@ -1,3 +1,8 @@ +- version: "1.2.2" + changes: + - description: Fix typo in config template for ignoring host enrichment + type: bugfix + link: https://github.com/elastic/integrations/pull/3092 - version: "1.2.1" changes: - description: Add documentation for multi-fields diff --git a/packages/cassandra/data_stream/log/agent/stream/log.yml.hbs b/packages/cassandra/data_stream/log/agent/stream/log.yml.hbs index cab83707351..e83ccc5004d 100644 --- a/packages/cassandra/data_stream/log/agent/stream/log.yml.hbs +++ b/packages/cassandra/data_stream/log/agent/stream/log.yml.hbs @@ -14,7 +14,7 @@ tags: {{#each tags as |tag i|}} - {{tag}} {{/each}} -{{#contains tags "forwarded"}} +{{#contains "forwarded" tags}} publisher_pipeline.disable_host: true {{/contains}} {{#if processors}} diff --git a/packages/cassandra/manifest.yml b/packages/cassandra/manifest.yml index f63fa00ca8f..565a014c7c3 100644 --- a/packages/cassandra/manifest.yml +++ b/packages/cassandra/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: cassandra title: "Cassandra" -version: 1.2.1 +version: 1.2.2 license: basic description: "This Elastic integration collects logs and metrics from cassandra." type: integration diff --git a/packages/cisco_secure_endpoint/changelog.yml b/packages/cisco_secure_endpoint/changelog.yml index 39b90b6a5fe..9c6e69b61c7 100644 --- a/packages/cisco_secure_endpoint/changelog.yml +++ b/packages/cisco_secure_endpoint/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.3.1" + changes: + - description: Fix typo in config template for ignoring host enrichment + type: bugfix + link: https://github.com/elastic/integrations/pull/3092 - version: "2.3.0" changes: - description: Ensure pagination exits correctly and remove possible host fields diff --git a/packages/cisco_secure_endpoint/data_stream/event/agent/stream/httpjson.yml.hbs b/packages/cisco_secure_endpoint/data_stream/event/agent/stream/httpjson.yml.hbs index 831839668ea..8f85d95a48c 100644 --- a/packages/cisco_secure_endpoint/data_stream/event/agent/stream/httpjson.yml.hbs +++ b/packages/cisco_secure_endpoint/data_stream/event/agent/stream/httpjson.yml.hbs @@ -49,7 +49,7 @@ tags: {{#if preserve_original_event}} - preserve_original_event {{/if}} -{{#contains tags "forwarded"}} +{{#contains "forwarded" tags}} publisher_pipeline.disable_host: true {{/contains}} {{#if processors}} diff --git a/packages/cisco_secure_endpoint/manifest.yml b/packages/cisco_secure_endpoint/manifest.yml index eb5f5113e75..6d74229e2e3 100644 --- a/packages/cisco_secure_endpoint/manifest.yml +++ b/packages/cisco_secure_endpoint/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: cisco_secure_endpoint title: Cisco Secure Endpoint (AMP) -version: 2.3.0 +version: 2.3.1 license: basic description: Collect logs from Cisco Secure Endpoint (AMP) with Elastic Agent. type: integration diff --git a/packages/fireeye/changelog.yml b/packages/fireeye/changelog.yml index ee1758bb463..f828603684c 100644 --- a/packages/fireeye/changelog.yml +++ b/packages/fireeye/changelog.yml @@ -1,3 +1,8 @@ +- version: "1.2.3" + changes: + - description: Fix typo in config template for ignoring host enrichment + type: bugfix + link: https://github.com/elastic/integrations/pull/3092 - version: "1.2.2" changes: - description: Add documentation for multi-fields diff --git a/packages/fireeye/data_stream/nx/agent/stream/tcp.yml.hbs b/packages/fireeye/data_stream/nx/agent/stream/tcp.yml.hbs index a0d2d1f3793..4cd8124d928 100644 --- a/packages/fireeye/data_stream/nx/agent/stream/tcp.yml.hbs +++ b/packages/fireeye/data_stream/nx/agent/stream/tcp.yml.hbs @@ -8,7 +8,7 @@ tags: - {{tag}} {{/each}} fields_under_root: true -{{#contains tags "forwarded"}} +{{#contains "forwarded" tags}} publisher_pipeline.disable_host: true {{/contains}} diff --git a/packages/fireeye/data_stream/nx/agent/stream/udp.yml.hbs b/packages/fireeye/data_stream/nx/agent/stream/udp.yml.hbs index 60f3ca7fcf0..405544b01aa 100644 --- a/packages/fireeye/data_stream/nx/agent/stream/udp.yml.hbs +++ b/packages/fireeye/data_stream/nx/agent/stream/udp.yml.hbs @@ -8,7 +8,7 @@ tags: - {{tag}} {{/each}} fields_under_root: true -{{#contains tags "forwarded"}} +{{#contains "forwarded" tags}} publisher_pipeline.disable_host: true {{/contains}} diff --git a/packages/fireeye/manifest.yml b/packages/fireeye/manifest.yml index 5e3eb24819f..494e6622d88 100644 --- a/packages/fireeye/manifest.yml +++ b/packages/fireeye/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: fireeye title: "Fireeye" -version: 1.2.2 +version: 1.2.3 license: basic description: "This Elastic integration collects Fireeye NX logs." type: integration diff --git a/packages/github/changelog.yml b/packages/github/changelog.yml index f59f4b32b65..44ce5aae1e8 100644 --- a/packages/github/changelog.yml +++ b/packages/github/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "0.3.4" + changes: + - description: Fix typo in config template for ignoring host enrichment + type: bugfix + link: https://github.com/elastic/integrations/pull/3092 - version: "0.3.3" changes: - description: Add documentation for multi-fields diff --git a/packages/github/data_stream/audit/agent/stream/httpjson.yml.hbs b/packages/github/data_stream/audit/agent/stream/httpjson.yml.hbs index 41fc7cfd800..9dbed92e604 100644 --- a/packages/github/data_stream/audit/agent/stream/httpjson.yml.hbs +++ b/packages/github/data_stream/audit/agent/stream/httpjson.yml.hbs @@ -59,7 +59,7 @@ tags: {{#if preserve_original_event}} - preserve_original_event {{/if}} -{{#contains tags "forwarded"}} +{{#contains "forwarded" tags}} publisher_pipeline.disable_host: true {{/contains}} diff --git a/packages/github/data_stream/audit/fields/base-fields.yml b/packages/github/data_stream/audit/fields/base-fields.yml index 2568c06e1d1..f087bfee142 100644 --- a/packages/github/data_stream/audit/fields/base-fields.yml +++ b/packages/github/data_stream/audit/fields/base-fields.yml @@ -15,6 +15,9 @@ type: constant_keyword description: Event dataset value: github.audit +- name: "@timestamp" + type: date + description: Event timestamp. - name: input.type type: keyword description: Type of Filebeat input. diff --git a/packages/github/data_stream/audit/fields/ecs.yml b/packages/github/data_stream/audit/fields/ecs.yml index eea676621c8..2a91808be38 100644 --- a/packages/github/data_stream/audit/fields/ecs.yml +++ b/packages/github/data_stream/audit/fields/ecs.yml @@ -1,5 +1,3 @@ -- name: "@timestamp" - external: ecs - name: client.geo.country_iso_code external: ecs - name: ecs.version diff --git a/packages/github/docs/README.md b/packages/github/docs/README.md index a404f94b3f4..d927294b7cd 100644 --- a/packages/github/docs/README.md +++ b/packages/github/docs/README.md @@ -16,7 +16,7 @@ To use this integration, you must be an organization owner, and you must use an | Field | Description | Type | |---|---|---| -| @timestamp | Date/time when the event originated. This is the date/time extracted from the event, typically representing when the event was generated by the source. If the event source has no original timestamp, this value is typically populated by the first time the event was received by the pipeline. Required field for all events. | date | +| @timestamp | Event timestamp. | date | | client.geo.country_iso_code | Country ISO code. | keyword | | data_stream.dataset | Data stream dataset name. | constant_keyword | | data_stream.namespace | Data stream namespace. | constant_keyword | diff --git a/packages/github/manifest.yml b/packages/github/manifest.yml index d8d0c3f5727..325c2de7d7f 100644 --- a/packages/github/manifest.yml +++ b/packages/github/manifest.yml @@ -1,6 +1,6 @@ name: github title: GitHub -version: 0.3.3 +version: 0.3.4 release: experimental description: Collect events from GitHub with Elastic Agent. type: integration diff --git a/packages/snyk/changelog.yml b/packages/snyk/changelog.yml index 41e48b59b5f..dc35476d602 100644 --- a/packages/snyk/changelog.yml +++ b/packages/snyk/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.1.2" + changes: + - description: Fix typo in config template for ignoring host enrichment + type: bugfix + link: https://github.com/elastic/integrations/pull/3092 - version: "1.1.1" changes: - description: Add documentation for multi-fields diff --git a/packages/snyk/data_stream/audit/agent/stream/httpjson.yml.hbs b/packages/snyk/data_stream/audit/agent/stream/httpjson.yml.hbs index a5af4098d93..c54c15ed13a 100644 --- a/packages/snyk/data_stream/audit/agent/stream/httpjson.yml.hbs +++ b/packages/snyk/data_stream/audit/agent/stream/httpjson.yml.hbs @@ -54,7 +54,7 @@ tags: {{#each tags as |tag i|}} - {{tag}} {{/each}} -{{#contains tags "forwarded"}} +{{#contains "forwarded" tags}} publisher_pipeline.disable_host: true {{/contains}} {{#if processors}} diff --git a/packages/snyk/data_stream/vulnerabilities/agent/stream/httpjson.yml.hbs b/packages/snyk/data_stream/vulnerabilities/agent/stream/httpjson.yml.hbs index 8c189b4ae4a..3a97ccd1d0c 100644 --- a/packages/snyk/data_stream/vulnerabilities/agent/stream/httpjson.yml.hbs +++ b/packages/snyk/data_stream/vulnerabilities/agent/stream/httpjson.yml.hbs @@ -83,7 +83,7 @@ tags: {{#each tags as |tag i|}} - {{tag}} {{/each}} -{{#contains tags "forwarded"}} +{{#contains "forwarded" tags}} publisher_pipeline.disable_host: true {{/contains}} {{#if processors}} diff --git a/packages/snyk/manifest.yml b/packages/snyk/manifest.yml index c5e64d2a8bc..3a0571c9cdc 100644 --- a/packages/snyk/manifest.yml +++ b/packages/snyk/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: snyk title: "Snyk" -version: 1.1.1 +version: 1.1.2 license: basic description: "Collect logs from Snyk API with Elastic Agent." type: integration