Skip to content

Commit 279c2d0

Browse files
author
Boris
committed
include system's snapshots into list
1 parent 5468acc commit 279c2d0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

main.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ app:
44
elastic:
55
host: http://elasticsearch:9200/
66
# use this fields if elastic requires BA
7-
username: elastic
8-
password: elastic
7+
# username: elastic
8+
# password: elastic
99
ssl: false
10-
include_system: true
10+
# Видим-ли в списке снапшотов системые (.kibana* / .opendistro* )
11+
# значение по умолчанию = false, то-есть не видим
12+
include_system: false

0 commit comments

Comments
 (0)