792666dd79
Part of ELK stack. Includes Dockerfiles for both Centos and Ubuntu. Change-Id: I9f76adf084cd4f68e29326112b76ffd02b5adada Partially-implements: blueprint central-logging-service
12 lines
327 B
Django/Jinja
12 lines
327 B
Django/Jinja
{
|
|
"command": "/usr/share/elasticsearch/bin/elasticsearch",
|
|
"config_files": [
|
|
{
|
|
"source": "{{ container_config_directory }}/elasticsearch.yml",
|
|
"dest": "/usr/share/elasticsearch/config/elasticsearch.yml",
|
|
"owner": "elasticsearch",
|
|
"perm": "0600"
|
|
}
|
|
]
|
|
}
|