<?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: Palo Alto app not parsing the sourcetype in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-app-not-parsing-the-sourcetype/m-p/235307#M26482</link>
    <description>&lt;P&gt;@jibin1988 Hit me up on Slack or post your specific question, I may be able to help.  This Answers is approaching 4y old so I am sure what issues I had are behind me.&lt;/P&gt;</description>
    <pubDate>Wed, 12 Feb 2020 16:10:31 GMT</pubDate>
    <dc:creator>ccsfdave</dc:creator>
    <dc:date>2020-02-12T16:10:31Z</dc:date>
    <item>
      <title>Palo Alto app not parsing the sourcetype</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-app-not-parsing-the-sourcetype/m-p/235300#M26475</link>
      <description>&lt;P&gt;I can see the Palo Alto data coming into the Heavy Forwarder, into the /var/log/syslog/ngf01 (and ngf02). On the Search Head I see how the sourcetype should be extracted in: /opt/splunk/etc/apps/Splunk_TA_paloalto/default/transforms.conf but nothing is extracted and thus none of the Palo Alto data is extracted, it just comes in raw into the index = pan_logs but all the data goes to the sourcetype=pan and thus extractions of fields downstream of that do not work&lt;/P&gt;

&lt;P&gt;I would expect minimum sourcetypes of pan_threat, pan_traffic, pan_system, pan_config&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 08:59:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-app-not-parsing-the-sourcetype/m-p/235300#M26475</guid>
      <dc:creator>ccsfdave</dc:creator>
      <dc:date>2020-09-29T08:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Palo Alto app not parsing the sourcetype</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-app-not-parsing-the-sourcetype/m-p/235301#M26476</link>
      <description>&lt;P&gt;Do you have the Splunk_TA_paloalto add-on installed on the heavy forwarder as well?  That's where the sourcetype parsing needs to happen in your scenario.  &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:00:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-app-not-parsing-the-sourcetype/m-p/235301#M26476</guid>
      <dc:creator>maciep</dc:creator>
      <dc:date>2020-09-29T09:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: Palo Alto app not parsing the sourcetype</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-app-not-parsing-the-sourcetype/m-p/235302#M26477</link>
      <description>&lt;P&gt;Ya, I have the TA installed as per the installation instructions.  I tried to follow them to a T but have been known to be spacey&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2016 00:34:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-app-not-parsing-the-sourcetype/m-p/235302#M26477</guid>
      <dc:creator>ccsfdave</dc:creator>
      <dc:date>2016-03-08T00:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Palo Alto app not parsing the sourcetype</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-app-not-parsing-the-sourcetype/m-p/235303#M26478</link>
      <description>&lt;P&gt;I just took a quick peek at the TA, and it looks like it expects the initial sourcetype to be pan_log (or pan:log).  Are you setting yours to just pan in your inputs?  That might explain why it's not getting processed correctly&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[pan_log]
rename = pan:log
pulldown_type = false
# This first line adjusts PAN-OS 6.1.0 threat logs to revised 6.1.1+ format where the reportid field is at the end.
SEDCMD-6_1_0 = s/^((?:[^,]+,){3}THREAT,(?:[^,]*,){27}".*",[^,]*,)(\d+),((?:[^,]*,){3})(\d+,0x\d+,(?:[^,]*,){14})$/\1\3\4,\2/
TRANSFORMS-sourcetype = pan_threat, pan_traffic, pan_system, pan_config, pan_hipmatch, pan_endpoint
SHOULD_LINEMERGE = false
MAX_TIMESTAMP_LOOKAHEAD = 44

