Splunk Search

The value changes between in search result and dashboard

appleman
Contributor

Hello,

I created this search, and the result is 37. However, when I put it on dashboard, the result turns out to be 2916 as screenshot says. I want to make change the result to be 37 on dashboard. How do I do that?

source=A id=* [| stats count | addinfo | eval earliest=relative_time(info_min_time,"-7d@d")

| eval latest=relative_time(info_min_time, "-6d@d")
| return earliest latest ]
| stats dc(name) as name
| append [search source=A id=*
| stats dc(name) as name ]
| stats range(name)


以下のサーチを実行した際には結果として37が返ってくるのですが、ダッシュボードに載せた際、結果が2916として表示されるのはなぜでしょうか。併せて、37を表示させる方法も教えて頂けると幸いです。

alt text

0 Karma
1 Solution

somesoni2
Revered Legend

Two questions:
1. What is the time range selected when you're executing search in search app? I see for search query after append there is not earliest or latest defined.
2. Are you using any Timerangepicker in your dashboard?

It may have happened that you are not using any timerange picker in dashboard so by default it's taking 'All times' thus returning more rows.

View solution in original post

somesoni2
Revered Legend

I have converted mine comment as answer so that you can close the question.

0 Karma

appleman
Contributor

In search app, I used custom time range, but I didn't use time range picker in my dashboard. Now I see why different results came out. Thank you.

0 Karma

somesoni2
Revered Legend

Two questions:
1. What is the time range selected when you're executing search in search app? I see for search query after append there is not earliest or latest defined.
2. Are you using any Timerangepicker in your dashboard?

It may have happened that you are not using any timerange picker in dashboard so by default it's taking 'All times' thus returning more rows.

Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...