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 54acbc9 commit 071802fCopy full SHA for 071802f
main.yml
@@ -5,8 +5,8 @@ app:
5
elastic:
6
host: http://elasticsearch:9200/
7
# use this fields if elastic requires BA
8
- username: elastic
9
- password: elastic
+# username: elastic
+# password: elastic
10
ssl: false
11
# Видим-ли в списке снапшотов системые (.kibana* / .opendistro* )
12
# значение по умолчанию = false, то-есть не видим
modules/version/version.go
@@ -13,4 +13,4 @@
13
14
package version
15
16
-var Version = "extractor/v0.1.5"
+var Version = "extractor/v0.1.6"
0 commit comments