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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...