<?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: Splunk Query provided wrong results in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-provided-wrong-results/m-p/478259#M134146</link>
    <description>&lt;P&gt;Thanks for your input,but the same join prints the Value CAP-M1 instead of CAP-M4, irrespective of what eval values been provided, result is CAP-M1, I guess something in spunk memory which is printing CAP-M1 by default in all queries.&lt;/P&gt;

&lt;P&gt;Weirdly even without Eval command query results prints CAP-M1. &lt;/P&gt;</description>
    <pubDate>Tue, 25 Feb 2020 06:45:58 GMT</pubDate>
    <dc:creator>Gowtham0809</dc:creator>
    <dc:date>2020-02-25T06:45:58Z</dc:date>
    <item>
      <title>Splunk Query provided wrong results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-provided-wrong-results/m-p/478254#M134141</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;

&lt;P&gt;Splunk query provided in correct responses. I have A query which filters the data on a specific day and provided the results. Here we index the CSV data every day by using CRCSALT= as we need the whole data set to be reindex even if there is no change in data set.&lt;/P&gt;

&lt;P&gt;in the Query I have used a Eval command to print a value CAP-M1 , M2, M3 etc for each query outcome as a unique identifier. but by query provided corrects unique values while executing. for Example I have a Query A with unique value CAP-M1 and Query B suppose to print unique value as CAP-M2 but in the query B it keeps providing Value M1 instead of M2.&lt;/P&gt;

&lt;P&gt;in the screen shot it suppose to print M4 for all days but its printing various values&lt;/P&gt;

&lt;P&gt;Similarly for other searched also. Is this due to some cache memory issue in splunk?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/8442i705ED0DEED45EF50/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2020 08:06:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-provided-wrong-results/m-p/478254#M134141</guid>
      <dc:creator>Gowtham0809</dc:creator>
      <dc:date>2020-02-24T08:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Query provided wrong results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-provided-wrong-results/m-p/478255#M134142</link>
      <description>&lt;P&gt;No, your search results are exactly as you searched&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2020 08:43:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-provided-wrong-results/m-p/478255#M134142</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-02-24T08:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Query provided wrong results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-provided-wrong-results/m-p/478256#M134143</link>
      <description>&lt;P&gt;There is no eval command for CAP-M1 or M11 or M7 is defined in the query, It was only M4 defined in the Query. I also get this error "Could not find object id=CAP-M4 " sometimes&lt;/P&gt;

&lt;P&gt;The results should me CAp-M4 for all 4 rows.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2020 08:47:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-provided-wrong-results/m-p/478256#M134143</guid>
      <dc:creator>Gowtham0809</dc:creator>
      <dc:date>2020-02-24T08:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Query provided wrong results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-provided-wrong-results/m-p/478257#M134144</link>
      <description>&lt;P&gt;Maybe your huge query is work.&lt;BR /&gt;
but SPL is simple. &lt;BR /&gt;
so, I say again.  &lt;CODE&gt;your search results are exactly as you searched&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;If you don't provide the query, nobody  resolve your issue.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2020 08:54:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-provided-wrong-results/m-p/478257#M134144</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-02-24T08:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Query provided wrong results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-provided-wrong-results/m-p/478258#M134145</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;|eval Metric_ID="CAP-M4"
|eval ProjectCluster_Name="VRTE Platform"
|join type=inner DNGProjectAreaID max=0 [search index="usa_201920_test" |eval Date=strftime(_time,"%Y-%m-%d")|dedup Date ]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This &lt;CODE&gt;join&lt;/CODE&gt; will update &lt;EM&gt;Metric_ID&lt;/EM&gt;.&lt;BR /&gt;
By the way, there are many &lt;CODE&gt;join&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 04:20:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-provided-wrong-results/m-p/478258#M134145</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-09-30T04:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Query provided wrong results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-provided-wrong-results/m-p/478259#M134146</link>
      <description>&lt;P&gt;Thanks for your input,but the same join prints the Value CAP-M1 instead of CAP-M4, irrespective of what eval values been provided, result is CAP-M1, I guess something in spunk memory which is printing CAP-M1 by default in all queries.&lt;/P&gt;

&lt;P&gt;Weirdly even without Eval command query results prints CAP-M1. &lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2020 06:45:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-provided-wrong-results/m-p/478259#M134146</guid>
      <dc:creator>Gowtham0809</dc:creator>
      <dc:date>2020-02-25T06:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Query provided wrong results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-provided-wrong-results/m-p/478260#M134147</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;index="usa_201920_test" source=`Source_DNG_ProjectArea`
OR (source=`Source_DNG_RequirementModules` ModuleType="*" )
OR source=`Source_Sys_Validation`
OR source=`Source_RQM_Testcase` 
OR source=`Source_RQM_TestExecution`
OR (source=`Source_RQM_TestcaseResults` Verdict="" OR Verdict!="passed")
OR (source=`Source_DNG_SystemRequirements` SysReqType="System Requirement" )
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;To be honest, I think it would be faster and more appropriate to focus on &lt;CODE&gt;source&lt;/CODE&gt;  from this results.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2020 19:29:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-provided-wrong-results/m-p/478260#M134147</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-02-25T19:29:19Z</dc:date>
    </item>
  </channel>
</rss>

