You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.
With just "logstash_format On" it does create an index of value "logstash-". But if a prefix is specified, no index is created and logs do not get indexed.
Using fluent-bit version 1.3.3
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.
The text was updated successfully, but these errors were encountered:
With just "logstash_format On" it does create an index of value "logstash-". But if a prefix is specified, no index is created and logs do not get indexed.
Using fluent-bit version 1.3.3
Here's what my elastic output config looks like:
Don't know if it matters but I have tried capitalizing like "Logstash_Format" and "Logstash_Prefix". But it does not work.
The text was updated successfully, but these errors were encountered: