<?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: Adding a Input (Folder) to Forwarder in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Adding-a-Input-Folder-to-Forwarder/m-p/307120#M19468</link>
    <description>&lt;P&gt;So are you all working now&amp;gt;&lt;/P&gt;</description>
    <pubDate>Fri, 07 Apr 2017 03:24:34 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2017-04-07T03:24:34Z</dc:date>
    <item>
      <title>Adding a Input (Folder) to Forwarder</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Adding-a-Input-Folder-to-Forwarder/m-p/307104#M19452</link>
      <description>&lt;P&gt;i was trying to add a folder to forwarder to read data but its giving me an error ..as your session is invalid. please login.&lt;BR /&gt;
[root@localhost bin]# ./splunk add monitor /home/user/Desktop/Forward_Data -index my_db&lt;BR /&gt;
Your session is invalid. Please login&lt;/P&gt;

&lt;P&gt;user = admin&lt;BR /&gt;
password = changeme&lt;/P&gt;

&lt;P&gt;I have tried that login credentials but its not working either,&lt;BR /&gt;
and the forwarder is added already i jus want to send the data form forwarder to indexer&lt;BR /&gt;
so im trying to add Input (folder) to forwarder to monitor the data&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:29:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Adding-a-Input-Folder-to-Forwarder/m-p/307104#M19452</guid>
      <dc:creator>raghu0463</dc:creator>
      <dc:date>2020-09-29T13:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Input (Folder) to Forwarder</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Adding-a-Input-Folder-to-Forwarder/m-p/307105#M19453</link>
      <description>&lt;P&gt;You can rename the $SPLUNK_HOME/etc/passswd and restart splunkforwarder which will reset it to the default "changeme" password&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2017 22:59:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Adding-a-Input-Folder-to-Forwarder/m-p/307105#M19453</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2017-03-30T22:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Input (Folder) to Forwarder</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Adding-a-Input-Folder-to-Forwarder/m-p/307106#M19454</link>
      <description>&lt;P&gt;you can also manually add the stanza to .../etc/system/local/inputs.conf&lt;BR /&gt;
vi .../etc/system/local/inputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///home/user/Desktop/Forward_Data]
index = my_db
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;save the file :wq&lt;/P&gt;

&lt;P&gt;restart splunk&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2017 23:08:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Adding-a-Input-Folder-to-Forwarder/m-p/307106#M19454</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-03-30T23:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Input (Folder) to Forwarder</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Adding-a-Input-Folder-to-Forwarder/m-p/307107#M19455</link>
      <description>&lt;P&gt;hi raghu0463,&lt;BR /&gt;
you are trying to add / modify a file (inputs.conf) not a folder.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2017 23:14:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Adding-a-Input-Folder-to-Forwarder/m-p/307107#M19455</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-03-30T23:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Input (Folder) to Forwarder</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Adding-a-Input-Folder-to-Forwarder/m-p/307108#M19456</link>
      <description>&lt;P&gt;You can reset the admin password like this:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/834/how-could-i-reset-the-admin-password.html"&gt;https://answers.splunk.com/answers/834/how-could-i-reset-the-admin-password.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You really should not be using the CLI manually like this.  You should be using a configuration management system or a Deployment Server.  If you really must keep the password the same and you must use the CLI, then you can do this:&lt;BR /&gt;
Stop splunk.&lt;BR /&gt;
Edit &lt;CODE&gt;$SPLUNK_HOME/etc/apps/search/local/inputs.conf&lt;/CODE&gt;&lt;BR /&gt;
Add this to the bottom:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///home/user/Desktop/Forward_Data]
index = my_db
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Save the file.&lt;BR /&gt;
Restart Splunk.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2017 23:35:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Adding-a-Input-Folder-to-Forwarder/m-p/307108#M19456</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-03-30T23:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Input (Folder) to Forwarder</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Adding-a-Input-Folder-to-Forwarder/m-p/307109#M19457</link>
      <description>&lt;P&gt;I was checking the command which u mentioned its not working for me, i have installed splunk in Windows and installed forwarder in Linux.&lt;BR /&gt;
Actually I was trying to send data from forwarder to index, for this i was trying to add a folder( i.e add the path of the folder) to forwarder in linux but im facing a bit difficulty.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Apr 2017 23:11:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Adding-a-Input-Folder-to-Forwarder/m-p/307109#M19457</guid>
      <dc:creator>raghu0463</dc:creator>
      <dc:date>2017-04-02T23:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Input (Folder) to Forwarder</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Adding-a-Input-Folder-to-Forwarder/m-p/307110#M19458</link>
      <description>&lt;P&gt;Do i need to use this command in the OS where the forwarder is installed or in the OS where Splunk is installed.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Apr 2017 23:17:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Adding-a-Input-Folder-to-Forwarder/m-p/307110#M19458</guid>
      <dc:creator>raghu0463</dc:creator>
      <dc:date>2017-04-02T23:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Input (Folder) to Forwarder</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Adding-a-Input-Folder-to-Forwarder/m-p/307111#M19459</link>
      <description>&lt;P&gt;More over i cannot see local folder in the search folder i could only see default and metadata..&lt;BR /&gt;
