Add data directory info to setting up logstash doc

Fixes #8495
This commit is contained in:
infcurious@gmail.com 2017-10-15 11:28:10 +08:00 committed by Jordan Sissel
parent c158bc4d53
commit 42931dce4e

View file

@ -50,7 +50,7 @@ config and the logs directories so that you do not delete important data later o
| Configuration files, including `logstash.yml` and `jvm.options`
| `{extract.path}/config`
| `path.settings`
| logs
| Log files
| `{extract.path}/logs`
@ -61,6 +61,11 @@ config and the logs directories so that you do not delete important data later o
| `{extract.path}/plugins`
| `path.plugins`
| data
| Data files used by logstash and its plugins for any persistent needs.
| `{extract.path}/data`
| `path.data`
|=======================================================================
[[deb-layout]]
@ -103,6 +108,11 @@ locations for the system:
| `/usr/share/logstash/plugins`
| `path.plugins`
| data
| Data files used by logstash and its plugins for any persistent needs.
| `/var/lib/logstash`
| `path.data`
|=======================================================================
[[docker-layout]]