retrieving a date format column in Logstash

good morning,
I have a database that contains several columns, including date type columns. I was able to retrieve these date fields via logstach, but one in particular is stuck.
This column takes a null date by default in the format [0000-00-00 00:00:00] , and always keeps the null value, i.e. this column doesn't update and must always remain null in the format [0000-00-00 00:00:00] . Unfortunately, I can't change this type, but I absolutely must retrieve this column.
I always get an error. Here's a screenshot

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