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#July 10th, 2020#!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#!31Fri, 10 Jul 2020 14:15:11 +0200+02:00+02:007#Tool

Installing Elasticsearch in 7 steps!

Stap voor stap op Linux

Wij krijgen met enige regelmaat de vraag of er een goede Nederlandse handleiding is om Elasticsearch te installeren. De stappen die moeten worden gezet zijn eenvoudig als deze in de juiste volgorde worden gedaan. Dit blog beschrijft de installatie van Elasticsearch en Kibana stap voor stap.

Zorg om te beginnen voor een schone installatie van Ubuntu linux. Wij hebben de volgende iso / versie gebruikt: ubuntu-16.04.1-desktop-amd64.iso.

Elasticsearch installeren

Met de volgende commando’s en stappen kan Elastisearch worden geïnstalleerd.

1. wget qO https://artifacts.elastic.co/GPGKEYElasticsearch | sudo aptkey add

2. sudo aptget install apttransporthttps

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 aptget install elasticsearch

Elasticsearch is nu geïnstalleerd. Starten kan met het volgende commando:

5. sudo systemctl start elasticsearch.service

Kibana installeren

Nu Elasticsearch geïnstalleerd is kan Kibana worden geïnstalleerd.

6. sudo aptget update && sudo aptget install kibana

7. sudo systemctl start kibana.service

Start nu de webbrowser en ga na localhost:5601. Het kibana scherm met nu verschijnen. Succes!

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…