Skip to content

Commit

Permalink
Kafka_log package: allow reroute to logs-*-* (#6840)
Browse files Browse the repository at this point in the history
* dynamic_dataset/namespace for kafka_log integration

* fix the changelog
  • Loading branch information
gsantoro authored and gizas committed Sep 5, 2023
1 parent cafe2cc commit 2678afd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/kafka_log/changelog.yml
@@ -1,3 +1,8 @@
- version: "1.3.0"
changes:
- description: Add permissions to reroute events to logs-*-* for generic datastream
type: enhancement
link: https://github.com/elastic/integrations/pull/6840
- version: "1.2.0"
changes:
- description: Rename ownership from obs-service-integrations to obs-infraobs-integrations
Expand Down
4 changes: 4 additions & 0 deletions packages/kafka_log/data_stream/generic/manifest.yml
Expand Up @@ -250,3 +250,7 @@ streams:
- forwarded
multi: true
show_user: true
# Ensures agents have permissions to write data to `logs-*-*`
elasticsearch:
dynamic_dataset: true
dynamic_namespace: true
2 changes: 1 addition & 1 deletion packages/kafka_log/manifest.yml
Expand Up @@ -3,7 +3,7 @@ name: kafka_log
title: Custom Kafka Logs
description: Collect data from kafka topic with Elastic Agent.
type: integration
version: "1.2.0"
version: "1.3.0"
release: ga
conditions:
kibana.version: "^7.16.0 || ^8.0.0"
Expand Down

0 comments on commit 2678afd

Please sign in to comment.