-
Notifications
You must be signed in to change notification settings - Fork 1
/
opensearch.yml
27 lines (23 loc) · 1.1 KB
/
opensearch.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
cluster.name: os-cluster
network.host: 0.0.0.0
bootstrap.memory_lock: "true" # along with the memlock settings below, disables swapping
cluster.routing.allocation.disk.threshold_enabled: true
cluster.routing.allocation.disk.watermark.low: 93%
cluster.routing.allocation.disk.watermark.high: 95%
plugins.security.allow_unsafe_democertificates: true
plugins.security.ssl.http.enabled: true
plugins.security.ssl.http.pemtrustedcas_filepath: certificates/ca/ca.pem
plugins.security.ssl.transport.enabled: true
plugins.security.ssl.transport.pemtrustedcas_filepath: certificates/ca/ca.pem
plugins.security.ssl.transport.enforce_hostname_verification: false
plugins.security.authcz.admin_dn:
- 'CN=ADMIN,O=EXAMPLE,L=MASHHAD,ST=KH,C=IR'
plugins.security.nodes_dn:
- 'CN=os00,O=EXAMPLE,L=MASHHAD,ST=KH,C=IR'
- 'CN=os01,O=EXAMPLE,L=MASHHAD,ST=KH,C=IR'
- 'CN=os02,O=EXAMPLE,L=MASHHAD,ST=KH,C=IR'
- 'CN=os03,O=EXAMPLE,L=MASHHAD,ST=KH,C=IR'
- 'CN=os04,O=EXAMPLE,L=MASHHAD,ST=KH,C=IR'
- 'CN=os05,O=EXAMPLE,L=MASHHAD,ST=KH,C=IR'
- 'CN=os06,O=EXAMPLE,L=MASHHAD,ST=KH,C=IR'
- 'CN=os07,O=EXAMPLE,L=MASHHAD,ST=KH,C=IR'