<?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 inputs.conf in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/splunk-inputs-conf/m-p/234309#M99043</link>
    <description>&lt;P&gt;Hi ,&lt;/P&gt;

&lt;P&gt;i configured the inputs.conf and outputs.conf as described . But still cant see the events in dahsboard .&lt;/P&gt;

&lt;P&gt;Can you please tell me is there a way i can trouble shoot or is there somewhere i have to open ports for netwrok communication as it runs on 9997&lt;/P&gt;</description>
    <pubDate>Tue, 23 Aug 2016 09:09:42 GMT</pubDate>
    <dc:creator>sanaa</dc:creator>
    <dc:date>2016-08-23T09:09:42Z</dc:date>
    <item>
      <title>splunk inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splunk-inputs-conf/m-p/234307#M99041</link>
      <description>&lt;P&gt;Hi , &lt;/P&gt;

&lt;P&gt;I am pretty much new to splunk and i have splunk forwarder configured in one of my linux server .&lt;/P&gt;

&lt;P&gt;Now i want to send the audit.log of that server to cplunk using splunk forwarder.&lt;/P&gt;

&lt;P&gt;Which all files i need to modify?&lt;/P&gt;

&lt;P&gt;splunkforwarder-5.0.2-149561 is the version&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2016 08:58:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splunk-inputs-conf/m-p/234307#M99041</guid>
      <dc:creator>sanaa</dc:creator>
      <dc:date>2016-08-22T08:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: splunk inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splunk-inputs-conf/m-p/234308#M99042</link>
      <description>&lt;P&gt;Hello @sanaa,&lt;/P&gt;

&lt;P&gt;I would highly recommend you to read &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.2/Data/Getstartedwithgettingdatain" target="test_blank"&gt;http://docs.splunk.com/Documentation/Splunk/6.4.2/Data/Getstartedwithgettingdatain&lt;/A&gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and the following configuration files &lt;/P&gt;

&lt;P&gt;Inputs.conf: &lt;CODE&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/6.4.2/Admin/Inputsconf" target="test_blank"&gt;https://docs.splunk.com/Documentation/Splunk/6.4.2/Admin/Inputsconf&lt;/A&gt; &amp;amp;&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Outputs.conf: &lt;CODE&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/6.4.2/Admin/Outputsconf" target="test_blank"&gt;https://docs.splunk.com/Documentation/Splunk/6.4.2/Admin/Outputsconf&lt;/A&gt;&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Step1: in inputs.conf under /opt/splunk/etc/system/local/&lt;/P&gt;

&lt;P&gt;add a monitor stanza &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///path to the audit log file]
index = name of the index where you want it to send
sourcetype = audit
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In outputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = Name of your Indexer layer

[tcpout:Name of your Indexer layer]
autoLB = true
autoLBFrequency = 60 (seconds to switch to new indexer)
server = list your indexers and receiving port (eg: 1.2.3.4:9997,5.6.7.8:9997 etc)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Finally, restart splunkd service. I would highly recommend you to read the docs first.&lt;/P&gt;

&lt;P&gt;Hope this helps!&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Raghav&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2016 17:06:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splunk-inputs-conf/m-p/234308#M99042</guid>
      <dc:creator>Raghav2384</dc:creator>
      <dc:date>2016-08-22T17:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: splunk inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splunk-inputs-conf/m-p/234309#M99043</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;

&lt;P&gt;i configured the inputs.conf and outputs.conf as described . But still cant see the events in dahsboard .&lt;/P&gt;

&lt;P&gt;Can you please tell me is there a way i can trouble shoot or is there somewhere i have to open ports for netwrok communication as it runs on 9997&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2016 09:09:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splunk-inputs-conf/m-p/234309#M99043</guid>
      <dc:creator>sanaa</dc:creator>
      <dc:date>2016-08-23T09:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: splunk inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splunk-inputs-conf/m-p/234310#M99044</link>
      <description>&lt;P&gt;Correct, first thing you need is connectivity between source and destination. From source, do a quick telnet to destination on 9997 &lt;BR /&gt;
Telnet destination-ip 9997 if it's connected, check splunkd.log on both source and destination.&lt;/P&gt;

&lt;P&gt;Location $SPLUNK_HOME/var/log/splunk/splunkd.log&lt;/P&gt;

&lt;P&gt;Look for any errors in these logs.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Raghav&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2016 21:12:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splunk-inputs-conf/m-p/234310#M99044</guid>
      <dc:creator>Raghav2384</dc:creator>
      <dc:date>2016-08-23T21:12:53Z</dc:date>
    </item>
  </channel>
</rss>

