Update ES_HOST
to document TLS usage (#1140)
* Update `ES_HOST` to document TLS usage * Update elasticsearch.md * Update content/en/admin/config.md * Apply suggestions from code review Co-authored-by: Michael Stanclift <mx@vmstan.com>
This commit is contained in:
parent
92c64fd62d
commit
af73402cbe
2 changed files with 4 additions and 1 deletions
|
@ -71,6 +71,8 @@ ES_PRESET= # single_node_cluster, small_cluster or large_cluster
|
|||
# ES_PASS=
|
||||
```
|
||||
|
||||
_Note_: If using TLS, prepend the hostname with `https://`. For example: `https://elastic.example.com`.
|
||||
|
||||
### Choosing the correct preset
|
||||
|
||||
The value for `ES_PRESET` depends on the size of your Elasticsearch and will be used to set the number of shards and replica for your indices to the best value for your setup:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue