Skip to content

Commit dd52d6e

Browse files
committed
copy es config
1 parent a254de2 commit dd52d6e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## Cluster Settings
2+
cluster.name: stac-cluster
3+
node.name: es01
4+
network.host: 0.0.0.0
5+
transport.host: 0.0.0.0
6+
discovery.type: single-node
7+
http.port: 9200
8+
9+
path:
10+
repo:
11+
- /usr/share/elasticsearch/snapshots
12+
13+
## License
14+
xpack.license.self_generated.type: basic
15+
16+
# Security
17+
xpack.security.enabled: false
18+
xpack.security.transport.ssl.enabled: false

0 commit comments

Comments
 (0)