Docker-development/elastic-search/elasticsearch.yml
2018-01-04 06:56:20 +01:00

13 lines
212 B
YAML

http:
host: 0.0.0.0
transport:
host: 127.0.0.1
xpack:
security:
enabled: false
authc:
anonymous:
roles:
- role1
- role2