parent
c9508ff623
commit
d11cb9fce5
|
|
@ -1,7 +1,9 @@
|
||||||
discovery:
|
discovery:
|
||||||
type: single-node
|
type: single-node
|
||||||
|
|
||||||
network:
|
network:
|
||||||
host: 0.0.0.0
|
host: 0.0.0.0
|
||||||
|
|
||||||
http:
|
http:
|
||||||
host: 0.0.0.0
|
host: 0.0.0.0
|
||||||
port: 9200
|
port: 9200
|
||||||
|
|
@ -9,12 +11,11 @@ http:
|
||||||
enabled: true
|
enabled: true
|
||||||
allow-origin: "*"
|
allow-origin: "*"
|
||||||
allow-headers:xpack: X-Requested-With,Content-Type,Content-Length,Authorization
|
allow-headers:xpack: X-Requested-With,Content-Type,Content-Length,Authorization
|
||||||
|
|
||||||
path:
|
path:
|
||||||
repo:
|
repo:
|
||||||
- /usr/share/elasticsearch/backup
|
- /usr/share/elasticsearch/backup
|
||||||
|
|
||||||
xpack.security.enabled: true
|
|
||||||
|
|
||||||
xpack:
|
xpack:
|
||||||
security:
|
security:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue