-
Notifications
You must be signed in to change notification settings - Fork 1
/
es_env
19 lines (19 loc) · 842 Bytes
/
es_env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
path.data=/app/elasticsearch/data
path.repo=/app/elasticsearch/snapshot
discovery.seed_hosts=es01,es02,es03
network.host=0.0.0.0
bootstrap.memory_lock=true
xpack.security.enabled=true
xpack.security.http.ssl.enabled=true
xpack.security.http.ssl.key=certs/es.key
xpack.security.http.ssl.certificate=certs/es.crt
xpack.security.http.ssl.certificate_authorities=certs/ca.crt
xpack.security.transport.ssl.enabled=true
xpack.security.transport.ssl.key=certs/es.key
xpack.security.transport.ssl.certificate=certs/es.crt
xpack.security.transport.ssl.certificate_authorities=certs/ca.crt
xpack.security.transport.ssl.verification_mode=certificate
xpack.monitoring.collection.enabled=true
xpack.monitoring.elasticsearch.collection.enabled=true
# Set to 'basic' or 'trial' to automatically start the 30-day trial
xpack.license.self_generated.type=basic