You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,6 @@ $ sudo vi /etc/kibana/kibana.yml
57
57
$ sudo systemctl start elasticsearch
58
58
$ curl -X GET "localhost:9200"
59
59
$ sudo systemctl start kibana
60
-
$
61
60
```
62
61
63
62
5. Now to create a development environment, download nvm, git client and yarn
@@ -72,7 +71,7 @@ $ sudo apt update
72
71
$ sudo apt install yarn
73
72
```
74
73
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.)
76
75
77
76
```
78
77
$ git clone https://github.com/elastic/kibana.git
@@ -90,14 +89,14 @@ $ yarn kbn bootstrap
90
89
$ yarn start --oss
91
90
```
92
91
93
-
9. Kernel values for file monitoring may be required
92
+
9. Kernel values adjustment for large number of file monitoring may be required
94
93
95
94
```
96
95
$ echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf
97
96
$ sudo sysctl -p
98
97
```
99
98
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/*`.
0 commit comments