Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tarokkk committed Sep 16, 2019
1 parent e4a4c4e commit 829897c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/plugins/outputs/elasticsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
| password | *secret.Secret | No | - | Password for HTTP Basic authentication.<br>[Secret](./secret.md)<br> |
| path | string | No | - | Path for HTTP Basic authentication.<br> |
| scheme | string | No | http | Connection scheme <br> |
| ssl_verify | bool | No | true | Skip ssl verification <br> |
| ssl_verify | bool | Yes | true | Skip ssl verification (default: true)<br> |
| ssl_version | string | No | - | If you want to configure SSL/TLS version, you can specify ssl_version parameter. [SSLv23, TLSv1, TLSv1_1, TLSv1_2]<br> |
| logstash_format | bool | No | false | Enable Logstash log format.<br> |
| 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.<br> |
Expand Down

0 comments on commit 829897c

Please sign in to comment.