Add Elasticsearch cluster configuration (#146)

This commit is contained in:
AlfonsoRBJ
2019-04-25 15:52:05 +02:00
committed by Jesús Linares
parent 3d8d612298
commit 3f75dbdd39
6 changed files with 67 additions and 5 deletions
+2
View File
@@ -14,6 +14,8 @@ In this repository you will find the containers to run:
In addition, a docker-compose file is provided to launch the containers mentioned above. It also launches an Elasticsearch container (working as a single-node cluster) using Elastic Stack Docker images.
* Elasticsearch cluster. In the Elasticsearch Dockerfile we can visualize variables to configure an Elasticsearch Cluster. These variables are used in the file *config_cluster.sh* to set them in the *elasticsearch.yml* configuration file. You can see the meaning of the node variables [here](https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-node.html) and other cluster settings [here](https://github.com/elastic/elasticsearch/blob/master/distribution/src/config/elasticsearch.yml).
## Documentation
* [Wazuh full documentation](http://documentation.wazuh.com)