Skip to content

Commit

Permalink
Fix typo in ubuntu install (Graylog2#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
claudia authored Feb 9, 2020
1 parent 555acdf commit b74a94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/installation/os/ubuntu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Elasticsearch

Graylog can be used with Elasticsearch 6.x, please follow the below instructions to install the open source version of Elasticsearch. ::

$ wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch -o myKey
$ wget -q https://artifacts.elastic.co/GPG-KEY-elasticsearch -o myKey
$ sudo apt-key add myKey
$ echo "deb https://artifacts.elastic.co/packages/oss-6.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-6.x.list
$ sudo apt-get update && sudo apt-get install elasticsearch-oss
Expand Down

0 comments on commit b74a94d

Please sign in to comment.