File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
data_stream/log/agent/stream Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# newer versions go on top
2+ - version : " 0.7.1"
3+ changes :
4+ - description : Fix logic that checks for the 'forwarded' tag
5+ type : bugfix
6+ link : https://github.com/elastic/integrations/pull/1827
27- version : " 0.7.0"
38 changes :
49 - description : Update to ECS 1.12.0
Original file line number Diff line number Diff line change 99{{ #each tags as |tag i |}}
1010 - {{ tag }}
1111{{ /each }}
12- {{ #contains tags " forwarded" }}
12+ {{ #contains " forwarded" tags }}
1313publisher_pipeline.disable_host: true
1414{{ /contains }}
1515exclude_files: [".gz$"]
Original file line number Diff line number Diff line change 11format_version : 1.0.0
22name : kafka
33title : Kafka
4- version : 0.7.0
4+ version : 0.7.1
55license : basic
66description : This Elastic integration collects logs and metrics from Kafka
77type : integration
You can’t perform that action at this time.
0 commit comments