<?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: Getting Syslog logs into Splunk last version in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Getting-Syslog-logs-into-Splunk-last-version/m-p/490822#M137040</link>
    <description>&lt;P&gt;I accept your position and I'll consider it.&lt;BR /&gt;
For the moment I maintain my idea but I'll put it in discussion!&lt;BR /&gt;
Thank you.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
    <pubDate>Thu, 12 Mar 2020 08:30:07 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2020-03-12T08:30:07Z</dc:date>
    <item>
      <title>Getting Syslog logs into Splunk last version</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Getting-Syslog-logs-into-Splunk-last-version/m-p/490816#M137034</link>
      <description>&lt;P&gt;Hi, I'm new in Splunk and I'm trying to collect Syslog log to indexers. I have read in Splunk documentation that Splunk Enterprise could listen on a TCP or UDP port for data coming from the syslog service on one or more machines, but that this option is no longer available in the latest versions. Can anyone help me know how to collect Syslog logs to analyze them with Splunk?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 15:51:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Getting-Syslog-logs-into-Splunk-last-version/m-p/490816#M137034</guid>
      <dc:creator>porbea01</dc:creator>
      <dc:date>2020-03-11T15:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Syslog logs into Splunk last version</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Getting-Syslog-logs-into-Splunk-last-version/m-p/490817#M137035</link>
      <description>&lt;P&gt;Hi @porbea01,&lt;BR /&gt;
why do you say that it isn't available in 8.0.2 version?&lt;BR /&gt;
see at [Settings -- Data Inputs -- TCP/UDP -- Add New]&lt;BR /&gt;
and you can add your network input.&lt;BR /&gt;
for more infos see at &lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.2/Data/Monitornetworkports"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.2/Data/Monitornetworkports&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 15:55:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Getting-Syslog-logs-into-Splunk-last-version/m-p/490817#M137035</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-03-11T15:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Syslog logs into Splunk last version</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Getting-Syslog-logs-into-Splunk-last-version/m-p/490818#M137036</link>
      <description>&lt;P&gt;Hi, I understand that I need a device that works as a Syslog server (in my case Syslog-ng) to collect all the logs from my network devices. What type of device do you recommend to use as an intermediate Syslog-ng server between my network devices and the Splunk instance?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 18:19:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Getting-Syslog-logs-into-Splunk-last-version/m-p/490818#M137036</guid>
      <dc:creator>porbea01</dc:creator>
      <dc:date>2020-03-11T18:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Syslog logs into Splunk last version</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Getting-Syslog-logs-into-Splunk-last-version/m-p/490819#M137037</link>
      <description>&lt;P&gt;Hi @porbea01,&lt;BR /&gt;
you have two choices:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;use a Splunk Heavy Forwarder enabling the network input you need (TCP or UDP);&lt;/LI&gt;
&lt;LI&gt;use a Syslog-ng server to receive logs that are written on a file and then use a Splunk Universal Forwarder to read these files and send them to Indexers.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;I prefer the first solution because there isn't any delay between receiving and forwarding to Indexers, but anyway it's usually a very little delay.&lt;BR /&gt;
In addition I prefer the first one to have only one component (Splunk Heavy Forwarder) and not two components (Syslog-ng and Splunk Universal Forwarder).&lt;BR /&gt;
Anyway both solution are functional to the scope!&lt;BR /&gt;
In both cases, I suggest to use a dedicated server.&lt;/P&gt;

&lt;P&gt;In addition, to avoid a Single Point of Failure in both cases, I suggest to use two servers and a Load balancer to distribute load between servers during normal job and manage the eventual failure of one of them; this is needed because syslogs must be ingested in real time otherwise are lost.&lt;BR /&gt;
If you haven't a Load Balancer, you can use DNS to associate two IP addresses to a DNS name.&lt;/P&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 07:18:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Getting-Syslog-logs-into-Splunk-last-version/m-p/490819#M137037</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-03-12T07:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Syslog logs into Splunk last version</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Getting-Syslog-logs-into-Splunk-last-version/m-p/490820#M137038</link>
      <description>&lt;P&gt;Why recommend using a HF, when a UF would serve perfectly fine for network inputs?&lt;/P&gt;

