From c44b1545788ecf02960f41e3b4f9287216559dc6 Mon Sep 17 00:00:00 2001 From: Manuel Gutierrez <1380243+xr09@users.noreply.github.com> Date: Tue, 29 Sep 2020 18:01:18 +0200 Subject: [PATCH] Remove reference to Elasticsearch variables --- README.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/README.md b/README.md index 406a3db0..aa74f1c8 100644 --- a/README.md +++ b/README.md @@ -40,23 +40,6 @@ API_USER="foo" # Wazuh API username API_PASS="bar" # Wazuh API password ``` -### Elasticsearch -``` -ELASTIC_CLUSTER="false" # Setup a cluster -CLUSTER_NAME="wazuh" # Cluster name -CLUSTER_NODE_MASTER="false" # Set node as master -CLUSTER_NODE_DATA="true" # Store data on this node -CLUSTER_NODE_INGEST="true" # Setup as ingest node -CLUSTER_NODE_NAME="wazuh-elasticsearch" # Name for this node -CLUSTER_MASTER_NODE_NAME="master-node" # Name of the master node -CLUSTER_MEMORY_LOCK="true" # Set Elasticsearch memory lock -CLUSTER_DISCOVERY_SERVICE="wazuh-elasticsearch" # Set discovery service -CLUSTER_NUMBER_OF_MASTERS="2" # Number of masters on the cluster -CLUSTER_MAX_NODES="1" # Max number of nodes on the cluster -CLUSTER_DELAYED_TIMEOUT="1m" # Set delayed timeout -CLUSTER_INITIAL_MASTER_NODES="wazuh-elasticsearch" # Elastic bootstrap node -``` - ### Kibana ``` PATTERN="" #