mirror of
https://codeberg.org/scip/esctl.git
synced 2026-08-24 09:44:17 +02:00
add support for config file and multiple clusters config (#1)
This commit is contained in:
9
sample-2-clusters.yaml
Normal file
9
sample-2-clusters.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
clusters:
|
||||
default:
|
||||
uri: https://es.foo.bar:9200/
|
||||
user: elastic
|
||||
pass: 123456
|
||||
other:
|
||||
uri: https://myes.foo:9200/
|
||||
user: elastic
|
||||
pass: asdasdasd
|
||||
Reference in New Issue
Block a user