a. Installing and configuring Elasticsearch
Guide to install Elastic Stack
Modify Hosts File
192.168.20.222 elk_allinone
127.0.0.1 localhostDisabling SWAP
$ sudo swapon –show
$ sudo swapoff -v /swapfile
$ sudo vi /etc/fstab$ sudo rm /swapfileDownload and install Debian packages manually
Modify Heap Size
Modify Configuration File
Modifying System Configuration
Lets begin!
Last updated