Adding to @Jenni's answer the link to the documentation. Date filter plugin | Logstash Reference [8.11] | Elastic
It says:
Store the matching timestamp into the given target field. If not provided, default to updating the
@timestamp
field of the event.
Which means that date_fin
will at the end overwrite any other parsed values for @timestamp
field.