BOTES Prerequisites
This page describe which packages are needed to launch scripts and commands used to sanitize the different JSON files from Splunk and generate all Elastic related files.
Install Python 3.7.X
sudo yum update
sudo yum install gcc openssl-devel bzip2-devel libffi-devel python-devel wget
cd /usr/src/
wget https://www.python.org/ftp/python/3.7.4/Python-3.7.4.tgz
tar xzf Python-3.7.4.tgz
cd Python-3.7.4
./configure --enable-optimizations
make altinstall
# Check Python version to validate installation
python3.7 --versionInstall jq
sudo yum install epel-release
sudo yum install jqInstall Go
Install Python packages
Install Git
Logstash configuration
Elasticsearch Index Template
Date format
Last updated
Was this helpful?