Added step to change to Kibana directory. (#56315)

This commit is contained in:
Janeen Mikell-Straughn 2020-01-29 12:09:45 -05:00 committed by GitHub
parent 6e352cdd60
commit 58722e586f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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