...8
Full request:
*************************************************************************
GET /waf-test-page.php?torro!234 HTTP/1.1
Host: 34.210.25.50
User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x...
I have looked at the predict cause and the "x11", however, I'm still struggling to find the right searcg to get the data I want.
Say I have 2 columns
Report_Date Population
11/01/2015 1...
i tried all splunk answers and doesn't seems like working for me.
i have this
search | rex mode=sed field=message.UA "s/%2f///g" | table message.UA
sample message.UA
Mozilla%2f5.0%20(X11...
...atch(userAgent, "X11"),"Linux", if(match(userAgent, "Macintosh"),"MAC", "OTHER")))
and then timechart them
timechart count span=1d BY browser_type os_vendor
Is there a better way to c...
So, I have a graph that shows the total user logins per day for an application and I thought it would be cool to show the ability to predict what the total number of logins for the next month would b...