From 829897cd945654709a706ead901f7a920b2deffe Mon Sep 17 00:00:00 2001 From: tarokkk Date: Mon, 16 Sep 2019 16:32:57 +0200 Subject: [PATCH] update docs --- docs/plugins/outputs/elasticsearch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/outputs/elasticsearch.md b/docs/plugins/outputs/elasticsearch.md index d4dd2b072..999f9ba40 100644 --- a/docs/plugins/outputs/elasticsearch.md +++ b/docs/plugins/outputs/elasticsearch.md @@ -10,7 +10,7 @@ | password | *secret.Secret | No | - | Password for HTTP Basic authentication.
[Secret](./secret.md)
| | path | string | No | - | Path for HTTP Basic authentication.
| | scheme | string | No | http | Connection scheme
| -| ssl_verify | bool | No | true | Skip ssl verification
| +| ssl_verify | bool | Yes | true | Skip ssl verification (default: true)
| | ssl_version | string | No | - | If you want to configure SSL/TLS version, you can specify ssl_version parameter. [SSLv23, TLSv1, TLSv1_1, TLSv1_2]
| | logstash_format | bool | No | false | Enable Logstash log format.
| | include_timestamp | bool | No | - | Adds a @timestamp field to the log, following all settings logstash_format does, except without the restrictions on index_name. This allows one to log to an alias in Elasticsearch and utilize the rollover API.
|