Hi All,
Could you please tell me what is wrong with the following IF condition
if [ DOCUMENT_MODEL ] == "10000" {
mutate {
replace => { "DOCUMENT_MODEL" => "INVOICE" }
}
}
Even though the DOCUMENT_MODEL is equal to 10000, it doesn't go to the replace.
Thanks