We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5468acc commit 279c2d0Copy full SHA for 279c2d0
main.yml
@@ -4,7 +4,9 @@ app:
4
elastic:
5
host: http://elasticsearch:9200/
6
# use this fields if elastic requires BA
7
- username: elastic
8
- password: elastic
+# username: elastic
+# password: elastic
9
ssl: false
10
- include_system: true
+# Видим-ли в списке снапшотов системые (.kibana* / .opendistro* )
11
+# значение по умолчанию = false, то-есть не видим
12
+ include_system: false
0 commit comments