Getting _timestampparsefailure error in kibana tags

Hello team,
I am getting _timestampparsefailure error in kibana tags. looks everything goods.

Sample log line:

2021-12-03T12:31:57,176 DEBUG [ghReVdD7RmwHTUFpx7WgdA] com.pingidentity.pa.core.interceptor.flow - Invoking response handler: Disable Caching Interceptor for Request to [pauat.enbduat.com] [/pa/heartbeat.ping]

Logsatsh date filter:

date {
                match => ["time", "yyyy-MM-dd HH:mm:ss,SSS","dd/MMM/yyyy:HH:mm:ss","yyyy-MM-dd'T'HH:mm:ss,SSS"]
                target => "@timestamp"
                locale => "en"
                timezone => "+04:00"
            }

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