Skip to content
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

Allow routing for integrations that are not input packages #6340

Merged
merged 19 commits into from
Jun 13, 2023
Merged
Show file tree
Hide file tree
Changes from 11 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/activemq/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.8.1"
felixbarny marked this conversation as resolved.
Show resolved Hide resolved
changes:
- description: Add permissions to reroute events to logs-*-* for log datastream
type: enhancement
link: https://github.com/elastic/integrations/pull/6340
- version: "0.8.0"
changes:
- description: Rename ownership from obs-service-integrations to obs-infraobs-integrations
Expand Down
2 changes: 2 additions & 0 deletions packages/activemq/data_stream/log/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ streams:
template_path: log.yml.hbs
title: ActiveMQ log
description: Collect ActiveMQ log logs using log input
elasticsearch.dynamic_dataset: true
elasticsearch.dynamic_namespace: true
2 changes: 1 addition & 1 deletion packages/activemq/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: activemq
title: ActiveMQ
version: "0.8.0"
version: "0.8.1"
description: Collect logs and metrics from ActiveMQ instances with Elastic Agent.
type: integration
icons:
Expand Down
5 changes: 5 additions & 0 deletions packages/auditd/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "3.7.1"
changes:
- description: Add permissions to reroute events to logs-*-* for log datastream.
type: enhancement
link: https://github.com/elastic/integrations/pull/6340
- version: "3.7.0"
changes:
- description: Update package-spec version to 2.7.0.
Expand Down
2 changes: 2 additions & 0 deletions packages/auditd/data_stream/log/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ streams:
template_path: log.yml.hbs
title: Auditd logs
description: Collect Auditd logs using log input
elasticsearch.dynamic_dataset: true
elasticsearch.dynamic_namespace: true
2 changes: 1 addition & 1 deletion packages/auditd/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: auditd
title: Auditd Logs
version: "3.7.0"
version: "3.7.1"
description: Collect logs from Linux audit daemon with Elastic Agent.
type: integration
icons:
Expand Down
5 changes: 5 additions & 0 deletions packages/aws/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.37.2"
changes:
- description: Add permissions to reroute events to logs-*-* for cloudwatch_logs and ec2_logs datastream.
type: enhancement
link: https://github.com/elastic/integrations/pull/6340
- version: "1.37.1"
changes:
- description: Migrate AWS SNS dashboard visualizations to lenses.
Expand Down
3 changes: 2 additions & 1 deletion packages/aws/data_stream/cloudwatch_logs/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,4 +196,5 @@ streams:
title: Dataset name
description: >
Set the name for your dataset. Changing the dataset will send the data to a different index. You can't use `-` in the name of a dataset and only valid characters for [Elasticsearch index names](https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-index_.html).

elasticsearch.dynamic_dataset: true
elasticsearch.dynamic_namespace: true
2 changes: 2 additions & 0 deletions packages/aws/data_stream/ec2_logs/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,5 @@ streams:
type: bool
multi: false
default: false
elasticsearch.dynamic_dataset: true
elasticsearch.dynamic_namespace: true
2 changes: 1 addition & 1 deletion packages/aws/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: aws
title: AWS
version: 1.37.1
version: 1.37.2
license: basic
description: Collect logs and metrics from Amazon Web Services with Elastic Agent.
type: integration
Expand Down
5 changes: 5 additions & 0 deletions packages/docker/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "2.4.4"
changes:
- description: Add permissions to reroute events to logs-*-* for container_logs datastream
type: enhancement
link: https://github.com/elastic/integrations/pull/6340
- version: "2.4.3"
changes:
- description: Added link to docs for condition filter
Expand Down
2 changes: 2 additions & 0 deletions packages/docker/data_stream/container_logs/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ streams:
show_user: false
description: >-
Processors are used to reduce the number of fields in the exported event or to enhance the event with metadata. This executes in the agent before the events are shipped. See [Processors](https://www.elastic.co/guide/en/beats/filebeat/current/filtering-and-enhancing-data.html) for details.
elasticsearch.dynamic_dataset: true
elasticsearch.dynamic_namespace: true
2 changes: 1 addition & 1 deletion packages/docker/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: docker
title: Docker
version: 2.4.3
version: 2.4.4
release: ga
description: Collect metrics and logs from Docker instances with Elastic Agent.
type: integration
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.6.1"
changes:
- description: Add permissions to reroute events to logs-*-* for log datastream
type: enhancement
link: https://github.com/elastic/integrations/pull/6340
- version: "1.6.0"
changes:
- description: Rename ownership from obs-service-integrations to obs-infraobs-integrations
Expand Down
2 changes: 2 additions & 0 deletions packages/kafka/data_stream/log/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ streams:
template_path: log.yml.hbs
title: Kafka log logs (log)
description: Collect Kafka log logs using log input
elasticsearch.dynamic_dataset: true
elasticsearch.dynamic_namespace: true
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: 1.0.0
name: kafka
title: Kafka
version: "1.6.0"
version: "1.6.1"
license: basic
description: Collect logs and metrics from Kafka servers with Elastic Agent.
type: integration
Expand Down
5 changes: 5 additions & 0 deletions packages/kubernetes/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.40.1"
changes:
- description: Add permissions to reroute events to logs-*-* for container_logs datastream
type: enhancement
link: https://github.com/elastic/integrations/pull/6340
- version: "1.40.0"
changes:
- description: Fix system tests for kubernetes integration for k8s v1.27.0
Expand Down
2 changes: 2 additions & 0 deletions packages/kubernetes/data_stream/container_logs/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,5 @@ streams:

type: yaml
default: ""
elasticsearch.dynamic_dataset: true
elasticsearch.dynamic_namespace: true
2 changes: 1 addition & 1 deletion packages/kubernetes/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: kubernetes
title: Kubernetes
version: 1.40.0
version: 1.40.1
license: basic
description: Collect logs and metrics from Kubernetes clusters with Elastic Agent (TSDB Beta).
type: integration
Expand Down
5 changes: 5 additions & 0 deletions packages/system/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.29.1"
changes:
- description: Add permissions to reroute events to logs-*-* for syslog datastream
type: enhancement
link: https://github.com/elastic/integrations/pull/6340
- version: "1.29.0"
changes:
- description: support ip or domain in sshd messages
Expand Down
2 changes: 2 additions & 0 deletions packages/system/data_stream/syslog/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ streams:
template_path: log.yml.hbs
title: System syslog logs (log)
description: Collect System syslog logs using log input
elasticsearch.dynamic_dataset: true
elasticsearch.dynamic_namespace: true
2 changes: 1 addition & 1 deletion packages/system/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: system
title: System
version: 1.29.0
version: 1.29.1
license: basic
description: Collect system logs and metrics from your servers with Elastic Agent.
type: integration
Expand Down