mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[docs] Add path.data to setup instructions (#13513)
* [docs] Add path.data to setup instructions * [docs] Add path.data to rpm and deb table
This commit is contained in:
parent
cc0cef43b6
commit
d68383578e
3 changed files with 3 additions and 2 deletions
|
@ -180,7 +180,7 @@ locations for a Debian-based system:
|
|||
| data
|
||||
| The location of the data files written to disk by Kibana and its plugins
|
||||
| /var/lib/kibana
|
||||
d|
|
||||
| path.data
|
||||
|
||||
| optimize
|
||||
| Transpiled source code. Certain administrative actions (e.g. plugin install)
|
||||
|
|
|
@ -172,7 +172,7 @@ locations for an RPM-based system:
|
|||
| data
|
||||
| The location of the data files written to disk by Kibana and its plugins
|
||||
| /var/lib/kibana
|
||||
d|
|
||||
| path.data
|
||||
|
||||
| optimize
|
||||
| Transpiled source code. Certain administrative actions (e.g. plugin install)
|
||||
|
|
|
@ -82,6 +82,7 @@ to 0 to disable.
|
|||
`elasticsearch.startupTimeout:`:: *Default: 5000* Time in milliseconds to wait for Elasticsearch at Kibana startup before
|
||||
retrying.
|
||||
`pid.file:`:: Specifies the path where Kibana creates the process ID file.
|
||||
`path.data`:: *Default: `./data`* The path where Kibana stores persistent data not saved in Elasticsearch
|
||||
`logging.dest:`:: *Default: `stdout`* Enables you specify a file where Kibana stores log output.
|
||||
`logging.silent:`:: *Default: false* Set the value of this setting to `true` to suppress all logging output.
|
||||
`logging.quiet:`:: *Default: false* Set the value of this setting to `true` to suppress all logging output other than
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue