<?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 is data being indexed but completely searchable only some minutes after? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-data-being-indexed-but-completely-searchable-only-some/m-p/389925#M69780</link>
    <description>&lt;P&gt;Hello, i have checked and the most of the events (showed and not showed) are from the same indexer. The cluster have 3.&lt;/P&gt;</description>
    <pubDate>Fri, 28 Dec 2018 18:58:56 GMT</pubDate>
    <dc:creator>rgonzalezsplk</dc:creator>
    <dc:date>2018-12-28T18:58:56Z</dc:date>
    <item>
      <title>Why is data being indexed but completely searchable only some minutes after?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-data-being-indexed-but-completely-searchable-only-some/m-p/389922#M69777</link>
      <description>&lt;P&gt;Hello community,&lt;/P&gt;

&lt;P&gt;I would like to ask you something, and I'm hoping that you can help me with this.&lt;/P&gt;

&lt;P&gt;I'm sending data from one universal forwarder to 2 environments (1 Stand Alone and 1 Cluster).&lt;/P&gt;

&lt;P&gt;For some reason, when i have 100 events on Stand Alone with this time window (earliest=-3m@m latest=-m@m) on the cluster, I have only 80 and only some minutes after i get 100 events on cluster.&lt;/P&gt;

&lt;P&gt;Why can this be happening? The source types are the same and i wasn't able to find some error on internal.&lt;/P&gt;

&lt;P&gt;Thanks you for your time and i hope you can help me.&lt;/P&gt;

&lt;P&gt;Greetings.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2018 17:24:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-data-being-indexed-but-completely-searchable-only-some/m-p/389922#M69777</guid>
      <dc:creator>rgonzalezsplk</dc:creator>
      <dc:date>2018-12-28T17:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: Why is data being indexed but completely searchable only some minutes after?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-data-being-indexed-but-completely-searchable-only-some/m-p/389923#M69778</link>
      <description>&lt;P&gt;Are the missing events on a single indexer in the cluster (check splunk_server in each event)?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2018 17:59:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-data-being-indexed-but-completely-searchable-only-some/m-p/389923#M69778</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2018-12-28T17:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Why is data being indexed but completely searchable only some minutes after?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-data-being-indexed-but-completely-searchable-only-some/m-p/389924#M69779</link>
      <description>&lt;P&gt;So, here's the steps that I would go through to triage this one...&lt;/P&gt;

&lt;P&gt;1) Identify the latency on each side.  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(your search that gets the data in question)
| eval latency = _index_time - _time
| stats count as event_count avg(latency) as latency_avg stdev(latency) as latency_stdev by splunk_server
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Look at the patterns in the above.  You can also replace the stats with a timechart, and look at it with min or max latency, to see whatever you see about the machines' performance...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| timechart span=30s max(latency) by splunk_server
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Now, the above should make something obvious.  Either it will be obvious that one or more of the machines are slow to index the data, thus a high level of latency, or it will be obvious that there is no such latency.&lt;/P&gt;

&lt;P&gt;If there is high latency, then investigate what is slowing down the machine(s) in question.  maybe they are CPU bound, or IO bound, or virtual machines that are fighting for resources (either oversubscribed or overspecified, either one of which can cause performance problems.)&lt;/P&gt;

&lt;P&gt;If there is no high latency, then look for network issues.  That could be slow replication, slow transmission, inability to reach a particular server, and so on.  &lt;/P&gt;

&lt;P&gt;If none of this pans out, then get onto the Splunk Slack channel that is linked here -- &lt;A href="https://answers.splunk.com/answers/443734/is-there-a-splunk-slack-channel.html"&gt;https://answers.splunk.com/answers/443734/is-there-a-splunk-slack-channel.html&lt;/A&gt; -- (I'm not putting the direct link here because that link will be kept up to date) -- and then get into the #index_clustering subchannel, and ask the question there so you know what next to investigate.  &lt;/P&gt;

&lt;P&gt;Please let us know how it turns out.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2018 18:39:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-data-being-indexed-but-completely-searchable-only-some/m-p/389924#M69779</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2018-12-28T18:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Why is data being indexed but completely searchable only some minutes after?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-data-being-indexed-but-completely-searchable-only-some/m-p/389925#M69780</link>
      <description>&lt;P&gt;Hello, i have checked and the most of the events (showed and not showed) are from the same indexer. The cluster have 3.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2018 18:58:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-data-being-indexed-but-completely-searchable-only-some/m-p/389925#M69780</guid>
      <dc:creator>rgonzalezsplk</dc:creator>
      <dc:date>2018-12-28T18:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Why is data being indexed but completely searchable only some minutes after?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-data-being-indexed-but-completely-searchable-only-some/m-p/389926#M69781</link>
      <description>&lt;P&gt;Hello DalJeanis and thanks for reply.&lt;/P&gt;

&lt;P&gt;I have executed those search and as i say, there is no latency but, in the case of event count distribution, the indexer 1 has the double of the second indexer.&lt;/P&gt;

&lt;P&gt;In the case that this is an network issue,  is there a way to check it from splunk before ask to the administrator to check it ?&lt;BR /&gt;
Thanks you.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2018 19:13:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-data-being-indexed-but-completely-searchable-only-some/m-p/389926#M69781</guid>
      <dc:creator>rgonzalezsplk</dc:creator>
      <dc:date>2018-12-28T19:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Why is data being indexed but completely searchable only some minutes after?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-data-being-indexed-but-completely-searchable-only-some/m-p/389927#M69782</link>
      <description>&lt;P&gt;1) is that proportion consistent over time? &lt;BR /&gt;
2) I assume you mean "no significant latency", because there is ALWAYS latency. If the latency is zero, then your data is getting the wrong timestamp.&lt;BR /&gt;
3) If you run the same search verbose with fixed earliest and latest times, then run it again later, you can compare the two results against each other and see which events were delayed.  Might be some information there.&lt;BR /&gt;
4) It sounds like you have only two indexers in that cluster.  what are your SF/RF?       &lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2018 21:18:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-data-being-indexed-but-completely-searchable-only-some/m-p/389927#M69782</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2018-12-28T21:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Why is data being indexed but completely searchable only some minutes after?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-data-being-indexed-but-completely-searchable-only-some/m-p/389928#M69783</link>
      <description>&lt;P&gt;Make sure that you have &lt;CODE&gt;maxKBps=0&lt;/CODE&gt; on the forwarder.&lt;/P&gt;</description>
      <pubDate>Sat, 09 Mar 2019 23:24:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-data-being-indexed-but-completely-searchable-only-some/m-p/389928#M69783</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-03-09T23:24:43Z</dc:date>
    </item>
  </channel>
</rss>

