mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -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
a678f1f288
commit
d123c86c83
3 changed files with 3 additions and 2 deletions
|
@ -191,7 +191,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)
|
||||
|
|
|
@ -183,7 +183,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)
|
||||
|
|
|
@ -81,6 +81,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