@localhost search]# ls&lt;BR /&gt;
default  metadata&lt;/P&gt;</description>
      <pubDate>Sun, 02 Apr 2017 23:35:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Adding-a-Input-Folder-to-Forwarder/m-p/307111#M19459</guid>
      <dc:creator>raghu0463</dc:creator>
      <dc:date>2017-04-02T23:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Input (Folder) to Forwarder</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Adding-a-Input-Folder-to-Forwarder/m-p/307112#M19460</link>
      <description>&lt;P&gt;What "command I mentioned" do you mean (I do not see that I mentioned any commands)?  Is there a reason that you installed the Indexer on Windows? &lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2017 04:43:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Adding-a-Input-Folder-to-Forwarder/m-p/307112#M19460</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-04-03T04:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Input (Folder) to Forwarder</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Adding-a-Input-Folder-to-Forwarder/m-p/307113#M19461</link>
      <description>&lt;P&gt;What command?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2017 04:44:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Adding-a-Input-Folder-to-Forwarder/m-p/307113#M19461</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-04-03T04:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Input (Folder) to Forwarder</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Adding-a-Input-Folder-to-Forwarder/m-p/307114#M19462</link>
      <description>&lt;P&gt;Create  a new &lt;CODE&gt;local&lt;/CODE&gt; folder (with same owner/permissions as &lt;CODE&gt;default&lt;/CODE&gt;).&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2017 04:45:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Adding-a-Input-Folder-to-Forwarder/m-p/307114#M19462</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-04-03T04:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Input (Folder) to Forwarder</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Adding-a-Input-Folder-to-Forwarder/m-p/307115#M19463</link>
      <description>&lt;P&gt;after creating local folder do i need to create inputs.conf file too ?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 00:06:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Adding-a-Input-Folder-to-Forwarder/m-p/307115#M19463</guid>
      <dc:creator>raghu0463</dc:creator>
      <dc:date>2017-04-04T00:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Input (Folder) to Forwarder</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Adding-a-Input-Folder-to-Forwarder/m-p/307116#M19464</link>
      <description>&lt;P&gt;Yes, go back to the top.  DO NOT edit anything in the &lt;CODE&gt;default&lt;/CODE&gt; directory.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 00:36:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Adding-a-Input-Folder-to-Forwarder/m-p/307116#M19464</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-04-04T00:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Input (Folder) to Forwarder</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Adding-a-Input-Folder-to-Forwarder/m-p/307117#M19465</link>
      <description>&lt;P&gt;I mean the path which u mentioned, i was bit confused because u gave "Splunk_home" which i was unable to see where i have installed forwarder. i was able to see only splunkforwarder.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 00:57:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Adding-a-Input-Folder-to-Forwarder/m-p/307117#M19465</guid>
      <dc:creator>raghu0463</dc:creator>
      <dc:date>2017-04-04T00:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Input (Folder) to Forwarder</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Adding-a-Input-Folder-to-Forwarder/m-p/307118#M19466</link>
      <description>&lt;P&gt;I have created the inputs.conf file in local folder and splunkforwarder is started &lt;BR /&gt;
and I have checked connection with host system by pinging from forwarder everything is fine but when I was checking in the search head i was unable to read any data. &lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 01:51:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Adding-a-Input-Folder-to-Forwarder/m-p/307118#M19466</guid>
      <dc:creator>raghu0463</dc:creator>
      <dc:date>2017-04-04T01:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Input (Folder) to Forwarder</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Adding-a-Input-Folder-to-Forwarder/m-p/307119#M19467</link>
      <description>&lt;P&gt;Actually  my forwarder and indexer are in different systems and do  I need to edit inputs.conf file  for reading data from the particular folder or file and edit outputs.conf file to configure the indexer ip and port no,  on forwarder location to send data, &lt;/P&gt;

&lt;P&gt;and edit inputs.conf file on indexer system to receive the data from forwarder. could anyone please explain a bit clearly im bit confused, its taking a lot of time for me to do this configuration. &lt;/P&gt;

&lt;P&gt;Thank You &lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2017 01:48:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Adding-a-Input-Folder-to-Forwarder/m-p/307119#M19467</guid>
      <dc:creator>raghu0463</dc:creator>
      <dc:date>2017-04-07T01:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Input (Folder) to Forwarder</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Adding-a-Input-Folder-to-Forwarder/m-p/307120#M19468</link>
      <description>&lt;P&gt;So are you all working now&amp;gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2017 03:24:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Adding-a-Input-Folder-to-Forwarder/m-p/307120#M19468</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-04-07T03:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Input (Folder) to Forwarder</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Adding-a-Input-Folder-to-Forwarder/m-p/307121#M19469</link>
      <description>&lt;P&gt;the forwarder is added but i was unable to send data from forwarder to indexer ..&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2017 23:04:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Adding-a-Input-Folder-to-Forwarder/m-p/307121#M19469</guid>
      <dc:creator>raghu0463</dc:creator>
      <dc:date>2017-04-07T23:04:12Z</dc:date>
    </item>
  </channel>
</rss>

