You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is causing ElasticSearch import error if no data mutation is done:
"status"=>400,
"error"=>{"type"=>"mapper_parsing_exception", "reason"=>"failed to parse", "caused_by"=>{"type"=>"illegal_argument_exception", "reason"=>"mapper [summary.source_location] of different type, current_type [string], merged_type [long]}}"
This is an enhancement request to change the data type for better report consumption.
The text was updated successfully, but these errors were encountered:
When generating an exec report, the
source_location
field seen below:is causing ElasticSearch import error if no data mutation is done:
This is an enhancement request to change the data type for better report consumption.
The text was updated successfully, but these errors were encountered: