Just curious about this. Most of the regularexpressions I see splunk use look nothing like standard/posix regularexpressions. Its making it a bit annoying for me.
...bsp;
https://docs.splunk.com/Documentation/Splunk/8.1.0/Admin/Restmapconf#restmap.conf.example doesn't appear to say anything about "match" being a regularexpression.
...he Regex (RegularExpressions) code for that is /d/d/d/d however, I am unsure how to implement that into my store search input panel.
<input type="text" token="Store_num"&g...
...eadEA|1=Append|1=Write|1=Read|"
This comes as one event in Splunk and anything after |ALLOW is repeated as many times as there are groups defined in the ACL (so unknown number of repeats).
W...
I have an input string which contains strings like code =test1 description=test1 description status = pending,code =test2 description=test2 description status = COMPLTED, code ...
...ith regularexpressions.
I`ve tried this
(?(?=\b-\b)(?P<ProfileStep>[^-"]+)|(?P<ProfileStep>[^"]+))
But splunk says "Regex: two named subpatterns have the same name"
I w...
I need to write regularexpression to extract few fields in this, but not able to figure this out. Can you please help me on the same.
X-Response-Timestamp: 2022-08-24T07:27:26.150Z x-amzn-R...
.../"
I am familiar with how to create the alerts from a saved search but this syntax is not returning anything and the Splunk documentation for regularexpressions is very vague. What is the c...
...AppName=replace(Application_Name, ".+\\", "")
but when i try to do it Splunk tells me "Error in 'eval' command: Regex: \ at end of pattern"
Why is that? and how can i solve it?
Thanks a lot f...