<?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 and Receiver Problem in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarder-and-Receiver-Problem/m-p/81000#M16701</link>
    <description>&lt;P&gt;If you can mount the storage from Y onto X, you don't need to install a forwarder on Y. Just setup the mount properly so there's a file system path on X that can be used for accessing Y's storage, then setup your forwarder on X to monitor that path.&lt;/P&gt;</description>
    <pubDate>Fri, 05 Oct 2012 06:47:39 GMT</pubDate>
    <dc:creator>Ayn</dc:creator>
    <dc:date>2012-10-05T06:47:39Z</dc:date>
    <item>
      <title>Splunk Forwarder and Receiver Problem</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarder-and-Receiver-Problem/m-p/80999#M16700</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;I am trying to setup a system where  I need to get data from my storage server - Y onto splunk instance running on different server, we name it X. The only way ( probably ) i  can access Y is to mount it on server X. Once mounted i can access data on server Y.&lt;/P&gt;

&lt;P&gt;Now as far as I understood the process, I need to install splunk forwarder on server Y so that I can receive data on my splunk receiver which is on server X. But i am really stuck with how i can install/deploy splunk forwarder on server Y with access only from server X.&lt;/P&gt;

&lt;P&gt;Please help me clarify points from above which possibly you did not understand.&lt;/P&gt;

&lt;P&gt;Mehal&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2012 06:07:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarder-and-Receiver-Problem/m-p/80999#M16700</guid>
      <dc:creator>mehal</dc:creator>
      <dc:date>2012-10-05T06:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Forwarder and Receiver Problem</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarder-and-Receiver-Problem/m-p/81000#M16701</link>
      <description>&lt;P&gt;If you can mount the storage from Y onto X, you don't need to install a forwarder on Y. Just setup the mount properly so there's a file system path on X that can be used for accessing Y's storage, then setup your forwarder on X to monitor that path.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2012 06:47:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarder-and-Receiver-Problem/m-p/81000#M16701</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-10-05T06:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Forwarder and Receiver Problem</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarder-and-Receiver-Problem/m-p/81001#M16702</link>
      <description>&lt;P&gt;Hi Ayn, &lt;BR /&gt;
I mounted storage with following command.&lt;BR /&gt;
mount -t cifs //hostname/dirc /mnt/dirname -o user=user,pass=pass&lt;BR /&gt;
Also, I tried installing forwarder on X and did something with outputs.conf and inputs.conf but that doesn't seem to help either. Considering i mounted drive correctly can you help me out with configuring output.conf and input.conf files of forwarder and receiver. ?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2012 17:38:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarder-and-Receiver-Problem/m-p/81001#M16702</guid>
      <dc:creator>mehal</dc:creator>
      <dc:date>2012-10-05T17:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Forwarder and Receiver Problem</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarder-and-Receiver-Problem/m-p/81002#M16703</link>
      <description>&lt;P&gt;It's covered pretty well in the docs, so my suggestion is for you to have a look there, and if you encounter any specific issues you're free to ask questions here on splunkbase.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2012 20:25:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarder-and-Receiver-Problem/m-p/81002#M16703</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-10-05T20:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Forwarder and Receiver Problem</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarder-and-Receiver-Problem/m-p/81003#M16704</link>
      <description>&lt;P&gt;Yes, I tried following that but doesn't helping me much. &lt;BR /&gt;
I did below to inputs.conf and outputs.conf files :&lt;/P&gt;

&lt;P&gt;In SplunkForwarder:&lt;BR /&gt;
I edited outputs.conf with following&lt;/P&gt;

&lt;P&gt;[monitor://mnt/cloudstorage/unzipped_data]&lt;BR /&gt;
_TCP_ROUTING = *&lt;BR /&gt;
index = _internal&lt;BR /&gt;
sourcetype=airtime_csv&lt;/P&gt;

&lt;P&gt;edited inputs.conf with following&lt;BR /&gt;
[tcpout:splunkindexer]&lt;BR /&gt;
server = ipaddress:9997&lt;/P&gt;

&lt;P&gt;In Splunk:&lt;BR /&gt;
I edited outputs.conf with following&lt;/P&gt;

&lt;P&gt;Edited inputs.conf with below&lt;BR /&gt;
[splunktcp:9997]&lt;/P&gt;

&lt;P&gt;and nothing for outputs.conf&lt;/P&gt;

&lt;P&gt;But not working out.Also do we change above files in /etc/system/local directory or /etc/system/default directory ?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:34:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Forwarder-and-Receiver-Problem/m-p/81003#M16704</guid>
      <dc:creator>mehal</dc:creator>
      <dc:date>2020-09-28T12:34:32Z</dc:date>
    </item>
  </channel>
</rss>

