Skip to content

Commit fe2ebbc

Browse files
author
guyplusplus
committed
fixed install of deb repo
1 parent 2a956f6 commit fe2ebbc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2323
1. 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

5355
4. Start ElasticSearch then Kibana. Then open browser http://192.168.1.77:5601

0 commit comments

Comments
 (0)