rule "ASA_Lookup_Hostnames"
when
has_field("source")
then
let mutatehost = lookup_value("asa-hostname-lookuptable", $message.source);
set_field("ASA_Host", mutatehost);
end
more than this when i have the lookup_value, i get this error “{“type”:“mapper_parsing_exception”,“reason”:“object mapping for [ASA_host] tried to parse field [ASA_host] as object, but found a concrete value”}”