&lt;P&gt;Also, there are several reasons why using network inputs is not considered best practice for ingesting syslog data. Using a syslog daemon that writes to files is significantly more robust against data loss (e.g. due to splunk blocking its input queues / during splunk restart); especially with UDP. It also allows making use of syslog's built in features to write logs from different devices to separate files / folders, potentially making host assignment in splunk easier and more efficient. It also makes troubleshooting easier.&lt;/P&gt;

&lt;P&gt;Also more modern approaches are appearing the last few years, with several solutions for having a syslog daemon forward logs directly to a HEC endpoint. Cutting out the need of a forwarder completely resulting in a more performant, easier to load balance flow.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 08:19:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Getting-Syslog-logs-into-Splunk-last-version/m-p/490820#M137038</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2020-03-12T08:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Syslog logs into Splunk last version</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Getting-Syslog-logs-into-Splunk-last-version/m-p/490821#M137039</link>
      <description>&lt;P&gt;A virtual machine running a recent linux distro (or at least has a recent version of syslog-ng installed) with sufficient resources to handle your data volume. If you're worried about data loss, or want extra performance and better data balancing towards your splunk environment, you can also setup multiple of these boxes with a load balancer in front.&lt;/P&gt;

&lt;P&gt;As mentioned in my comment above, it is usually recommended to have the syslog daemon write to file and install a UF on the same box to read from those files.&lt;/P&gt;

&lt;P&gt;Alternatively you could look at solutions that allow the syslog server to send straight to HEC:&lt;BR /&gt;
- Splunk Connect for Syslog: &lt;A href="https://splunkbase.splunk.com/app/4740/"&gt;https://splunkbase.splunk.com/app/4740/&lt;/A&gt;&lt;BR /&gt;
- its much simpler predecessor omsplunkhec: &lt;A href="https://bitbucket.org/rfaircloth-splunk/rsyslog-omsplunk/src/445676ad128d8ca5de3b573c55450ecc13b3dd88/omsplunkhec.py"&gt;https://bitbucket.org/rfaircloth-splunk/rsyslog-omsplunk/src/445676ad128d8ca5de3b573c55450ecc13b3dd88/omsplunkhec.py&lt;/A&gt;&lt;BR /&gt;
- your syslog daemon's native http destination: &lt;A href="https://www.rfaircloth.com/2019/04/22/to-hec-with-syslog-all-grown-up/"&gt;https://www.rfaircloth.com/2019/04/22/to-hec-with-syslog-all-grown-up/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 08:28:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Getting-Syslog-logs-into-Splunk-last-version/m-p/490821#M137039</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2020-03-12T08:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Syslog logs into Splunk last version</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Getting-Syslog-logs-into-Splunk-last-version/m-p/490822#M137040</link>
      <description>&lt;P&gt;I accept your position and I'll consider it.&lt;BR /&gt;
For the moment I maintain my idea but I'll put it in discussion!&lt;BR /&gt;
Thank you.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 08:30:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Getting-Syslog-logs-into-Splunk-last-version/m-p/490822#M137040</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-03-12T08:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Syslog logs into Splunk last version</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Getting-Syslog-logs-into-Splunk-last-version/m-p/490823#M137041</link>
      <description>&lt;P&gt;Thanks for the tips. I will be studying both recommendations.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 15:52:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Getting-Syslog-logs-into-Splunk-last-version/m-p/490823#M137041</guid>
      <dc:creator>porbea01</dc:creator>
      <dc:date>2020-03-12T15:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Syslog logs into Splunk last version</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Getting-Syslog-logs-into-Splunk-last-version/m-p/542281#M153607</link>
      <description>&lt;P&gt;Hey Frank, I'm trying to ingest syslog log data from meraki. Not using dedicated syslog server, I have got config on meraki pointed directly to my splunk forwarder and data input is configured with udp 514. Also, I have Ta-meraki addon enabled. The problem is I'm not getting anything on splunk search source type meraki.&lt;/P&gt;&lt;P&gt;Or do you have any recommendations on ingesting syslog data from these meraki to splunk?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 02:26:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Getting-Syslog-logs-into-Splunk-last-version/m-p/542281#M153607</guid>
      <dc:creator>nomad899</dc:creator>
      <dc:date>2021-03-04T02:26:12Z</dc:date>
    </item>
  </channel>
</rss>

