Skip to content

Commit

Permalink
Merge branch '20bt13github-patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
spujadas committed Oct 10, 2018
2 parents 8c005c2 + a53b4b2 commit 124eefc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ This web page documents how to use the [sebp/elk](https://hub.docker.com/r/sebp/
- [Elasticsearch is not starting (2): `cat: /var/log/elasticsearch/elasticsearch.log: No such file or directory`](#es-not-starting-not-enough-memory)
- [Elasticsearch is not starting (3): bootstrap tests](#es-not-starting-bootstrap-tests)
- [Elasticsearch is suddenly stopping after having started properly](#es-suddenly-stopping)
- [Miscellaneous](#issues-misc)
- [Known issues](#known-issues)
- [Troubleshooting](#troubleshooting)
- [If Elasticsearch isn't starting...](#es-not-starting)
Expand Down Expand Up @@ -706,6 +707,15 @@ With the default image, this is usually due to Elasticsearch running out of memo

As a reminder (see [Prerequisites](#prerequisites)), you should use no less than 3GB of memory to run the container... and possibly much more.

### Miscellaneous <a name="issues-misc"></a>

Other known issues include:

- Elasticsearch not having enough time to start up with the default image settings: in that case [set the `ES_CONNECT_RETRY` environment variable](#overriding-variables) to a value larger than 30. (By default Elasticsearch has 30 seconds to start before other services are started, which may not be enough and cause the container to stop.)

- Incorrect proxy settings, e.g. if a proxy is defined for Docker, ensure that connections to `localhost` are not proxied (e.g. by using a `no_proxy` setting).


## Known issues <a name="known-issues"></a>

When using Filebeat, an [index template file](https://www.elastic.co/guide/en/beats/filebeat/6.0/filebeat-template.html) is used to connect to Elasticsearch to define settings and mappings that determine how fields should be analysed.
Expand Down

0 comments on commit 124eefc

Please sign in to comment.