Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

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/1password/changelog.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down
2 changes: 1 addition & 1 deletion packages/1password/manifest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions packages/akamai/changelog.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

Expand Down
2 changes: 1 addition & 1 deletion packages/akamai/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: akamai
title: Akamai
version: 0.1.2
version: 0.1.3
release: beta
description: Akamai Integration
type: integration
Expand Down
5 changes: 5 additions & 0 deletions packages/cassandra/changelog.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down
2 changes: 1 addition & 1 deletion packages/cassandra/manifest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions packages/cisco_secure_endpoint/changelog.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down
2 changes: 1 addition & 1 deletion packages/cisco_secure_endpoint/manifest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions packages/fireeye/changelog.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/fireeye/data_stream/nx/agent/stream/tcp.yml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tags:
- {{tag}}
{{/each}}
fields_under_root: true
{{#contains tags "forwarded"}}
{{#contains "forwarded" tags}}
publisher_pipeline.disable_host: true
{{/contains}}

Expand Down
2 changes: 1 addition & 1 deletion packages/fireeye/data_stream/nx/agent/stream/udp.yml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tags:
- {{tag}}
{{/each}}
fields_under_root: true
{{#contains tags "forwarded"}}
{{#contains "forwarded" tags}}
publisher_pipeline.disable_host: true
{{/contains}}

Expand Down
2 changes: 1 addition & 1 deletion packages/fireeye/manifest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions packages/github/changelog.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

Expand Down
3 changes: 3 additions & 0 deletions packages/github/data_stream/audit/fields/base-fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 0 additions & 2 deletions packages/github/data_stream/audit/fields/ecs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
- name: "@timestamp"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would be preferred, but it's not supported because of elastic/elastic-package#749.

external: ecs
- name: client.geo.country_iso_code
external: ecs
- name: ecs.version
Expand Down
2 changes: 1 addition & 1 deletion packages/github/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion packages/github/manifest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions packages/snyk/changelog.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down
2 changes: 1 addition & 1 deletion packages/snyk/manifest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down