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!

Celebrating Fast Lane: 2025 Authorized Learning Partner of the Year

At .conf25, Splunk proudly recognized Fast Lane as the 2025 Authorized Learning Partner of the Year. This ...

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...