fluent-bit-kubernetes-logging
fluent-bit-kubernetes-logging copied to clipboard
Index not created for elasticsearch with logstash_format on and logstash_prefix set
trafficstars
With just "logstash_format On" it does create an index of value "logstash-
Here's what my elastic output config looks like:
output-elasticsearch.conf: |
[OUTPUT]
Name es
Match *
Host 10.128.241.156
Port 9200
logstash_format On
Replace_Dots On
Retry_Limit False
logstash_prefix myapp
Don't know if it matters but I have tried capitalizing like "Logstash_Format" and "Logstash_Prefix". But it does not work.
With logstash_format & logstash_prefix key removed, it does create an index called "fluent-bit"