Splunk Search

Seems to be complicated regex day

dbcase
Motivator

Hi,

I have this data

10.210.192.15 - - [26/Sep/2017:19:59:59 -0400] "POST /rest/icontrol/sites/315568/network/instances/100876ffe9572a.0/functions/disarm HTTP/1.1" 202 9 "-" "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_3 like Mac OS X) AppleWebKit/603.3.8 (KHTML, like Gecko) Mobile/14G60" "

10.210.192.5 - - [26/Sep/2017:19:59:59 -0400] "POST /rest/icontrol/sites/4793/network/instances/140024460000052928.10.0/functions/thermostatStatus HTTP/1.1" 202 9 "-" "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_3 like Mac OS X) AppleWebKit/603.3.8 (KHTML, like Gecko) Mobile/14G60" "-"  "-"


6:59:59.000 PM  
10.210.192.15 - - [26/Sep/2017:19:59:59 -0400] "GET /rest/icontrol/sites/4793/network/lights/getAllLightingStatus HTTP/1.1" 202 9 "-" "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_3 like Mac OS X) AppleWebKit/603.3.8 (KHTML, like Gecko) Mobile/14G60" "-"  "-"

I need to extract out the numbers

315568
4793

and then I need to extract

disarm
thermostatStatus
getAllLightingStatus

I have the number extraction

rex "\/rest\/icontrol\/sites\/(?<number>\d+)"

but the other one I'm at a loss...... Any regex guru's to the rescue?

Tags (2)
0 Karma
1 Solution

DalJeanis
Legend

Thought I already did that one... ?

|  rex "\/rest\/icontrol\/sites\/(?<number>\d+)\/(<myfield>[^\/\s]+)\sHTTP"

View solution in original post

0 Karma

DalJeanis
Legend

Thought I already did that one... ?

|  rex "\/rest\/icontrol\/sites\/(?<number>\d+)\/(<myfield>[^\/\s]+)\sHTTP"
0 Karma

dbcase
Motivator

Hi DalJeanis,

You answered another one which was perfect! This one is a bit different.

I need to extract the last portion of the URL immediately before the HTTP. For example:

In the first event, I need to extract the word "disarm"

Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...