We met the following warning message as below under logstash 7.3
Parsed JSON object/hash requires a target configuration option {:source=>"message", :raw=>"[{\"itemBefore\":0,\"itemAward\":1,\"itemType\":\"hint\"}]"}
and the config
filter {
json{
source => "message"
skip_on_invalid_json => true
remove_field => [ "message" ]
}
}
After searching the relate issue here, we cannot find the answer. Could someone help us to investigate it ?