fix audit options default empty (#2143)
This commit is contained in:
@@ -29,7 +29,7 @@ type Options struct {
|
|||||||
|
|
||||||
func NewElasticSearchOptions() *Options {
|
func NewElasticSearchOptions() *Options {
|
||||||
return &Options{
|
return &Options{
|
||||||
Host: "http://elasticsearch-logging-data.kubesphere-logging-system.svc:9200",
|
Host: "",
|
||||||
IndexPrefix: "ks-logstash-auditing",
|
IndexPrefix: "ks-logstash-auditing",
|
||||||
Version: "",
|
Version: "",
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user