<?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: Howcome additional condition increases result count? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Howcome-additional-condition-increases-result-count/m-p/660341#M227942</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/260286"&gt;@shai&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;this means that your index isn't in the search default path for your role [Settings &amp;gt; Roles &amp;gt; your_role &amp;gt; Indexes].&lt;/P&gt;&lt;P&gt;Anyway, it's always a best practice to use the index filter in every search, trying to limit the indexes to only the ones where the log to search are stored: this approach redduces the time search.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Wed, 11 Oct 2023 06:25:33 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2023-10-11T06:25:33Z</dc:date>
    <item>
      <title>Howcome additional condition increases result count?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Howcome-additional-condition-increases-result-count/m-p/660339#M227941</link>
      <description>&lt;P&gt;my question is very simple.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;U&gt;This returns nothing:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;sourcetype=my_sourcetype&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;This returns X amount of events (same amount as index=my_index):&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=my_index AND sourcetype=my_sourcetype&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Search is in: Verbose Mode&lt;BR /&gt;what am I missing?!&amp;nbsp;&lt;BR /&gt;howcome another filter returns more events?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2023 05:09:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Howcome-additional-condition-increases-result-count/m-p/660339#M227941</guid>
      <dc:creator>shai</dc:creator>
      <dc:date>2023-10-11T05:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Howcome additional condition increases result count?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Howcome-additional-condition-increases-result-count/m-p/660341#M227942</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/260286"&gt;@shai&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;this means that your index isn't in the search default path for your role [Settings &amp;gt; Roles &amp;gt; your_role &amp;gt; Indexes].&lt;/P&gt;&lt;P&gt;Anyway, it's always a best practice to use the index filter in every search, trying to limit the indexes to only the ones where the log to search are stored: this approach redduces the time search.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2023 06:25:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Howcome-additional-condition-increases-result-count/m-p/660341#M227942</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-10-11T06:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Howcome additional condition increases result count?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Howcome-additional-condition-increases-result-count/m-p/660507#M228032</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thank you for your response&lt;/P&gt;&lt;P&gt;However it does not explain the odd behaviour because I use admin Role and in the setting page that you have referred me to, &lt;STRONG&gt;all the indices are included.&amp;nbsp;&lt;/STRONG&gt;So can you explain what else I might be missing?&lt;BR /&gt;&lt;BR /&gt;Note that I witnessed this issue not only with indexes but with sourcetype.&lt;BR /&gt;for example searching for field=value yielded zero results but searching field=value AND sourcetype=certail_type did return results...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 11:01:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Howcome-additional-condition-increases-result-count/m-p/660507#M228032</guid>
      <dc:creator>shai</dc:creator>
      <dc:date>2023-10-12T11:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Howcome additional condition increases result count?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Howcome-additional-condition-increases-result-count/m-p/660516#M228039</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/260286"&gt;@shai&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;which Mode are you using in your searches?&lt;/P&gt;&lt;P&gt;did you try to use Verbose Mode?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 11:58:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Howcome-additional-condition-increases-result-count/m-p/660516#M228039</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-10-12T11:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Howcome additional condition increases result count?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Howcome-additional-condition-increases-result-count/m-p/660525#M228044</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;as written in the original post the mode is Verbose.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 13:26:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Howcome-additional-condition-increases-result-count/m-p/660525#M228044</guid>
      <dc:creator>shai</dc:creator>
      <dc:date>2023-10-12T13:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Howcome additional condition increases result count?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Howcome-additional-condition-increases-result-count/m-p/660531#M228046</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/260286"&gt;@shai&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;in the [Settings &amp;gt; Roles &amp;gt; Indexes] Tab, are your index flagged also in the Default column?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gcusello_0-1697118743593.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/27551i57D5865738FD6022/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gcusello_0-1697118743593.png" alt="gcusello_0-1697118743593.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 13:53:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Howcome-additional-condition-increases-result-count/m-p/660531#M228046</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-10-12T13:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Howcome additional condition increases result count?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Howcome-additional-condition-increases-result-count/m-p/660537#M228048</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;marking as default solved the issue. thank you very much.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 14:45:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Howcome-additional-condition-increases-result-count/m-p/660537#M228048</guid>
      <dc:creator>shai</dc:creator>
      <dc:date>2023-10-12T14:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Howcome additional condition increases result count?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Howcome-additional-condition-increases-result-count/m-p/660538#M228049</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/260286"&gt;@shai&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;let me know if I can help you more, or, please, accept one answer for the other people of Community.&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 14:50:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Howcome-additional-condition-increases-result-count/m-p/660538#M228049</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-10-12T14:50:07Z</dc:date>
    </item>
  </channel>
</rss>

