We are dealing with security events and they are sensitive in nature so we don't want someone getting access to the server without logging in first.

Here we will configure the ELK password page.

With SSH access to ELK-server, added the following values into directory .yml below

xpack.security.enabled: true xpack.security.authc.api_key.enabled: true

$- sudo vim /etc/elasticsearch/elasticsearch.yml

Screenshot 2024-09-28 at 10.50.41 PM.png

$- sudo su
$- /usr/share/elasticsearch/bin/elasticsearch-setup-passwords auto

Screenshot 2024-09-28 at 10.57.23 PM.png