Hey there guys!
I have a field with the following value:
parsed_alert_txt => "ORA-06000: at "SYS.DBMS_QOPATCH", line 777"
But this conditional doesn't seem to work, and I don't know why:
if [parsed_alert_txt] =~ /ORA-/ {
mutate { add_tag => ["passed"] }
}
but it never tags the event, so I assume the regex conditional is not working. Can anyone help me?
Thanks!