<?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: Why I get less events in verbose-Mode? in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-I-get-less-events-in-verbose-Mode/m-p/353828#M8138</link>
    <description>&lt;P&gt;Yes, it is mostly silent, unless you go digging for it after the fact.&lt;/P&gt;</description>
    <pubDate>Wed, 15 Mar 2017 19:26:41 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2017-03-15T19:26:41Z</dc:date>
    <item>
      <title>Why I get less events in verbose-Mode?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-I-get-less-events-in-verbose-Mode/m-p/353822#M8132</link>
      <description>&lt;P&gt;Hello everybody,&lt;BR /&gt;
I have a problem with incomplete searchresults. &lt;BR /&gt;
When I use clever mode I get 1125 events but in verbose-mode I only get 969. &lt;BR /&gt;
I wounder why this behaviour because verbose should be the exacter extraction, so I thought about memory-limits but cant find any Error in the search.log&lt;BR /&gt;
Another indication for a memory-issue is, if I limit the fields to response to one, f.e. "...| fields + D_T2m |... I also get the 1125 Events.&lt;/P&gt;

&lt;P&gt;How can I easy verify  my results to know I can trust them? I cant find any Error in the log or at least a warning that would indicate missing values.&lt;/P&gt;

&lt;P&gt;best regards &lt;BR /&gt;
 Grisuji&lt;/P&gt;

&lt;P&gt;P.S. as a background-information, I also use an append in this search which append another kind of data, but the results I miss are from the main-search and the append give not very much events: ~2000 - not very much. When I skip the append, the results are also complete, which points to a memory-issue. &lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 06:55:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-I-get-less-events-in-verbose-Mode/m-p/353822#M8132</guid>
      <dc:creator>marcokrueger</dc:creator>
      <dc:date>2017-03-14T06:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Why I get less events in verbose-Mode?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-I-get-less-events-in-verbose-Mode/m-p/353823#M8133</link>
      <description>&lt;P&gt;With append it is matter of how many events subsearch has to parse rather than how many events it has to display. You ensure that you get only required events in your base search for both main and appended search. If you have to work only with one column have you tried &lt;STRONG&gt;appendcols&lt;/STRONG&gt; instead of append?&lt;/P&gt;

&lt;P&gt;Also if you run the two searches separately in verbose mode, do you still see issue with one or both of them?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 08:22:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-I-get-less-events-in-verbose-Mode/m-p/353823#M8133</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-03-14T08:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: Why I get less events in verbose-Mode?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-I-get-less-events-in-verbose-Mode/m-p/353824#M8134</link>
      <description>&lt;P&gt;Thank you, I have refactored the query so it comes without an append and it works. The only thing I miss is an message in cases of memory-issues respectivly incomplete results. It  gives a very bad tast not to know all is complete. &lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 11:23:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-I-get-less-events-in-verbose-Mode/m-p/353824#M8134</guid>
      <dc:creator>marcokrueger</dc:creator>
      <dc:date>2017-03-14T11:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Why I get less events in verbose-Mode?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-I-get-less-events-in-verbose-Mode/m-p/353825#M8135</link>
      <description>&lt;P&gt;In terms of documentation what I can suggest is going to the following for choosing correct method for correlation:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Search/Abouteventcorrelation"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Search/Abouteventcorrelation&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Please accept this answer if this has helped you, or else provide your own answer and accept the same.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 12:07:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-I-get-less-events-in-verbose-Mode/m-p/353825#M8135</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-03-14T12:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Why I get less events in verbose-Mode?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-I-get-less-events-in-verbose-Mode/m-p/353826#M8136</link>
      <description>&lt;P&gt;Do not use subsearch-based commands such as &lt;CODE&gt;append&lt;/CODE&gt; and &lt;CODE&gt;join&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 15:43:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-I-get-less-events-in-verbose-Mode/m-p/353826#M8136</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-03-14T15:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Why I get less events in verbose-Mode?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-I-get-less-events-in-verbose-Mode/m-p/353827#M8137</link>
      <description>&lt;P&gt;Thank you, is this a  general recommendation? Is the append a reason why Splunk&amp;gt; can't warn for incomplete results? &lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2017 08:07:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-I-get-less-events-in-verbose-Mode/m-p/353827#M8137</guid>
      <dc:creator>marcokrueger</dc:creator>
      <dc:date>2017-03-15T08:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: Why I get less events in verbose-Mode?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-I-get-less-events-in-verbose-Mode/m-p/353828#M8138</link>
      <description>&lt;P&gt;Yes, it is mostly silent, unless you go digging for it after the fact.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2017 19:26:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-I-get-less-events-in-verbose-Mode/m-p/353828#M8138</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-03-15T19:26:41Z</dc:date>
    </item>
  </channel>
</rss>

