Splunk Search

How can I make a timechart from the following data?

zachary_hickman
Explorer

I have data that appears in this format:

2013-05-16 09:40:25,861 "*alphanumeric*"=*number*, "*alphanumeric*"=*number*, ...

Note that there are no duplicate alphanumeric values in each event.

I would like to graph based on the sum of all *number*s for all the *alphanumeric* events for each day. So if in 5 different events on 5/16, "FIELD1" appeared, with the values 1, 2, 3, 4, and 5, the graph would show the value 15 for "FIELD1". I'll also be making this a stacked bar graph, but that shouldn't make a difference.

My biggest issue is separating the data within each event and then summing the data. If someone could point me in the right direction, it would be very appreciated!

Tags (1)
0 Karma
1 Solution

martin_mueller
SplunkTrust
SplunkTrust

Assuming your alphanumeric field names are auto-extracted due to being key=value pairs, you should be able to do this:

your search | timechart span=1d sum(*)

View solution in original post

martin_mueller
SplunkTrust
SplunkTrust

Assuming your alphanumeric field names are auto-extracted due to being key=value pairs, you should be able to do this:

your search | timechart span=1d sum(*)

martin_mueller
SplunkTrust
SplunkTrust

Then the next step would be to get those fields extracted, see http://docs.splunk.com/Documentation/Splunk/latest/Knowledge/Createandmaintainsearch-timefieldextrac... for reference.

0 Karma

zachary_hickman
Explorer

The alphanumeric isn't a key unfortunately, it's just like two variable pairs.

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 ...