Skip to content

Commit 1d663d5

Browse files
author
guyplusplus
committed
adjustments
1 parent bd6deef commit 1d663d5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ $ sudo vi /etc/kibana/kibana.yml
5757
$ sudo systemctl start elasticsearch
5858
$ curl -X GET "localhost:9200"
5959
$ sudo systemctl start kibana
60-
$
6160
```
6261

6362
5. Now to create a development environment, download nvm, git client and yarn
@@ -72,7 +71,7 @@ $ sudo apt update
7271
$ sudo apt install yarn
7372
```
7473

75-
6. Download Kibana source code and select the target version
74+
6. Download Kibana source code and select the target version (v7.6.2, v7.0.0, etc.)
7675

7776
```
7877
$ git clone https://github.com/elastic/kibana.git
@@ -90,14 +89,14 @@ $ yarn kbn bootstrap
9089
$ yarn start --oss
9190
```
9291

93-
9. Kernel values for file monitoring may be required
92+
9. Kernel values adjustment for large number of file monitoring may be required
9493

9594
```
9695
$ echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf
9796
$ sudo sysctl -p
9897
```
9998

100-
10. If you have problem to start Kibana dev 7.7.0 with ElasticSearch 7.7.0, add this line in `config/kibana.yml` config file. When upgrading from 7.6 to 7.0 I had to delete all indexes `curl -XDELETE localhost:9200/*`.
99+
10. If you have problem to start Kibana 7.7.0 (from Git. For some reason it thinks it is already in version 8.0.0) with ElasticSearch 7.7.0, add this line in `config/kibana.yml` config file. When upgrading from 7.6 to 7.7 I had to delete all indexes `curl -XDELETE localhost:9200/*`.
101100

102101
```
103102
elasticsearch.ignoreVersionMismatch: true

0 commit comments

Comments
 (0)