Splunk Search

timechart grouping by list of IP's

jmiddle2
New Member

I need to create a line graph that shows 3 lines line 1: 127.0.0.1, line 2: internal subnets and line 3 external subnets that have access a page on my website (index.html). Does anyone know how I could group the clinetip's in such a way?

Tags (2)
0 Karma

martin_mueller
SplunkTrust
SplunkTrust

I'm assuming you want a count of accesses by time, grouped by those three categories. Note, this is in pseudosplunk (trademark!).

some search grabbing one event per access to the relevant page | eval traffic_category = "local", "internal", or "external" depending on IP | timechart count by category
0 Karma

jkat54
SplunkTrust
SplunkTrust

You need to provide us with example data from your source.

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...