log: fix elastic version detection

Signed-off-by: huanggze <loganhuang@yunify.com>
This commit is contained in:
huanggze
2019-09-26 17:28:42 +08:00
parent 31e23d73c3
commit 2b30db43af
5 changed files with 27 additions and 10 deletions

View File

@@ -21,7 +21,7 @@ func NewElasticSearchOptions() *ElasticSearchOptions {
Index: "fluentbit",
LogstashPrefix: "",
Match: "kube.*",
Version: "6",
Version: "",
}
}