Link to Linux post-install instructions (#461)
Co-authored-by: Antoine Cotten <hello@acotten.com>
This commit is contained in:
parent
fe6432bc0d
commit
1088419286
|
@ -63,6 +63,9 @@ Other available stack variants:
|
||||||
* [Docker Compose](https://docs.docker.com/compose/install/) version **1.12.0+**
|
* [Docker Compose](https://docs.docker.com/compose/install/) version **1.12.0+**
|
||||||
* 1.5 GB of RAM
|
* 1.5 GB of RAM
|
||||||
|
|
||||||
|
> :information_source: Especially on Linux, make sure your user has the [required permissions][linux-postinstall] to
|
||||||
|
> interact with the Docker daemon.
|
||||||
|
|
||||||
By default, the stack exposes the following ports:
|
By default, the stack exposes the following ports:
|
||||||
* 5000: Logstash TCP input
|
* 5000: Logstash TCP input
|
||||||
* 9200: Elasticsearch HTTP
|
* 9200: Elasticsearch HTTP
|
||||||
|
@ -383,6 +386,8 @@ instead of `elasticsearch`.
|
||||||
[paid-features]: https://www.elastic.co/subscriptions
|
[paid-features]: https://www.elastic.co/subscriptions
|
||||||
[trial-license]: https://www.elastic.co/guide/en/elasticsearch/reference/current/license-settings.html
|
[trial-license]: https://www.elastic.co/guide/en/elasticsearch/reference/current/license-settings.html
|
||||||
|
|
||||||
|
[linux-postinstall]: https://docs.docker.com/install/linux/linux-postinstall/
|
||||||
|
|
||||||
[booststap-checks]: https://www.elastic.co/guide/en/elasticsearch/reference/current/bootstrap-checks.html
|
[booststap-checks]: https://www.elastic.co/guide/en/elasticsearch/reference/current/bootstrap-checks.html
|
||||||
[es-sys-config]: https://www.elastic.co/guide/en/elasticsearch/reference/current/system-config.html
|
[es-sys-config]: https://www.elastic.co/guide/en/elasticsearch/reference/current/system-config.html
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue