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!
centos 7