quick question:
Would this be the correct way to place multiple expressions in a single condition?
if [EMS_Identifier] == "monitor.globalStatus.nonCritical" and "disk" in [syslog_message] and "failed" in [syslog_message] {
mutate {
add_tag => ["RAID_Disk_FAILED"]
}
}