mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Docs: Fix settings deprecation warnings
Asciidoctor requires a slightly different syntax. This makes it happy.
This commit is contained in:
parent
6549f490e6
commit
504d714972
1 changed files with 5 additions and 5 deletions
|
@ -52,7 +52,7 @@ Elasticsearch. This value must be a positive integer.
|
|||
`elasticsearch.ssl.cert:`:: Optional setting that provides the path to the
|
||||
PEM-format SSL certificate. This file validates that your Elasticsearch backend
|
||||
uses the same key files.
|
||||
deprecated[5.3.0,Replaced by `elasticsearch.ssl.certificate`]
|
||||
deprecated:[5.3.0,Replaced by `elasticsearch.ssl.certificate`]
|
||||
|
||||
`elasticsearch.ssl.certificate:` and `elasticsearch.ssl.key:`:: Optional settings that provide the paths to the PEM-format SSL
|
||||
certificate and key files. These files are used to verify the identity of Kibana to Elasticsearch and are required when
|
||||
|
@ -60,7 +60,7 @@ certificate and key files. These files are used to verify the identity of Kibana
|
|||
|
||||
`elasticsearch.ssl.ca:`:: Optional setting that enables you to specify a path to
|
||||
the PEM file for the certificate authority for your Elasticsearch instance.
|
||||
deprecated[5.3.0,Replaced by `elasticsearch.ssl.certificateAuthorities`]
|
||||
deprecated:[5.3.0,Replaced by `elasticsearch.ssl.certificateAuthorities`]
|
||||
|
||||
`elasticsearch.ssl.certificateAuthorities:`:: Optional setting that enables you to specify a list of paths to the PEM file for the certificate
|
||||
authority for your Elasticsearch instance.
|
||||
|
@ -69,7 +69,7 @@ authority for your Elasticsearch instance.
|
|||
|
||||
`elasticsearch.ssl.verify:`:: *Default: true* To disregard the validity of SSL
|
||||
certificates, change this setting’s value to `false`.
|
||||
deprecated[5.3.0,Replaced by `elasticsearch.ssl.verificationMode`]
|
||||
deprecated:[5.3.0,Replaced by `elasticsearch.ssl.verificationMode`]
|
||||
|
||||
`elasticsearch.ssl.verificationMode:`:: *Default: full* Controls the verification of certificates presented by Elasticsearch. Valid values are `none`, `certificate`, and `full`.
|
||||
`full` performs hostname verification, and `certificate` does not.
|
||||
|
@ -84,7 +84,7 @@ retrying.
|
|||
|
||||
`elasticsearch.url:`:: *Default: "http://localhost:9200"* The URL of the
|
||||
Elasticsearch instance to use for all your queries.
|
||||
deprecated[6.6.0,Replaced by `elasticsearch.hosts`]
|
||||
deprecated:[6.6.0,Replaced by `elasticsearch.hosts`]
|
||||
|
||||
`elasticsearch.hosts:`:: *Default: "http://localhost:9200"* The URLs of the Elasticsearch instances to use for all your
|
||||
queries. All nodes listed here must be on the same cluster.
|
||||
|
@ -219,7 +219,7 @@ Specify the position of the subdomain the URL with the token `{s}`.
|
|||
|
||||
`server.ssl.cert:`:: Path to the PEM-format SSL certificate. This file enables
|
||||
SSL for outgoing requests from the Kibana server to the browser.
|
||||
deprecated[5.3.0,Replaced by `server.ssl.certificate`]
|
||||
deprecated:[5.3.0,Replaced by `server.ssl.certificate`]
|
||||
|
||||
`server.ssl.certificate:` and `server.ssl.key:`:: Paths to the PEM-format SSL certificate and SSL key files, respectively.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue