fix audit options default empty (#2143)

This commit is contained in:
zryfish
2020-06-01 13:57:38 +08:00
committed by GitHub
parent b681193c1f
commit 345ce1ac0f

View File

@@ -29,7 +29,7 @@ type Options struct {
func NewElasticSearchOptions() *Options {
return &Options{
Host: "http://elasticsearch-logging-data.kubesphere-logging-system.svc:9200",
Host: "",
IndexPrefix: "ks-logstash-auditing",
Version: "",
}