Splunk Search

Single Value compared with custom option

valentinv
Explorer

Hi!

I monitor a csv file and I need to show the last value from file as Single Value chart.
This last value I want to compare it with the 24 value from file and show the trend.

This can be done (I guess) from query but I don't know how. Basically, Any ideas?

Thank you!

Tags (1)
0 Karma

hunters_splunk
Splunk Employee
Splunk Employee

Hi valentinv,

If you want to show trend over time, you can use the timechart command in your query. For example, the following search displays product purchases over time.

sourcetype=access_* action=purchase | timechart count by product 

So, basically you can timechart your values (each has a timestamp I presume) and visualize them using a line chart to see the trend.
For more details: http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Timechart?r=searchtip

Hope it helps. Thanks!
Hunter

0 Karma
Get Updates on the Splunk Community!

Share Your Ideas & Meet the Lantern team at .Conf! Plus All of This Month’s New ...

Splunk Lantern is Splunk’s customer success center that provides advice from Splunk experts on valuable data ...

Combine Multiline Logs into a Single Event with SOCK: a Step-by-Step Guide for ...

Combine multiline logs into a single event with SOCK - a step-by-step guide for newbies Olga Malita The ...

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