<?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: Push logs from rsyslog into splunk in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Push-logs-from-rsyslog-into-splunk/m-p/88856#M18430</link>
    <description>&lt;P&gt;Even though I added stanza in inputs.conf file I still dont see logs coming into splunk. I am not sure what I am missing here.&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jul 2013 18:22:51 GMT</pubDate>
    <dc:creator>bhavya_shah</dc:creator>
    <dc:date>2013-07-09T18:22:51Z</dc:date>
    <item>
      <title>Push logs from rsyslog into splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Push-logs-from-rsyslog-into-splunk/m-p/88850#M18424</link>
      <description>&lt;P&gt;I was able to setup rsyslog to push logs into splunk but issue is only /var/log/messages are pushed to splunk but i have many more logs such as /logs/server-logs/servername/* on rsyslog server that I want to push it to splunk. Is there a way to push it?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2013 00:40:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Push-logs-from-rsyslog-into-splunk/m-p/88850#M18424</guid>
      <dc:creator>bhavya_shah</dc:creator>
      <dc:date>2013-07-09T00:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Push logs from rsyslog into splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Push-logs-from-rsyslog-into-splunk/m-p/88851#M18425</link>
      <description>&lt;P&gt;You need to create an inputs.conf file on your forwarder that has a stanza for all the logs that you want.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2013 00:55:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Push-logs-from-rsyslog-into-splunk/m-p/88851#M18425</guid>
      <dc:creator>adrianathome</dc:creator>
      <dc:date>2013-07-09T00:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Push logs from rsyslog into splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Push-logs-from-rsyslog-into-splunk/m-p/88852#M18426</link>
      <description>&lt;P&gt;If you dont mind can you share the example inputs.conf file?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2013 00:57:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Push-logs-from-rsyslog-into-splunk/m-p/88852#M18426</guid>
      <dc:creator>bhavya_shah</dc:creator>
      <dc:date>2013-07-09T00:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Push logs from rsyslog into splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Push-logs-from-rsyslog-into-splunk/m-p/88853#M18427</link>
      <description>&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.3/Data/Configureyourinputs"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.3/Data/Configureyourinputs&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2013 00:59:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Push-logs-from-rsyslog-into-splunk/m-p/88853#M18427</guid>
      <dc:creator>msettipane</dc:creator>
      <dc:date>2013-07-09T00:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Push logs from rsyslog into splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Push-logs-from-rsyslog-into-splunk/m-p/88854#M18428</link>
      <description>&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.3/Deploy/Exampleaddaninputtoforwarders"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.3/Deploy/Exampleaddaninputtoforwarders&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2013 01:01:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Push-logs-from-rsyslog-into-splunk/m-p/88854#M18428</guid>
      <dc:creator>adrianathome</dc:creator>
      <dc:date>2013-07-09T01:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Push logs from rsyslog into splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Push-logs-from-rsyslog-into-splunk/m-p/88855#M18429</link>
      <description>&lt;P&gt;In its simplest form you just need something like the following stanza in the inputs.conf on the rsyslog server.  (I assume, from the mention of other logs already being pushed,  you have installed a light forwarder instance at the very least.)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///logs/server-logs/]
host_segment = 3
sourcetype = syslog
index = syslog
disabled = false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;As splunk try the following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;bin/splunk btool inputs list --debug
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This should show you your complete inputs configuration.&lt;/P&gt;

&lt;P&gt;To interrogate what is or is not being consumed, point this at your indexer:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&lt;A href="https://{yoursplunkserver}:8089/services/admin/inputstatus/TailingProcessor:FileStatus" target="test_blank"&gt;https://{yoursplunkserver}:8089/services/admin/inputstatus/TailingProcessor:FileStatus&lt;/A&gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It will show you what is and what is not being processed, and why.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2013 01:08:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Push-logs-from-rsyslog-into-splunk/m-p/88855#M18429</guid>
      <dc:creator>grijhwani</dc:creator>
      <dc:date>2013-07-09T01:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Push logs from rsyslog into splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Push-logs-from-rsyslog-into-splunk/m-p/88856#M18430</link>
      <description>&lt;P&gt;Even though I added stanza in inputs.conf file I still dont see logs coming into splunk. I am not sure what I am missing here.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2013 18:22:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Push-logs-from-rsyslog-into-splunk/m-p/88856#M18430</guid>
      <dc:creator>bhavya_shah</dc:creator>
      <dc:date>2013-07-09T18:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Push logs from rsyslog into splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Push-logs-from-rsyslog-into-splunk/m-p/88857#M18431</link>
      <description>&lt;P&gt;I tried and it does show me complete inputs.conf info but still dont know why its not pushing the log.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2013 22:53:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Push-logs-from-rsyslog-into-splunk/m-p/88857#M18431</guid>
      <dc:creator>bhavya_shah</dc:creator>
      <dc:date>2013-07-09T22:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Push logs from rsyslog into splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Push-logs-from-rsyslog-into-splunk/m-p/88858#M18432</link>
      <description>&lt;P&gt;I am still not getting logs but I have more issue. &lt;/P&gt;

&lt;P&gt;/opt/splunkforwarder/bin/splunk list forward-server&lt;/P&gt;

&lt;P&gt;Active forwards:&lt;BR /&gt;
None&lt;BR /&gt;
Configured but inactive forwards:&lt;BR /&gt;
servername:9997&lt;/P&gt;

&lt;P&gt;Here is the exact error on my forwarder on splunkd.log&lt;/P&gt;

&lt;P&gt;07-11-2013 16:19:56.153 -0700 WARN  TcpOutputProc - Cooked connection to ip=ipaddress:9997 timed out&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2013 23:33:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Push-logs-from-rsyslog-into-splunk/m-p/88858#M18432</guid>
      <dc:creator>bhavya_shah</dc:creator>
      <dc:date>2013-07-11T23:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: Push logs from rsyslog into splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Push-logs-from-rsyslog-into-splunk/m-p/88859#M18433</link>
      <description>&lt;P&gt;In that case you seem to have firewall or routing issues.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2013 23:42:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Push-logs-from-rsyslog-into-splunk/m-p/88859#M18433</guid>
      <dc:creator>grijhwani</dc:creator>
      <dc:date>2013-07-11T23:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: Push logs from rsyslog into splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Push-logs-from-rsyslog-into-splunk/m-p/88860#M18434</link>
      <description>&lt;P&gt;Firewall issue has been fixed but in splunkd.log I am seeing following error:&lt;/P&gt;

&lt;P&gt;07-15-2013 04:09:36.647 -0700 INFO  TailingProcessor - Could not send data to output queue (parsingQueue), retrying...&lt;BR /&gt;
07-15-2013 04:09:38.935 -0700 INFO  TailingProcessor -   ...continuing.&lt;/P&gt;

&lt;P&gt;07-15-2013 04:10:00.879 -0700 INFO  BatchReader - Removed from queue file=&lt;/P&gt;

&lt;P&gt;07-15-2013 09:27:38.824 -0700 INFO  WatchedFile - Will begin reading at offset&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2013 16:34:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Push-logs-from-rsyslog-into-splunk/m-p/88860#M18434</guid>
      <dc:creator>bhavya_shah</dc:creator>
      <dc:date>2013-07-15T16:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Push logs from rsyslog into splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Push-logs-from-rsyslog-into-splunk/m-p/88861#M18435</link>
      <description>&lt;P&gt;&lt;A href="http://splunk-base.splunk.com/answers/95281/having-issues-with-universal-forwarder"&gt;http://splunk-base.splunk.com/answers/95281/having-issues-with-universal-forwarder&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://splunk-base.splunk.com/answers/95503/how-to-setup-universal-forwarder-on-linux"&gt;http://splunk-base.splunk.com/answers/95503/how-to-setup-universal-forwarder-on-linux&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2013 21:58:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Push-logs-from-rsyslog-into-splunk/m-p/88861#M18435</guid>
      <dc:creator>bhavya_shah</dc:creator>
      <dc:date>2013-07-16T21:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Push logs from rsyslog into splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Push-logs-from-rsyslog-into-splunk/m-p/688716#M114674</link>
      <description>&lt;P&gt;Hi Bhavya,&lt;/P&gt;&lt;P&gt;What add-ons did you need on Splunk enterprise to receive logs from rsyslog client?&lt;/P&gt;&lt;P&gt;Was rsyslog on an external system?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Joanna.&lt;/P&gt;</description>
      <pubDate>Sun, 26 May 2024 10:05:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Push-logs-from-rsyslog-into-splunk/m-p/688716#M114674</guid>
      <dc:creator>Joanna</dc:creator>
      <dc:date>2024-05-26T10:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Push logs from rsyslog into splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Push-logs-from-rsyslog-into-splunk/m-p/688743#M114679</link>
      <description>&lt;P&gt;In case you haven't noticed, this is a really old thread. Your question might not get the visibility you want in this thread. Try starting a new thread describing your problem in the Getting Data In section of this forum.&lt;/P&gt;</description>
      <pubDate>Sun, 26 May 2024 21:26:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Push-logs-from-rsyslog-into-splunk/m-p/688743#M114679</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-05-26T21:26:20Z</dc:date>
    </item>
  </channel>
</rss>

