fluent-operator icon indicating copy to clipboard operation
fluent-operator copied to clipboard

help request: Logstash_Prefix_Separator

Open buxiaomo opened this issue 2 years ago • 1 comments

Describe the issue

how can I use Logstash_Prefix_Separator on fluentbit ClusterOutput

How did you install fluent operator?

helm

Additional context

No response

buxiaomo avatar Jun 21 '23 07:06 buxiaomo

my ClusterOutput

...
spec:
  es: 
    host: 172.16.2.11
    port: 9200
    logstashFormat: true
    logstashPrefix: demo2-noprod

this output index is demo2-noprod-2023.06.21, I want index is demo2-noprod_2023.06.21

buxiaomo avatar Jun 21 '23 10:06 buxiaomo