File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Few screen shots which makes it very easy to understand.
1818
1919![ Dashboard] ( ./dashboard.png )
2020
21- ## Creating a dev. environment from scratch on Ubuntu
21+ ## Creating a development environment from scratch on Ubuntu
2222
23231 . Install curl and JRE
2424
@@ -31,6 +31,8 @@ $ sudo apt install openjdk-11-jre-headless
3131
3232```
3333$ wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -
34+ $ sudo vi /etc/apt/sources.list.d/elastic.list
35+ add line: deb https://artifacts.elastic.co/packages/7.x/apt stable main
3436$ sudo apt-get update
3537$ sudo apt-get install elasticsearch
3638$ sudo apt-get install kibana
@@ -47,7 +49,7 @@ $ sudo apt-get install kibana=7.6.2 [for a specific version]
4749
4850```
4951$ sudo vi /etc/kibana/kibana.yml
50- server.host: "192.168.1.77" [update with correct value]
52+ server.host: "192.168.1.77" [update with correct value]
5153```
5254
53554 . Start ElasticSearch then Kibana. Then open browser http://192.168.1.77:5601
You can’t perform that action at this time.
0 commit comments