-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to handle index name template in ES output #454
Labels
Comments
Will that help, if
|
@onorua yep, It would be great! |
onorua
added a commit
to onorua/fluent-bit
that referenced
this issue
Nov 28, 2017
onorua
added a commit
to onorua/fluent-bit
that referenced
this issue
Jan 18, 2018
onorua
added a commit
to onorua/fluent-bit
that referenced
this issue
May 9, 2018
onorua
added a commit
to onorua/fluent-bit
that referenced
this issue
May 9, 2018
onorua
added a commit
to onorua/fluent-bit
that referenced
this issue
Aug 13, 2018
onorua
added a commit
to onorua/fluent-bit
that referenced
this issue
Aug 13, 2018
edsiper
pushed a commit
that referenced
this issue
Feb 18, 2019
The following patch introduce a new boolean configuration option called 'current_time_index'. When enabled all records and index will take the current time instead of record time. Signed-off-by: Eduardo Silva <[email protected]>
edsiper
pushed a commit
that referenced
this issue
Feb 18, 2019
The following patch introduce a new boolean configuration option called 'current_time_index'. When enabled all records and index will take the current time instead of record time. Signed-off-by: Eduardo Silva <[email protected]>
Fixed by 455eae0 |
edsiper
pushed a commit
that referenced
this issue
Mar 20, 2019
The following patch introduce a new boolean configuration option called 'current_time_index'. When enabled all records and index will take the current time instead of record time. Signed-off-by: Eduardo Silva <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So, as I understand correctly Fluentbit has an ability (if I use
Logstash_Format True
) to get timestamp from incoming data (e.g.@timestamp
field). But it would be great to set index template time format (index-name-%Y%m%d
) from local host not from incoming data. I don't want to use Logstash format, but I want to handle index name via time or env template from local host.The text was updated successfully, but these errors were encountered: