Skip to main content

Installing Elasticsearch in 7 steps!

By 24/07/2019#!31Fri, 10 Jul 2020 14:15:11 +0200+02:001131#31Fri, 10 Jul 2020 14:15:11 +0200+02:00-2+02:003131+02:00202031 10pm31pm-31Fri, 10 Jul 2020 14:15:11 +0200+02:002+02:003131+02:002020312020Fri, 10 Jul 2020 14:15:11 +0200152157pmFriday=33#!31Fri, 10 Jul 2020 14:15:11 +0200+02:00+02:007#10 July 2020#!31Fri, 10 Jul 2020 14:15:11 +0200+02:001131#/31Fri, 10 July 2020 14:15:11 +0200+02:00-2+02:003131+02:00202031#!31Fri, 10 Jul 2020 14:15:11 +0200+02:00+02:007#Tool

Installing Elasticsearch in 7 steps!

Step by step on Linux

We are regularly asked if there is a good Dutch manual for Elasticsearch to install. The steps that need to be taken are simple if done in the correct order. This blog describes the installation of Elasticsearch and Kibana step by step.

To begin, ensure a clean installation of Ubuntu Linux. We used the following ISO / version: ubuntu-16.04.1-desktop-amd64.iso.

Install Elasticsearch

Elasticsearch can be installed with the following commands and steps.

wget Co https://artefacts.elastic.co/GPGKEYElasticsearch | sudo aptadd key

2. sudo aptsudo apt installTransporthttps

3. echo “deb https://artifacts.elastic.co/packages/7.x/apt stable main” | sudo tee a /etc/apt/Sources.list.d/elastic7.x.list

4. sudo aptGet update && sudo aptsudo apt-get install elasticsearch

Elasticsearch is now installed. It can be started with the following command:

5. sudo systemctl start elasticsearch.service

Install Kibana

Now that Elasticsearch is installed, Kibana can be installed.

6. sudo aptGet update && sudo aptsudo apt-get install kibana

7. sudo systemctl start kibana.service

Start the web browser now and go to localhost:5601. The Kibana screen should now appear. Good luck!

Kibana

Want to know more?

Would you like to know more or do you have a question about the possibilities, call us on +31 (0)88 – 7887 328, go to Contact or fill in the form below!

Recent articles

Beveiligingsbewaking is een breder concept dat elk proces omvat dat is ontworpen om te detecteren, te voorkomen en te beperken van beveiligingsrisico's voor uw IT-omgeving. SIEM (Security Information and Event Management) is een specifieke technologie die beveiligingsbewaking mogelijk maakt door logboeken van verschillende bronnen te verzamelen, te analyseren en te correleren. SIEM-systemen kunnen helpen bij het detecteren van bedreigingen, het reageren op incidenten en naleving.

| Blog | No Comments
Security monitoring and SIEM are often mentioned in the same breath. However, they do not mean the same thing. Security monitoring is about signalling deviations and possible threats, whereas SIEM helps to…

Elastic 9.4 shows where modern data environments are heading

| Blog | No Comments
Elastic 9.4 shows how modern data environments are developing towards greater cohesion, context, and automation. In this blog, you'll read how AI, observability, and workflows are increasingly moving towards each other…