Skip to content

Commit 071802f

Browse files
author
Boris
committed
v0.1.6 - many fixes after codereview
1 parent 54acbc9 commit 071802f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

main.yml

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

modules/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313

1414
package version
1515

16-
var Version = "extractor/v0.1.5"
16+
var Version = "extractor/v0.1.6"

0 commit comments

Comments
 (0)