File tree 1 file changed +4
-4
lines changed
docs/en/ingest-management/security
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -124,11 +124,11 @@ adjust it as needed.
124
124
input {
125
125
elastic_agent {
126
126
port => 5044
127
- ssl => true
127
+ ssl_enabled => true
128
128
ssl_certificate_authorities => ["/path/to/ca.crt"]
129
129
ssl_certificate => "/path/to/logstash.crt"
130
130
ssl_key => "/path/to/logstash.pkcs8.key"
131
- ssl_verify_mode => "force_peer "
131
+ ssl_client_authentication => "required "
132
132
}
133
133
}
134
134
@@ -153,11 +153,11 @@ Self-managed {es} cluster example:
153
153
input {
154
154
elastic_agent {
155
155
port => 5044
156
- ssl => true
156
+ ssl_enabled => true
157
157
ssl_certificate_authorities => ["/path/to/ca.crt"]
158
158
ssl_certificate => "/path/to/logstash.crt"
159
159
ssl_key => "/path/to/logstash.pkcs8.key"
160
- ssl_verify_mode => "force_peer "
160
+ ssl_client_authentication => "required "
161
161
}
162
162
}
163
163
You can’t perform that action at this time.
0 commit comments