<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: using different date range but showing the same value in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/using-different-date-range-but-showing-the-same-value/m-p/675729#M231166</link>
    <description>&lt;P&gt;The earliest and latest settings in the search are overriding the values chosen from the timepicker and since these are the same, the numbers in your panels are the same.&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jan 2024 09:27:22 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2024-01-29T09:27:22Z</dc:date>
    <item>
      <title>using different date range but showing the same value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/using-different-date-range-but-showing-the-same-value/m-p/675258#M231074</link>
      <description>&lt;P&gt;When I was searching&amp;nbsp; for the different data ranges in my Splunk dashboard it showed the same,&lt;BR /&gt;for example, i am selecting 1/1/2024 to 1/10/2024 and&amp;nbsp; 1/3/2024 to 1/4/2024 and&lt;BR /&gt;i am adding this query&amp;nbsp;earliest=-7d@d latest=+1d but when removed these values do not match&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;Please help out with this&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 16:29:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/using-different-date-range-but-showing-the-same-value/m-p/675258#M231074</guid>
      <dc:creator>ramkyreddy</dc:creator>
      <dc:date>2024-02-08T16:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: using different date range but showing the same value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/using-different-date-range-but-showing-the-same-value/m-p/675262#M231075</link>
      <description>&lt;P&gt;Looks like your search may be wrong - please share the source of your dashboard in a code block&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 13:00:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/using-different-date-range-but-showing-the-same-value/m-p/675262#M231075</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-01-24T13:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: using different date range but showing the same value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/using-different-date-range-but-showing-the-same-value/m-p/675694#M231153</link>
      <description>&lt;P&gt;selected the date from 1 jan 2024 to 2 jan 2024&lt;BR /&gt;----------------------------------------------------------------&lt;BR /&gt;index="bsds_gans" earliest=1704096000 latest=+1d pfor IN (*) test IN (*) name IN (*) ckb IN (*) vrsion IN (*) id IN (*) location IN (*) group IN (*)&lt;/P&gt;&lt;P&gt;| eval pfor=upper(pfor)&lt;BR /&gt;| eval _time = start_time&lt;BR /&gt;| eval WW=strftime(_time, "%V.%w")&lt;BR /&gt;| eval name=mvindex(split(context,"."),1)&lt;BR /&gt;| search name !="*Case Setup*"&lt;BR /&gt;| eval name=mvindex(split(name,".PSPV"),0)&lt;BR /&gt;| eval id=mvindex(split(name," - "),0)&lt;BR /&gt;| search id IN (*)&lt;BR /&gt;| eval main=mvindex(split(name," - "),1)&lt;BR /&gt;| search main IN (*)&lt;BR /&gt;| stats count(eval(sta="FIL")) as fail_count, count(eval(sta="PASS")) as pass_count, count(eval(like(sta,"LOCKED%"))) as not_run_count by name,id&lt;BR /&gt;&lt;BR /&gt;--------------------------------------------------------------------&lt;BR /&gt;selected date is from 1jan 2024 to 13 jan 2024&lt;BR /&gt;&lt;BR /&gt;index="bsds_gans" earliest=1704096000 latest=+1d pfor IN (*) test IN (*) name IN (*) ckb IN (*) vrsion IN (*) id IN (*) location IN (*) group IN (*)&lt;/P&gt;&lt;P&gt;| eval pfor=upper(pfor)&lt;BR /&gt;| eval _time = start_time&lt;BR /&gt;| eval WW=strftime(_time, "%V.%w")&lt;BR /&gt;| eval name=mvindex(split(context,"."),1)&lt;BR /&gt;| search name !="*Case Setup*"&lt;BR /&gt;| eval name=mvindex(split(name,".PSPV"),0)&lt;BR /&gt;| eval id=mvindex(split(name," - "),0)&lt;BR /&gt;| search id IN (*)&lt;BR /&gt;| eval main=mvindex(split(name," - "),1)&lt;BR /&gt;| search main IN (*)&lt;BR /&gt;| stats count(eval(sta="FIL")) as fail_count, count(eval(sta="PASS")) as pass_count, count(eval(like(sta,"LOCKED%"))) as not_run_count by name,id&lt;BR /&gt;-----------------------------------------------------------------------&lt;BR /&gt;selected&amp;nbsp; for last 7 days&lt;/P&gt;&lt;P&gt;index="bsds_gans" earliest=-7d@h latest=+1d pfor IN (*) test IN (*) name IN (*) ckb IN (*) version IN (*) id IN (*) location IN (*) group IN (*)&lt;/P&gt;&lt;P&gt;| eval pfor=upper(pfor)&lt;BR /&gt;| eval _time = start_time&lt;BR /&gt;| eval WW=strftime(_time, "%V.%w")&lt;BR /&gt;| eval name=mvindex(split(context,"."),1)&lt;BR /&gt;| search name !="*Case Setup*"&lt;BR /&gt;| eval name=mvindex(split(name,".PSPV"),0)&lt;BR /&gt;| eval id=mvindex(split(name," - "),0)&lt;BR /&gt;| search id IN (*)&lt;BR /&gt;| eval main=mvindex(split(name," - "),1)&lt;BR /&gt;| search main IN (*)&lt;BR /&gt;| stats count(eval(sta="FIL")) as fail_count, count(eval(sta="PASS")) as pass_count, count(eval(like(sta,"LOCKED%"))) as not_run_count by name,id&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2024 02:01:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/using-different-date-range-but-showing-the-same-value/m-p/675694#M231153</guid>
      <dc:creator>ramkyreddy</dc:creator>
      <dc:date>2024-01-29T02:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: using different date range but showing the same value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/using-different-date-range-but-showing-the-same-value/m-p/675729#M231166</link>
      <description>&lt;P&gt;The earliest and latest settings in the search are overriding the values chosen from the timepicker and since these are the same, the numbers in your panels are the same.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2024 09:27:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/using-different-date-range-but-showing-the-same-value/m-p/675729#M231166</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-01-29T09:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: using different date range but showing the same value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/using-different-date-range-but-showing-the-same-value/m-p/675739#M231169</link>
      <description>&lt;P&gt;The numbers in the panels are the same when trying different time ranges as I mentioned in the above search query&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2024 10:22:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/using-different-date-range-but-showing-the-same-value/m-p/675739#M231169</guid>
      <dc:creator>ramkyreddy</dc:creator>
      <dc:date>2024-01-29T10:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: using different date range but showing the same value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/using-different-date-range-but-showing-the-same-value/m-p/675744#M231172</link>
      <description>&lt;P&gt;It is not clear what searches are giving what results - you mentioned 3 searches, but showed only two sets of panels. All the searches you have shown use earliest and latest settings which override anything you have chosen in the timepicker, so it is not clear which timeperiods have been used for which sets of panels. Please clarify&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2024 10:40:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/using-different-date-range-but-showing-the-same-value/m-p/675744#M231172</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-01-29T10:40:49Z</dc:date>
    </item>
  </channel>
</rss>

