1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-19 13:54:25 +01:00

elasticsearch > 1.7 configuration files

This commit is contained in:
Sylvain 2018-11-20 15:18:24 +01:00
parent c1b1b701ae
commit a4b3bfb4ba
2 changed files with 16 additions and 0 deletions

6
docker/elasticsearch.yml Normal file
View File

@ -0,0 +1,6 @@
http.host: 0.0.0.0
script.inline: true
script.stored: true
script.painless.regex.enabled: true
path.repo: /usr/share/elasticsearch

10
docker/log4j2.properties Normal file
View File

@ -0,0 +1,10 @@
status = error
appender.console.type = Console
appender.console.name = console
appender.console.layout.type = PatternLayout
appender.console.layout.pattern = [%d{ISO8601}][%-5p][%-25c{1.}] %marker%m%n
rootLogger.level = info
rootLogger.appenderRef.console.ref = console