You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
formats] and the `@timestamp` field of each event is being used as source for the date.
784
768
785
-
[id="plugins-{type}s-{plugin}-keystore"]
786
-
===== `keystore`
787
-
deprecated[11.14.0, Replaced by <<plugins-{type}s-{plugin}-ssl_keystore_path>>]
788
-
789
-
* Value type is <<path,path>>
790
-
* There is no default value for this setting.
791
-
792
-
The keystore used to present a certificate to the server.
793
-
It can be either .jks or .p12
794
-
795
-
NOTE: You cannot use this setting and <<plugins-{type}s-{plugin}-ssl_certificate>> at the same time.
796
-
797
-
[id="plugins-{type}s-{plugin}-keystore_password"]
798
-
===== `keystore_password`
799
-
deprecated[11.14.0, Replaced by <<plugins-{type}s-{plugin}-ssl_keystore_password>>]
800
-
801
-
* Value type is <<password,password>>
802
-
* There is no default value for this setting.
803
-
804
-
Set the keystore password
805
-
806
769
[id="plugins-{type}s-{plugin}-manage_template"]
807
770
===== `manage_template`
808
771
@@ -1051,17 +1014,6 @@ the default value is computed by concatenating the path value and "_nodes/http"
1051
1014
if sniffing_path is set it will be used as an absolute path
1052
1015
do not use full URL here, only paths, e.g. "/sniff/_nodes/http"
1053
1016
1054
-
[id="plugins-{type}s-{plugin}-ssl"]
1055
-
===== `ssl`
1056
-
deprecated[11.14.0, Replaced by <<plugins-{type}s-{plugin}-ssl_enabled>>]
1057
-
1058
-
* Value type is <<boolean,boolean>>
1059
-
* There is no default value for this setting.
1060
-
1061
-
Enable SSL/TLS secured communication to Elasticsearch cluster.
1062
-
Leaving this unspecified will use whatever scheme is specified in the URLs listed in <<plugins-{type}s-{plugin}-hosts>> or extracted from the <<plugins-{type}s-{plugin}-cloud_id>>.
1063
-
If no explicit protocol is specified plain HTTP will be used.
1064
-
1065
1017
[id="plugins-{type}s-{plugin}-ssl_certificate"]
1066
1018
===== `ssl_certificate`
1067
1019
* Value type is <<path,path>>
@@ -1081,17 +1033,6 @@ The .cer or .pem files to validate the server's certificate.
1081
1033
1082
1034
NOTE: You cannot use this setting and <<plugins-{type}s-{plugin}-ssl_truststore_path>> at the same time.
deprecated[11.14.0, Replaced by <<plugins-{type}s-{plugin}-ssl_certificate_authorities>>]
1297
+
1298
+
* Value type is a list of <<path,path>>
1299
+
* There is no default value for this setting.
1300
+
1301
+
The .cer or .pem file to validate the server's certificate.
1302
+
1303
+
[id="plugins-{type}s-{plugin}-keystore"]
1304
+
===== `keystore`
1305
+
deprecated[11.14.0, Replaced by <<plugins-{type}s-{plugin}-ssl_keystore_path>>]
1306
+
1307
+
* Value type is <<path,path>>
1308
+
* There is no default value for this setting.
1309
+
1310
+
The keystore used to present a certificate to the server.
1311
+
It can be either .jks or .p12
1312
+
1313
+
NOTE: You cannot use this setting and <<plugins-{type}s-{plugin}-ssl_certificate>> at the same time.
1314
+
1315
+
[id="plugins-{type}s-{plugin}-keystore_password"]
1316
+
===== `keystore_password`
1317
+
deprecated[11.14.0, Replaced by <<plugins-{type}s-{plugin}-ssl_keystore_password>>]
1318
+
1319
+
* Value type is <<password,password>>
1320
+
* There is no default value for this setting.
1321
+
1322
+
Set the keystore password
1323
+
1324
+
[id="plugins-{type}s-{plugin}-ssl"]
1325
+
===== `ssl`
1326
+
deprecated[11.14.0, Replaced by <<plugins-{type}s-{plugin}-ssl_enabled>>]
1327
+
1328
+
* Value type is <<boolean,boolean>>
1329
+
* There is no default value for this setting.
1330
+
1331
+
Enable SSL/TLS secured communication to Elasticsearch cluster.
1332
+
Leaving this unspecified will use whatever scheme is specified in the URLs listed in <<plugins-{type}s-{plugin}-hosts>> or extracted from the <<plugins-{type}s-{plugin}-cloud_id>>.
1333
+
If no explicit protocol is specified plain HTTP will be used.
0 commit comments