|
I have the following raw AD event which I can see from my search:
Whenever I try to use the "Extact Fields" UI, the event is truncated after "Event Details" in the "Sample events" frame. What's preventing me from seeing the entire event? |
|
In order to prevent the limited screen real estate from exploding, sample events are truncated at 15 lines (with at most 100 events). I have filed a request for improvement. From the standard search view, you can still manually test out a regex with the 'rex' search command, and when it works, manually add that regex to your source or sourcetype from the Manager (i.e., Manager » Fields » Field extractions) Well that explains that. I did figure out how to use 'rex' as a work around. The next question is can I do dynamic field name generation the same way Splunk does? Something like this: sourcetype="ActiveDirectory" keywords= | rex field=_raw "keywords=(?<_KEY_1>[a-z]):(?<_VALUE_1>[0-9]*)
(17 Aug '10, 01:34)
mpatnode
unfortunately, no.
(26 Aug '10, 19:48)
carasso ♦♦
|
