Splunk Search

Graph of rolling totals

andrewbeak
Path Finder

Hi,

I want to create a graph that shows calculated values by time.

Each value must be calculated as the number of unique users visiting the site for the three months prior to that date.

In order to try and limit the amount of work required I want to only show one value per week.

So the value for 1 May 2018 must be the number of unique users from 1 Feb to 1 May 2018. The value for 14 May must be the number of users from 14 Feb to 14 May.

I'm pretty sure that I need to use "eval", but I'm struggling to work out how to "eval the distinct count of user.id for three months from the current row _time"

Any ideas how to accomplish this?

Tags (3)
0 Karma

niketn
Legend

@andrewbeak do you want to create a chart from a table drilldown? What do you mean by for three months from the current row _time?

Also do you want previous three months or one month as per you sample data?

Earliest Time in the Time Picker will -1mon@d or -3mon@d based on last month or last 3 months as needed.

For creating weekly stats you can refer to one of my previous answers and adjust as per your needs: https://answers.splunk.com/answers/637244/time-range-to-display-count-of-weekly.html

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma

knielsen
Contributor

I understood it like he wants to have a weekly rolling dc(user.id) over the last 3 months, so the time ranges always overlap. And if that's the case, I'd really go with a summary index, having a weekly search over the last 3 months. Easy to use, and depending on the amount of data a hell of lot faster to display in the end, when you just pull the precalculated results for each week.

0 Karma

andrewbeak
Path Finder

Thanks, that is what I am trying to do. I hadn't considered a summary index but that's a really good idea and I'll try to include that.

0 Karma
Get Updates on the Splunk Community!

Dashboards: Hiding charts while search is being executed and other uses for tokens

There are a couple of features of SimpleXML / Classic dashboards that can be used to enhance the user ...

Splunk Observability Cloud's AI Assistant in Action Series: Explaining Metrics and ...

This is the fourth post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how ...

Brains, Bytes, and Boston: Learn from the Best at .conf25

When you think of Boston, you might picture colonial charm, world-class universities, or even the crack of a ...