(Conditional – Intelligence) Configuring Settings for Elasticsearch in Google Cloud

Applies only when you deploy the Intelligence capability.

  1. Make an SSH connection from the bastion to an GKE node.
  2. Change to the following directory:
  3. cd /etc/
  4. In the sysctl.conf file, add the following (If your vm.max_map_count already exceeds 262144, you may skip this step.):
  5. vm.max_map_count=262144
  6. Execute the following command:
  7. sysctl -p
  8. Repeat steps 1-4 on all the nodes.