Parse_exception errror

Error: Request to Elasticsearch failed: {"error":{"root_cause":[{"type":"parse_exception","reason":"failed to parse date field [-1588464815700] with format [epoch_millis]: [failed to parse date field [-1588464815700] with format [epoch_millis]]"}],"type":"search_phase_execution_exception","reason":"all shards failed","phase":"query","grouped":true,"failed_shards":[{"shard":0,"index":"logstash-2020.04.01-000001","node":"dbIIw9jrQ42X_1uIRLw2zQ","reason":{"type":"parse_exception","reason":"failed to parse date field [-1588464815700] with format [epoch_millis]: [failed to parse date field [-1588464815700] with format [epoch_millis]]","caused_by":{"type":"illegal_argument_exception","reason":"failed to parse date field [-1588464815700] with format [epoch_millis]","caused_by":{"type":"date_time_parse_exception","reason":"Failed to parse with all enclosed parsers"}}}}]},"status":400}. I need help.

Quick guess without seeing a full reproduction: You are trying to parse a field value of -1588464815700 - when parsing epoch millis, you need a positive value or change it to a more readable date format.

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