[pan:log]
category = Network &amp;amp; Security
description = Output produced by the Palo Alto Networks Next-generation Firewall and Traps Endpoint Security Manager
pulldown_type = true
# This first line adjusts PAN-OS 6.1.0 threat logs to revised 6.1.1+ format where the reportid field is at the end.
SEDCMD-6_1_0 = s/^((?:[^,]+,){3}THREAT,(?:[^,]*,){27}".*",[^,]*,)(\d+),((?:[^,]*,){3})(\d+,0x\d+,(?:[^,]*,){14})$/\1\3\4,\2/
SHOULD_LINEMERGE = false
MAX_TIMESTAMP_LOOKAHEAD = 44
TRANSFORMS-sourcetype = pan_threat, pan_traffic, pan_system, pan_config, pan_hipmatch, pan_endpoint
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 08 Mar 2016 02:11:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-app-not-parsing-the-sourcetype/m-p/235303#M26478</guid>
      <dc:creator>maciep</dc:creator>
      <dc:date>2016-03-08T02:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Palo Alto app not parsing the sourcetype</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-app-not-parsing-the-sourcetype/m-p/235304#M26479</link>
      <description>&lt;P&gt;Hmm, unless I am looking at the wrong inputs.conf (/opt/splunk/etc/apps/SplunkforPaloAltoNetworks/local/inputs.conf)  below is what I have in there on my heavy forwarder:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[udp://514]
sourcetype = pan:log
no_appending_timestamp = true
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 08 Mar 2016 16:35:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-app-not-parsing-the-sourcetype/m-p/235304#M26479</guid>
      <dc:creator>ccsfdave</dc:creator>
      <dc:date>2016-03-08T16:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Palo Alto app not parsing the sourcetype</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-app-not-parsing-the-sourcetype/m-p/235305#M26480</link>
      <description>&lt;P&gt;shoot, in&lt;/P&gt;

&lt;P&gt;/opt/splunk/etc/apps/sf_syslog_inputs/local/inputs.conf &lt;/P&gt;

&lt;P&gt;I had:&lt;BR /&gt;
    [monitor:///var/log/syslog/ngf0*/*.log]&lt;BR /&gt;
    index = pan_logs&lt;BR /&gt;
    sourcetype = pan&lt;BR /&gt;
    no_appending_timestamp = true&lt;BR /&gt;
    host_segment = 4&lt;/P&gt;

&lt;P&gt;Which I have now changed to pan_logs and bounced the Fwdr.  Let's see what happens&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:01:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-app-not-parsing-the-sourcetype/m-p/235305#M26480</guid>
      <dc:creator>ccsfdave</dc:creator>
      <dc:date>2020-09-29T09:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Palo Alto app not parsing the sourcetype</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-app-not-parsing-the-sourcetype/m-p/235306#M26481</link>
      <description>&lt;P&gt;@ccsfdave You got it fixed? I have the same issue. palo alto logs are not getting parsed with TA. &lt;BR /&gt;
can you please update if you got it fixed?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 15:27:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-app-not-parsing-the-sourcetype/m-p/235306#M26481</guid>
      <dc:creator>jibin1988</dc:creator>
      <dc:date>2020-02-12T15:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: Palo Alto app not parsing the sourcetype</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-app-not-parsing-the-sourcetype/m-p/235307#M26482</link>
      <description>&lt;P&gt;@jibin1988 Hit me up on Slack or post your specific question, I may be able to help.  This Answers is approaching 4y old so I am sure what issues I had are behind me.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 16:10:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-app-not-parsing-the-sourcetype/m-p/235307#M26482</guid>
      <dc:creator>ccsfdave</dc:creator>
      <dc:date>2020-02-12T16:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Palo Alto app not parsing the sourcetype</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-app-not-parsing-the-sourcetype/m-p/235308#M26483</link>
      <description>&lt;P&gt;@ccsfdave please let me know your slack id. request you to ping on slack &lt;A href="mailto:j.sebastian@obrela.com"&gt;j.sebastian@obrela.com&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 08:36:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-app-not-parsing-the-sourcetype/m-p/235308#M26483</guid>
      <dc:creator>jibin1988</dc:creator>
      <dc:date>2020-02-17T08:36:33Z</dc:date>
    </item>
  </channel>
</rss>

