...ourcetype
During an inline search, those three extracted fields populate the table with integer values, as expected. I then update the field extractions for the sourcetype of postfix_syslog to include t...
...lace doesn't follow this paradigm. We especially have a lot of DELIMS/FIELDS-based field extractions, and I'm not clear on where we stand with these, especially since there's no obvious way to configure...
I am walking through the Cisco app and I noticed that there are a lot different ways fields are being extracted. It looks like there are many inlineextractions and others referencing a transform, a...
I'm not a big regex power yet, I know this is easy, but since it is not on a system I can't test and figure out myself I'm looking for expert assistance.
Can someone provide a search rex that will ...
...s how my field extraction looks, it is assigned to the correct index and is an "inline" extraction.
CommandOutcome[^<>]*><[^<>]*>(?<CommandOutcome>[^<>]*) in X...
I'm trying to setup Splunk to understand CloudFront log files.
I've setup a field extraction like this:
^(?<DATE>[\\S]+)\\t(?<TIME>[\\S]+)\\t(?<CF_SERVER>[\\S]+)\\t(?<B...
I have a regex I am using to extract exception from a java stacktrace to get for error analysis. It would be much better to do this as a configured field extract so I can use it in lookups instead o...
...Some.Component-log4net.log
I've been able to extract just the filename, excluding the optional GUID, using rex inline, e.g.:
index=prod rex field=source "^.\\([0-9a-f]{8}-[0-9a-f]{4}-[0-9...
Hello,
I have a scheduled search which sends out alerts when certain criteria matches. Currently the results are sent inline in the email. Is there a way to send the results in csv format as a a...
The following gives me exactly what I want
host=****** Failed_Reason minutesago=15 | rex "\>(?<Failed_Reason>.*?)\<"
but when I use the regex to build a field extraction I c...