<?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 Forwarder Unable to Connect to Target Folder in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarder-Unable-to-Connect-to-Target-Folder/m-p/597122#M104235</link>
    <description>&lt;P&gt;did you check splunkd.logs&amp;nbsp; for the forwarder ?&lt;/P&gt;&lt;P&gt;any errors?&lt;/P&gt;&lt;P&gt;and&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;informed about modifying the input you created, have you done it ?&lt;/P&gt;</description>
    <pubDate>Tue, 10 May 2022 09:12:11 GMT</pubDate>
    <dc:creator>SinghK</dc:creator>
    <dc:date>2022-05-10T09:12:11Z</dc:date>
    <item>
      <title>Splunk Forwarder Unable to Connect to Target Folder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarder-Unable-to-Connect-to-Target-Folder/m-p/597106#M104231</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am currently facing an issue where my Splunk Universal Forwarder is able to establish connection with the Splunk Server but it is unable to port over the data from the target folder of interest. Is there a way to trouble shoot this?&lt;/P&gt;&lt;P&gt;A diagnostic test of index="_internal" would show that Splunk is streaming in system logs from my PC, thus proving that a link has already been established with the Splunk Server. However, trying to query using index="&lt;SPAN&gt;ForwarderText_index&lt;/SPAN&gt;" (my target index for the targeted files), would yield nothing.&lt;/P&gt;&lt;P&gt;Splunk Universal Forwarder Installation Configuration Details:&lt;/P&gt;&lt;P&gt;Server: MyServerName&lt;/P&gt;&lt;P&gt;Port/Management Port: 8089 (default)&lt;/P&gt;&lt;P&gt;Target Folder:&amp;nbsp;C:\Users\MyUserName\Documents\MyProject\logs\Splunk_Monitoring_Folder&lt;/P&gt;&lt;P&gt;_______________________________________&lt;/P&gt;&lt;P&gt;inputs.conf&lt;/P&gt;&lt;P&gt;location:&amp;nbsp;C:\Program Files\SplunkUniversalForwarder\etc\system\local&lt;/P&gt;&lt;P&gt;File contents:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[monitor://C:\Users\cftfda01\Documents\MyProject\logs\Splunk_Monitoring_Folder\SubFolder01]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;disabled&lt;/SPAN&gt;&lt;SPAN&gt; = false&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;index&lt;/SPAN&gt;&lt;SPAN&gt; = ForwarderText_index&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;host&lt;/SPAN&gt;&lt;SPAN&gt; = MyComputerID&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;_______________________________________&lt;/P&gt;&lt;P&gt;outputs.conf&lt;/P&gt;&lt;P&gt;location:&amp;nbsp;C:\Program Files\SplunkUniversalForwarder\etc\system\local&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[tcpout]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;defaultGroup&lt;/SPAN&gt;&lt;SPAN&gt; = default-autolb-group&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;[tcpout:default-autolb-group]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;server&lt;/SPAN&gt;&lt;SPAN&gt; =MyServerName:9997&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;[tcpout-server://MyServerName:9997]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 08:40:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarder-Unable-to-Connect-to-Target-Folder/m-p/597106#M104231</guid>
      <dc:creator>Randall2022</dc:creator>
      <dc:date>2022-05-10T08:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Forwarder Unable to Connect to Target Folder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarder-Unable-to-Connect-to-Target-Folder/m-p/597111#M104232</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/245658"&gt;@Randall2022&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;the first check is:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_internal host=your_host&lt;/LI-CODE&gt;&lt;P&gt;if you have results the connection is ok, otherwise you have to investigate the connection, e.g. using telnet&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;telnet ip_server_splunk 9997&lt;/LI-CODE&gt;&lt;P&gt;If you have data in _internal, the problem in in the data input.&lt;/P&gt;&lt;P&gt;could you try to modify the inputs.conf and restart the Forwarder?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[monitor://C:\Users\cftfda01\Documents\MyProject\logs\Splunk_Monitoring_Folder\SubFolder01\*.*]
