<?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: Having Syslog logs into SPLUNK in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Having-Syslog-logs-into-SPLUNK/m-p/693553#M19782</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/227250"&gt;@Tom_Lundie&lt;/a&gt;&amp;nbsp;what about the syslog configuration? what should I do with it?&lt;/P&gt;</description>
    <pubDate>Wed, 17 Jul 2024 02:03:19 GMT</pubDate>
    <dc:creator>siemsplunk</dc:creator>
    <dc:date>2024-07-17T02:03:19Z</dc:date>
    <item>
      <title>Having Syslog logs into SPLUNK</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Having-Syslog-logs-into-SPLUNK/m-p/693546#M19778</link>
      <description>&lt;P&gt;We are in the process of data onboarding.&lt;BR /&gt;&lt;BR /&gt;We managed to deploy a distributed architecture in which we have 3 indexers, 3 search, mastercluster, deployer, deployment, and 2 intermediate forwarders.&lt;BR /&gt;&lt;BR /&gt;On my &lt;STRONG&gt;syslog&lt;/STRONG&gt; server, I receive logs from the firewall through syslog port &lt;STRONG&gt;10514&lt;/STRONG&gt; and I managed to install a forwarder into my syslog server connected to my &lt;STRONG&gt;deployment server&lt;/STRONG&gt;.&amp;nbsp; and on my forwarder configuration file, I connect to all 2 intermediate forwarders&lt;BR /&gt;&lt;BR /&gt;Now help me to finish this task, how can I manage to see the firewall logs in my Splunk? What do you think I should edit into my syslog server? Please remember I don't write the syslog logs(firewall) into a file. Its onstream logs&lt;BR /&gt;&lt;BR /&gt;My forwarder inputs.conf file|&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;[udp://514]&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;connection_host = ip&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;index = tcra_firewall_idx&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;sourcetype = tcra:syslog:log&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2024 01:43:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Having-Syslog-logs-into-SPLUNK/m-p/693546#M19778</guid>
      <dc:creator>siemsplunk</dc:creator>
      <dc:date>2024-07-17T01:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: Having Syslog logs into SPLUNK</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Having-Syslog-logs-into-SPLUNK/m-p/693550#M19780</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It sounds like you've made great progress, nice one.&lt;/P&gt;&lt;P&gt;There are multiple designs and opinions out there regarding getting syslog into Splunk. It's up to you to decide what's best.&lt;/P&gt;&lt;P&gt;To get you started there are tools such as &lt;A href="https://splunk.github.io/splunk-connect-for-syslog/main/" target="_self"&gt;Splunk Connect For Syslog&lt;/A&gt;&amp;nbsp;which provides an "all in one" feel, you can also use a syslog service such as rsyslog or syslog-ng to listen for your logs and cache them to disk and then forward them via a monitor stanza in inputs.conf.&lt;/P&gt;&lt;P&gt;However, if you want Splunk to listen directly, here is an example &lt;STRONG&gt;inputs.conf&lt;/STRONG&gt; that you can tweak for your deployment:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[udp://10514]
disabled = false
connection_host = ip
sourcetype = &amp;lt;&amp;lt;firewall_product&amp;gt;&amp;gt;
index = main&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For sourcetype, look on Splunkbase for your firewall vendor to check if there is an appropriate TA that you can use for field extractions. For example palo-alto firewall would be&amp;nbsp;&lt;EM&gt;pan_log&lt;/EM&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For index, pick an appropriate index to suit your needs.&lt;/P&gt;&lt;P&gt;Finally, inputs.conf can either be deployed within an app (recommended) or directly under /opt/splunk/etc/system/local/&lt;/P&gt;&lt;P&gt;Also, make sure that 10514 is permitted on the local firewall.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2024 01:48:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Having-Syslog-logs-into-SPLUNK/m-p/693550#M19780</guid>
      <dc:creator>Tom_Lundie</dc:creator>
      <dc:date>2024-07-17T01:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Having Syslog logs into SPLUNK</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Having-Syslog-logs-into-SPLUNK/m-p/693552#M19781</link>
      <description>&lt;P&gt;Thank you so much for your help.&lt;BR /&gt;&lt;BR /&gt;Am new to Splunk and I want really bad to master it. I will go and check the config as you said and I will let you know.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2024 02:01:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Having-Syslog-logs-into-SPLUNK/m-p/693552#M19781</guid>
      <dc:creator>siemsplunk</dc:creator>
      <dc:date>2024-07-17T02:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Having Syslog logs into SPLUNK</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Having-Syslog-logs-into-SPLUNK/m-p/693553#M19782</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/227250"&gt;@Tom_Lundie&lt;/a&gt;&amp;nbsp;what about the syslog configuration? what should I do with it?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2024 02:03:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Having-Syslog-logs-into-SPLUNK/m-p/693553#M19782</guid>
      <dc:creator>siemsplunk</dc:creator>
      <dc:date>2024-07-17T02:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Having Syslog logs into SPLUNK</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Having-Syslog-logs-into-SPLUNK/m-p/693558#M19784</link>
      <description>&lt;P&gt;I'm not sure what you're stuck with.&lt;/P&gt;&lt;P&gt;Ideally, would need to see your current configurations and error messages to support.&lt;/P&gt;&lt;P&gt;What configuration file(s) are you stuck with?&lt;BR /&gt;Are your _internal logs reaching the Indexers?&lt;BR /&gt;Are you getting any errors?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2024 02:54:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Having-Syslog-logs-into-SPLUNK/m-p/693558#M19784</guid>
      <dc:creator>Tom_Lundie</dc:creator>
      <dc:date>2024-07-17T02:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Having Syslog logs into SPLUNK</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Having-Syslog-logs-into-SPLUNK/m-p/693560#M19785</link>
      <description>&lt;P&gt;Thanks for the help&lt;BR /&gt;&lt;BR /&gt;I see the logs now,&lt;BR /&gt;&lt;BR /&gt;I tried to use a different port to take the logs from syslog conf file.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;source s_network {
udp(port(10514));
};

destination d_splunk {
udp("localhost" port(11514));
};

log {
source(s_network);
destination(d_splunk);
};

&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;For this now I see the logs...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2024 12:09:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Having-Syslog-logs-into-SPLUNK/m-p/693560#M19785</guid>
      <dc:creator>siemsplunk</dc:creator>
      <dc:date>2024-07-17T12:09:25Z</dc:date>
    </item>
  </channel>
</rss>

