<?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: Send log file from switch/router directly to splunk in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-log-file-from-switch-router-directly-to-Splunk/m-p/604189#M105085</link>
    <description>&lt;P&gt;One more thing. You can't run input on port 514 if you run splunk with ordinary user (non-root). And running splunk as root is not something you should do.&lt;/P&gt;</description>
    <pubDate>Fri, 01 Jul 2022 21:40:50 GMT</pubDate>
    <dc:creator>PickleRick</dc:creator>
    <dc:date>2022-07-01T21:40:50Z</dc:date>
    <item>
      <title>How to send log file from switch/router directly to Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-log-file-from-switch-router-directly-to-Splunk/m-p/604163#M105079</link>
      <description>&lt;P&gt;Hello Splunkers,&lt;/P&gt;
&lt;P&gt;Is a splunk forwarder required to send data to splunk from a switch or router?&lt;/P&gt;
&lt;P&gt;Can I configure the the device to send logs directly to the splunk like using port 514.&lt;/P&gt;
&lt;P&gt;Like in a cisco config - "logging host", etc&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;EWH&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2022 16:14:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-send-log-file-from-switch-router-directly-to-Splunk/m-p/604163#M105079</guid>
      <dc:creator>eholz1</dc:creator>
      <dc:date>2022-07-05T16:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Send log file from switch/router directly to splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-log-file-from-switch-router-directly-to-Splunk/m-p/604174#M105081</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;it is possible to send directly to Splunk. You can set up input in Splunk (it would need to be either some kind of forwarder or indexer) to listen on a port. You can define it in GUI or in inputs.conf and it would look something like this. You can ommit the host and have it listen for any connection on a port.&lt;/P&gt;&lt;PRE&gt;[tcp://syslog.corp.example.net:514]
sourcetype = cisco:ise
index = cisco&lt;/PRE&gt;&lt;P&gt;On the network device, you would enter the IP address of the Splunk instance and whatever port you specified and you start receiving the data.&lt;/P&gt;&lt;P&gt;Keep in mind that it would be better to use a syslog server for this. Because when you restart the ingesting Splunk instance, you could start losing data. If you have multiple devices that you want to set up like this I would look at the SC4S project:&amp;nbsp;&lt;A href="https://splunk.github.io/splunk-connect-for-syslog/main/" target="_blank"&gt;https://splunk.github.io/splunk-connect-for-syslog/main/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 20:28:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-send-log-file-from-switch-router-directly-to-Splunk/m-p/604174#M105081</guid>
      <dc:creator>smurf</dc:creator>
      <dc:date>2022-07-01T20:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Send log file from switch/router directly to splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-log-file-from-switch-router-directly-to-Splunk/m-p/604181#M105084</link>
      <description>&lt;P&gt;gosh, why did I not think of that!! Been awhile since my splunk training!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks!!&lt;/P&gt;&lt;P&gt;eholz1&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 21:16:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-send-log-file-from-switch-router-directly-to-Splunk/m-p/604181#M105084</guid>
      <dc:creator>eholz1</dc:creator>
      <dc:date>2022-07-01T21:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Send log file from switch/router directly to splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-log-file-from-switch-router-directly-to-Splunk/m-p/604189#M105085</link>
      <description>&lt;P&gt;One more thing. You can't run input on port 514 if you run splunk with ordinary user (non-root). And running splunk as root is not something you should do.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 21:40:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-send-log-file-from-switch-router-directly-to-Splunk/m-p/604189#M105085</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2022-07-01T21:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Send log file from switch/router directly to splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-log-file-from-switch-router-directly-to-Splunk/m-p/604270#M105101</link>
      <description>&lt;P&gt;To be more exact, you can not use any port below 1024 in Splunk if Splunk does not run as root user.&lt;/P&gt;&lt;P&gt;An you should NOT run Splunk as root.&amp;nbsp; So have a look at my post here on how to install Splunk as non root user and use Rsyslog to get syslog data inn to Splunk.&lt;/P&gt;&lt;P&gt;&lt;A href="https://forum.mikrotik.com/viewtopic.php?p=888802#p888802" target="_blank"&gt;https://forum.mikrotik.com/viewtopic.php?p=888802#p888802&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Jul 2022 15:49:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-send-log-file-from-switch-router-directly-to-Splunk/m-p/604270#M105101</guid>
      <dc:creator>jotne</dc:creator>
      <dc:date>2022-07-03T15:49:40Z</dc:date>
    </item>
  </channel>
</rss>

