add integration tests for custom config files
This commit is contained in:
parent
04438f9110
commit
c9e9ca4809
6 changed files with 143 additions and 6 deletions
7
test/integration/files/custom_config/elasticsearch
Normal file
7
test/integration/files/custom_config/elasticsearch
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Elasticsearch CUSTOM FILE
|
||||
|
||||
ES_HOME=/usr/share/elasticsearch
|
||||
ES_PATH_CONF=/etc/elasticsearch
|
||||
PID_DIR=/var/run/elasticsearch
|
||||
ES_JAVA_OPTS=
|
||||
ES_STARTUP_SLEEP_TIME=5
|
||||
Loading…
Add table
Add a link
Reference in a new issue