File tree Expand file tree Collapse file tree 4 files changed +25
-1
lines changed Expand file tree Collapse file tree 4 files changed +25
-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/15647
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,22 @@ 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 : None
85+ value : " "
86+ - text : PLAIN
87+ value : PLAIN
88+ - text : SCRAM-SHA-256
89+ value : SCRAM-SHA-256
90+ - text : SCRAM-SHA-512
91+ value : SCRAM-SHA-512
92+ default : " "
93+ required : false
94+ show_user : true
7995 - name : username
8096 type : text
8197 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