Hi,
I would like to know if it is possible to use the json parser to add thes fields result in a chosen field
instead of just in the "_source" field.
for example:
message = "{'step': 1, 'completed': true}"
filter{
mutate: {
add_field: "json_result" => { json :{ source => "message"}}
}
}
??