Linux serverNETWORK ADMINISTRATIONS

How to setup #Elasticsearch on Linux Centos 7 for FortiSIEM

It’s all about performance when using Elasticsearch for the database. Here in this video, I am going to setup Elastic search nodes and use it in the #FortiSIEM

Commands in the video to download and run Java/Elasticsearch.

$ yum -y update
$ yum install java-1.8.0-openjdk
$ curl -L -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-.8.13.tar.gz
$ tar -xvf elasticsearch-6.8.13.tar.gz
$ cd elasticsearch-6.8.13/bin/
$ ./elasticsearch

Enjoy watching!

source

centos 7

Leave a Reply

Your email address will not be published. Required fields are marked *