mirror of
https://github.com/ansible/awx.git
synced 2026-02-21 05:00:07 -03:30
Logging Integration, ELK docker-compose as update file
This commit is contained in:
5
tools/elastic/elasticsearch/Dockerfile
Normal file
5
tools/elastic/elasticsearch/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM elasticsearch:5
|
||||
|
||||
ENV ES_JAVA_OPTS="-Des.path.conf=/etc/elasticsearch"
|
||||
|
||||
CMD ["-E", "network.host=0.0.0.0", "-E", "discovery.zen.minimum_master_nodes=1"]
|
||||
1
tools/elastic/elasticsearch/config/.placeholder
Normal file
1
tools/elastic/elasticsearch/config/.placeholder
Normal file
@@ -0,0 +1 @@
|
||||
Ensure the existence of the parent folder.
|
||||
Reference in New Issue
Block a user