Hi,
Im trying to filter 2 word match in a single trap received like this
| 06/11/2012 22:28:51 | 10.255.255.129 | NMS-SERVER | public | SATELLITE-COM-VSAT-MIB-V2:satelliteComMib.2.1.2.10.12 | satelliteComMib.2.1.1.10.24.0 = 0 satelliteComMib.2.1.1.10.23.0 = SINOHYDRO Patuca III satelliteComMib.2.1.1.10.22.0 = 1 satelliteComMib.2.1.1.10.21.0 = 3567 satelliteComMib.2.1.1.10.20.0 = 11/6/2012 10:31:29 PM satelliteComMib.2.1.1.10.19.0 = 4 satelliteComMib.2.1.1.10.18.0 = Data connection is down: Down satelliteComMib.2.1.1.10.17.0 = 200044 satelliteComMib.2.1.1.10.16.0 = 1387960 snmpTrapOID = SATELLITE-COM-VSAT-MIB-V2:satelliteComMib.2.1.2.10.12 sysUpTime = 1 hour 57 minutes 30.25 seconds |
I would like to match the word .*Data connection is.* and the word .*200044.*
then color and tag the trap.
i use .*\n(.*\n)* but doesnt work.
any ideas?