Datetime format

I am using MariaDB database there I have enter simple date without any timestamp but when data is going to Elasticsearch there is some timestamp along with the date. Please someone help me out in this

If you are referring to the @timestamp field then yes, by default it has a date and time. If you are referring to another field you would have to explain how it was set.

If you want to set a field to the current date (as a string) you could call Date.today.strftime in a ruby filter (with a format string for whatever format you want the date presented in).

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.