I have error on logstash:
[2021-08-07T00:24:08,330][WARN ][logstash.outputs.elasticsearch] Could not index event to Elasticsearch. {:status=>400, :action=>["index", {:_id=>nil, :_index=>"logstash-2021.08.07", :_type=>"doc", :_routing=>nil}, #LogStash::Event:0x1c23aef3], :response=>{"index"=>{"_index"=>"logstash-2021.08.07", "_type"=>"doc", "_id"=>"cvn-HXsBe0gI7rJ74b5a", "status"=>400, "error"=>{"type"=>"mapper_parsing_exception", "reason"=>"failed to parse [timestamp]", "caused_by"=>{"type"=>"illegal_argument_exception", "reason"=>"Invalid format: "2021-08-07 00:24:06" is malformed at " 00:24:06""}}}}}
I want to find the raw log of this error. I'm use filebat ship the log to logstash and index this to elastic. I have try to search the id cvn-HXsBe0gI7rJ74b5a on elastic but not found.