Hi,
I'm trying to extract a field from a source, and when I test it, it appears to work, but in practice, it's grabbing too much.
Two examples are below. I want to create a "trapType" field, and report on it. It should contain "Vendor Specific" or "Authentication Failure". When I test it, everything looks ok, but then when I run a search, it's including everything after the values.
The field extract is: (?i) Type: (?P .+)
10:43:20.000 AM
10:43:20.000 AM
Trap: 25311425
Thu Feb 9 10:43:20 2012
Src IP: 6.7.8.9
Agent IP: 6.7.8.9
Trap Type: Authentication Failure
Specific Type: 0
Enterprise: 1.3.6.1.6.3.1.1.5
Object:1.3.6.1.4.1.9.2.1.5.0 Value:6.7.8.9
Trap: 25311426
Thu Feb 9 10:43:20 2012
Src IP: 1.2.3.4
Agent IP: 1.2.3.4
Trap Type: Vendor Specific
Specific Type: 1
Enterprise: 1.3.6.1.4.1.9.9.41.2
Object:1.3.6.1.4.1.9.9.41.1.2.3.1.2.3175321 Value:PIM
Object:1.3.6.1.4.1.9.9.41.1.2.3.1.3.3175321 Value:5
Object:1.3.6.1.4.1.9.9.41.1.2.3.1.4.3175321 Value:INVALID_SRC_REG
Object:1.3.6.1.4.1.9.9.41.1.2.3.1.5.3175321 Value:Received Register from 1.2.3.4 for (1.2.3.4, 1.2.3.4), not willing to be RP
Object:1.3.6.1.4.1.9.9.41.1.2.3.1.6.3175321 Value:264d 04:40:27
... View more