File tree Expand file tree Collapse file tree 4 files changed +22
-1
lines changed Expand file tree Collapse file tree 4 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1+ - version : " 1.9.0"
2+ changes :
3+ - description : Add SASL mechanism configuration.
4+ type : enhancement
5+ link : https://github.com/elastic/integrations/pull/1
16- version : " 1.8.1"
27 changes :
38 - description : Updated SSL description to be uniform and to include links to documentation.
Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ group_id: {{group_id}}
1717{{ #if client_id }}
1818client_id: {{ client_id }}
1919{{ /if }}
20+ {{ #if sasl_mechanism }}
21+ sasl.mechanism: {{ sasl_mechanism }}
22+ {{ /if }}
2023{{ #if username }}
2124username: {{ username }}
2225{{ /if }}
Original file line number Diff line number Diff line change @@ -76,6 +76,19 @@ streams:
7676 #- multiline:
7777 # type: counter
7878 # lines_count: 3
79+ - name : sasl_mechanism
80+ title : SASL Mechanism
81+ description : SASL Auth Mechanism
82+ type : select
83+ options :
84+ - text : PLAIN
85+ value : PLAIN
86+ - text : SCRAM-SHA-256
87+ value : SCRAM-SHA-256
88+ - text : SCRAM-SHA-512
89+ value : SCRAM-SHA-512
90+ required : false
91+ show_user : true
7992 - name : username
8093 type : text
8194 title : Username
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: kafka_log
33title : Custom Kafka Logs
44description : Collect data from kafka topic with Elastic Agent.
55type : integration
6- version : " 1.8.1 "
6+ version : " 1.9.0 "
77conditions :
88 kibana :
99 version : " ^8.13.0 || ^9.0.0"
You can’t perform that action at this time.
0 commit comments