(Conditional – Intelligence) Configuring Settings for Elasticsearch in AWS
Applies only when you deploy the Intelligence capability.
- Make an SSH connection from the jump host to an EKS node.
- Change to the following directory:
- In the
sysctl.conf
file, add the following. (If yourvm.max_map_count
already exceeds 262144, you may skip this step.) - Execute the following command:
- Repeat steps 1-4 on all the nodes.
cd /etc/
vm.max_map_count=262144
sysctl -p
Next Step: Bootstrapping OMT