@@ -507,7 +507,7 @@ func syncFluentbitCRDOutputWithConfigMap(outputs []fb.OutputPlugin) error {
|
||||
}
|
||||
|
||||
// Parse es host, port and index
|
||||
func ParseEsOutputParams(params []fb.Parameter) *es.ESConfigs {
|
||||
func ParseEsOutputParams(params []fb.Parameter) *es.Config {
|
||||
|
||||
var (
|
||||
isEsFound bool
|
||||
@@ -551,5 +551,5 @@ func ParseEsOutputParams(params []fb.Parameter) *es.ESConfigs {
|
||||
}
|
||||
}
|
||||
|
||||
return &es.ESConfigs{Host: host, Port: port, Index: index}
|
||||
return &es.Config{Host: host, Port: port, Index: index}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user