disabled = false
index = ForwarderText_index
host = MyComputerID&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 08:47:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarder-Unable-to-Connect-to-Target-Folder/m-p/597111#M104232</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-05-10T08:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Forwarder Unable to Connect to Target Folder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarder-Unable-to-Connect-to-Target-Folder/m-p/597118#M104233</link>
      <description>&lt;P&gt;did you try searching it with&amp;nbsp; time set to all time instead of a specific time filter.&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 09:03:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarder-Unable-to-Connect-to-Target-Folder/m-p/597118#M104233</guid>
      <dc:creator>SinghK</dc:creator>
      <dc:date>2022-05-10T09:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Forwarder Unable to Connect to Target Folder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarder-Unable-to-Connect-to-Target-Folder/m-p/597119#M104234</link>
      <description>&lt;P&gt;Tried that to no avail&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 09:04:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarder-Unable-to-Connect-to-Target-Folder/m-p/597119#M104234</guid>
      <dc:creator>Randall2022</dc:creator>
      <dc:date>2022-05-10T09:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Forwarder Unable to Connect to Target Folder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarder-Unable-to-Connect-to-Target-Folder/m-p/597122#M104235</link>
      <description>&lt;P&gt;did you check splunkd.logs&amp;nbsp; for the forwarder ?&lt;/P&gt;&lt;P&gt;any errors?&lt;/P&gt;&lt;P&gt;and&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;informed about modifying the input you created, have you done it ?&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 09:12:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarder-Unable-to-Connect-to-Target-Folder/m-p/597122#M104235</guid>
      <dc:creator>SinghK</dc:creator>
      <dc:date>2022-05-10T09:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Forwarder Unable to Connect to Target Folder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarder-Unable-to-Connect-to-Target-Folder/m-p/597272#M104266</link>
      <description>&lt;P&gt;There's data coming in to index="_internal", but nothing in for the target index. I've also created the target index separately in the Splunk Enterprise settings already. Adding a wildcard variable to the inputs.conf file like what you suggested also did not work.&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 02:04:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarder-Unable-to-Connect-to-Target-Folder/m-p/597272#M104266</guid>
      <dc:creator>Randall2022</dc:creator>
      <dc:date>2022-05-11T02:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Forwarder Unable to Connect to Target Folder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarder-Unable-to-Connect-to-Target-Folder/m-p/597273#M104267</link>
      <description>&lt;P&gt;How do I go about checking the&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;splunkd.logs&amp;nbsp; for the forwarder?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I've tried&amp;nbsp;&lt;A href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352" target="_blank"&gt;@gcusello&lt;/A&gt;&lt;SPAN&gt;'s proposal to change the inputs.conf file, but that didn't work too.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 02:06:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarder-Unable-to-Connect-to-Target-Folder/m-p/597273#M104267</guid>
      <dc:creator>Randall2022</dc:creator>
      <dc:date>2022-05-11T02:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Forwarder Unable to Connect to Target Folder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarder-Unable-to-Connect-to-Target-Folder/m-p/597560#M104321</link>
      <description>&lt;P&gt;Logs are in /opt/splunkforwarder/var/log/splunk directory&amp;nbsp;&lt;/P&gt;&lt;P&gt;or if you are getting internal logs then&amp;nbsp;&lt;/P&gt;&lt;P&gt;index=_internal host=&amp;lt;your host&amp;gt; sourcetype= splunkd should give you the logs&lt;/P&gt;&lt;P&gt;check if you see any errors&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 10:28:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarder-Unable-to-Connect-to-Target-Folder/m-p/597560#M104321</guid>
      <dc:creator>SinghK</dc:creator>
      <dc:date>2022-05-12T10:28:38Z</dc:date>
    </item>
  </channel>
</rss>

