mirror of
https://github.com/elastic/kibana.git
synced 2025-04-19 15:35:00 -04:00
Added step to change to Kibana directory. (#56315)
This commit is contained in:
parent
6e352cdd60
commit
58722e586f
1 changed files with 2 additions and 1 deletions
|
@ -193,7 +193,7 @@ yarn es snapshot
|
|||
##### Keeping data between snapshots
|
||||
|
||||
If you want to keep the data inside your Elasticsearch between usages of this command,
|
||||
you should use the following command, to keep your data folder outside the downloaded snapshot
|
||||
you should use the following command, to keep your data folder outside the downloaded snapshot
|
||||
folder:
|
||||
|
||||
```bash
|
||||
|
@ -290,6 +290,7 @@ Follow the [cross-cluster search](https://www.elastic.co/guide/en/kibana/current
|
|||
|
||||
### Running Kibana
|
||||
|
||||
Change to your local Kibana directory.
|
||||
Start the development server.
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Add table
Reference in a new issue