<?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: Data Not Showing Up In Distributed Search Environment in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Data-Not-Showing-Up-In-Distributed-Search-Environment/m-p/418547#M73822</link>
    <description>&lt;P&gt;What role do you have, you can check the indexes under your role to which you have access. Probably this is not listed.&lt;/P&gt;</description>
    <pubDate>Sun, 20 Jan 2019 18:03:24 GMT</pubDate>
    <dc:creator>Vijeta</dc:creator>
    <dc:date>2019-01-20T18:03:24Z</dc:date>
    <item>
      <title>Data Not Showing Up In Distributed Search Environment</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Data-Not-Showing-Up-In-Distributed-Search-Environment/m-p/418544#M73819</link>
      <description>&lt;P&gt;Environment has one search head and one search peer. Data is sent to a directory [item (1)] configured to be monitored and indexed by the search peer. Both the search head and search peer have the same "indexes.conf" entry for the index [see item 21)], and the index is showing up in the search head GUI. Search peer has entry in "inputs.conf" to monitor the directory where data is being sent [see item (3)]. When a file is copied into the directory, the expected behavior is for the file to be ingested into Splunk and consequently be searchable; however this behavior is not occurring.&lt;/P&gt;

&lt;P&gt;We have other indexes on this environment that do work as intended, but for some reason this particular setup is not working. Any and all help would be appreciated.&lt;/P&gt;

&lt;P&gt;Item (1)* &lt;BR /&gt;
/my/file/dir_ectory&lt;/P&gt;

&lt;P&gt;Item (2)&lt;BR /&gt;
[MY_in_dex]&lt;BR /&gt;
homePath = $SPLUNK_DB/MY_in_dex&lt;BR /&gt;
thawedPath = $SPLUNK_DB/thawedpath/MY_in_dex&lt;BR /&gt;
coldPath = $SPLUNK_DB/coldpath/MY_in_dex&lt;/P&gt;

&lt;P&gt;Item (3)&lt;BR /&gt;
[monitor:///my/FILE/dir_ectory]&lt;BR /&gt;
index = My_in_dex&lt;/P&gt;

&lt;P&gt;*[NOTE: this traversal does start from "/" on a *nix machine]&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 22:52:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Data-Not-Showing-Up-In-Distributed-Search-Environment/m-p/418544#M73819</guid>
      <dc:creator>sk049q</dc:creator>
      <dc:date>2020-09-29T22:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Data Not Showing Up In Distributed Search Environment</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Data-Not-Showing-Up-In-Distributed-Search-Environment/m-p/418545#M73820</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;

&lt;P&gt;did you check the splunkd log on forwarder and Indexer??&lt;/P&gt;

&lt;P&gt;You should have logs from the forwarder which stats that its trying to read the file which should be monitored.&lt;BR /&gt;
If not you should check if it picked up the inputs.conf at all with btool. Maybe you did not restart the forwarder after deploying the inputs.conf to it?&lt;/P&gt;

&lt;P&gt;In which order did you create the input and the index? somethimes if you deploy the input before creating the index the forwarder tries to send logs and its not getting it written to the index, so in the fishbucket its saved that it read it but it wasn´t indexed.&lt;/P&gt;

&lt;P&gt;Maybe a permission issue? Check what indexes you are allowed to search&lt;/P&gt;

&lt;P&gt;Or your indexer is not excepting the data being sent by the forwarder? You could check the _internal for tcpin connections from the forwarder to the indexer &lt;/P&gt;</description>
      <pubDate>Sat, 19 Jan 2019 18:11:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Data-Not-Showing-Up-In-Distributed-Search-Environment/m-p/418545#M73820</guid>
      <dc:creator>dkeck</dc:creator>
      <dc:date>2019-01-19T18:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Data Not Showing Up In Distributed Search Environment</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Data-Not-Showing-Up-In-Distributed-Search-Environment/m-p/418546#M73821</link>
      <description>&lt;P&gt;You can also elevated the log level:&lt;/P&gt;

&lt;P&gt;On the Splunk instance that is monitoring the files, navigate to the $SPLUNK_HOME/etc directory and edit the file:&lt;BR /&gt;
log.cfg&lt;/P&gt;

&lt;P&gt;modify the following settings and change INFO to DEBUG&lt;/P&gt;

&lt;P&gt;category.TailingProcessor=INFO&lt;BR /&gt;
category.WatchedFile=INFO&lt;BR /&gt;
category.ArchiveProcessor=INFO&lt;BR /&gt;
category.TailReader=INFO&lt;/P&gt;

&lt;P&gt;save the file.&lt;/P&gt;

&lt;P&gt;Restart the Splunk instance.&lt;/P&gt;

&lt;P&gt;Take a look at the log: $SPLUNK_HOME/var/log/splunk/splunkd.log&lt;/P&gt;

&lt;P&gt;Look for the names of the files you were monitoring, the debug information should tell you why they were skipped.&lt;BR /&gt;
Set the values back to INFO after you figure out your problem.&lt;BR /&gt;
source: &lt;A href="https://answers.splunk.com/answers/439546/how-to-troubleshoot-why-monitored-files-in-a-direc.html"&gt;https://answers.splunk.com/answers/439546/how-to-troubleshoot-why-monitored-files-in-a-direc.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Jan 2019 18:41:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Data-Not-Showing-Up-In-Distributed-Search-Environment/m-p/418546#M73821</guid>
      <dc:creator>dkeck</dc:creator>
      <dc:date>2019-01-19T18:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Data Not Showing Up In Distributed Search Environment</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Data-Not-Showing-Up-In-Distributed-Search-Environment/m-p/418547#M73822</link>
      <description>&lt;P&gt;What role do you have, you can check the indexes under your role to which you have access. Probably this is not listed.&lt;/P&gt;</description>
      <pubDate>Sun, 20 Jan 2019 18:03:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Data-Not-Showing-Up-In-Distributed-Search-Environment/m-p/418547#M73822</guid>
      <dc:creator>Vijeta</dc:creator>
      <dc:date>2019-01-20T18:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: Data Not Showing Up In Distributed Search Environment</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Data-Not-Showing-Up-In-Distributed-Search-Environment/m-p/418548#M73823</link>
      <description>&lt;P&gt;Your &lt;CODE&gt;indexes.conf&lt;/CODE&gt; is highly unusual (but I don't see why it shouldn't work); why is it not like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;homePath = $SPLUNK_DB/MY_in_dex/db
coldPath = $SPLUNK_DB/MY_in_dex/colddb
thawedPath = $SPLUNK_DB/MY_in_dex/thaweddb
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 21 Jan 2019 19:50:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Data-Not-Showing-Up-In-Distributed-Search-Environment/m-p/418548#M73823</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-01-21T19:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Data Not Showing Up In Distributed Search Environment</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Data-Not-Showing-Up-In-Distributed-Search-Environment/m-p/418549#M73824</link>
      <description>&lt;P&gt;Thanks to everyone for their help!&lt;/P&gt;

&lt;P&gt;It ended up being a latency issue, where the data too up to an hour to be ingested.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2019 17:59:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Data-Not-Showing-Up-In-Distributed-Search-Environment/m-p/418549#M73824</guid>
      <dc:creator>sk049q</dc:creator>
      <dc:date>2019-02-07T17:59:10Z</dc:date>
    </item>
  </channel>
</rss>

