Skip to content

Commit

Permalink
[Filebeat] Select output index based on the source input (elastic#14010)
Browse files Browse the repository at this point in the history
  • Loading branch information
faec authored and jorgemarey committed Dec 13, 2019
1 parent 20cfe40 commit aceeded
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Add Kibana Dashboard for MISP module. {pull}14147[14147]
- Add JSON options to autodiscover hints {pull}14208[14208]
- Add more filesets to Zeek module. {pull}14150[14150]
- Add `index` option to all inputs to directly set a per-input index value. {pull}14010[14010]
- Remove beta flag for some filebeat modules. {pull}14374[14374]

*Heartbeat*
Expand Down
8 changes: 8 additions & 0 deletions filebeat/kafka.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: '2.3'
services:
kafka:
build: ${ES_BEATS}/testing/environments/docker/kafka
expose:
- 9092
environment:
- ADVERTISED_HOST=kafka

0 comments on commit aceeded

Please sign in to comment.