<?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>article PAN-OS 8.0 HTTP Log Integration with Slack in Log Forwarding Articles</title>
    <link>https://live.paloaltonetworks.com/t5/log-forwarding-articles/pan-os-8-0-http-log-integration-with-slack/ta-p/172093</link>
    <description>&lt;H2&gt;&lt;STRONG&gt;PAN-OS 8.0 HTTP Log Integration with Slack&lt;/STRONG&gt;&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This document assumes that you have already created a Slack team. This sample integration was done with a free Slack account.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once you have created your Slack team, login to your slack account and add an “Incoming Webhooks” custom integration on the slack website.&amp;nbsp; During that configuration, you will select the channel where the message will be broadcast (#general in this example).&amp;nbsp; You will also receive a Webhook URL, and an opportunity to customize the Name and Icon for the source of the message.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here’s a screenshot of the Incoming Webhooks configuration on the slack website:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Slack Integration Settings.png" style="width: 944px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/21338i21961A7DA5863E37/image-size/large?v=v2&amp;amp;px=999" role="button" title="Slack Integration Settings.png" alt="Slack Integration Settings.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Next, configure an HTTP Server Profile in PAN-OS 8.0.&amp;nbsp; Use the first part of the Webhooks URL in the “Address” field.&amp;nbsp; In this example, it is “hooks.slack.com” using HTTPS on 443 with the POST HTTP method.&amp;nbsp; Username/Password are not required for this particular integration.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="HTTP Server Profile Entry Name.png" style="width: 975px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/21339i0A114FC51B40186C/image-size/large?v=v2&amp;amp;px=999" role="button" title="HTTP Server Profile Entry Name.png" alt="HTTP Server Profile Entry Name.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Personally, I was interested in specific “system” events, so this document focuses on the system-level logs.&amp;nbsp; Similar integrations could easily be done with traffic, threat, and/or URL logs.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="HTTP Server Profile Payload Format.png" style="width: 975px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/21340iE017648D62EB79BC/image-size/large?v=v2&amp;amp;px=999" role="button" title="HTTP Server Profile Payload Format.png" alt="HTTP Server Profile Payload Format.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is what the System format looks like:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Slack System Payload Format.png" style="width: 975px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/21341i5E583C6621C67ECD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Slack System Payload Format.png" alt="Slack System Payload Format.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the URI Format box, provide the URI portion of the Slack-provided Incoming Webhooks URL, beginning with /service&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The content-type must be application/json&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Leave the Parameters field blank.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Payload input box accepts the default Slack-preferred JSON format as documented here:&amp;nbsp; &lt;A href="https://api.slack.com/incoming-webhooks" target="_blank" rel="noopener"&gt;https://api.slack.com/incoming-webhooks&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No additional escaping is required to add the PAN-OS provided variables to the payload.&amp;nbsp; In this example, I’m using a rich-formatted “attachments” message from Slack, although the basic format works perfectly as well.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are two samples that you should be able to cut and paste:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Rich Format Message:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "attachments": [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "fallback": "$time_generated $device_name reports $severity $subtype event:\n $opaque\n--------",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "text": "$time_generated: &amp;lt;&lt;A href="https://pa0.example.com|pa0" target="_blank" rel="noopener"&gt;https://pa0.example.com|pa0&lt;/A&gt;&amp;gt; reports $severity $subtype event:\n$opaque",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "color": "danger"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ]&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Simple Format Message:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "text": "$time_generated $device_name reports $severity $subtype event:\n $opaque\n--------"&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since I was mainly interested in system-level events, I tied it all together in the Device / Log Settings tab.&amp;nbsp; I haven’t narrowed-down exactly what I want to see in the slack channel, but for the purposes of this test, I wanted to see non-informational ha or crypto events, so used the following system log filter:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(( subtype eq ha ) or (subtype eq crypto)) and ( severity neq informational )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I matched that with the “Slack System Event 1” created earlier.&amp;nbsp; The configuration looks like this:&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Log Settings System Configuration.png" style="width: 975px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/21342iFCC2F0B9CCEEA107/image-size/large?v=v2&amp;amp;px=999" role="button" title="Log Settings System Configuration.png" alt="Log Settings System Configuration.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here’s what I see on my desktop in the Slack app when I initiate a manual HA state change via the PAN-OS GUI:&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Slack app notification from PAN-OS.png" style="width: 975px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/21343i993D6744D0CAE72B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Slack app notification from PAN-OS.png" alt="Slack app notification from PAN-OS.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looks good on the phone too:&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Slack app Mobile View.png" style="width: 469px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/21344i744681AE8020B5D8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Slack app Mobile View.png" alt="Slack app Mobile View.png" /&gt;&lt;/span&gt;Created by Jared Valentine - Systems Engineer&lt;/P&gt;</description>
    <pubDate>Wed, 23 Oct 2019 16:19:23 GMT</pubDate>
    <dc:creator>rkemburu</dc:creator>
    <dc:date>2019-10-23T16:19:23Z</dc:date>
    <item>
      <title>PAN-OS 8.0 HTTP Log Integration with Slack</title>
      <link>https://live.paloaltonetworks.com/t5/log-forwarding-articles/pan-os-8-0-http-log-integration-with-slack/ta-p/172093</link>
      <description>&lt;H2&gt;&lt;STRONG&gt;PAN-OS 8.0 HTTP Log Integration with Slack&lt;/STRONG&gt;&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This document assumes that you have already created a Slack team. This sample integration was done with a free Slack account.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once you have created your Slack team, login to your slack account and add an “Incoming Webhooks” custom integration on the slack website.&amp;nbsp; During that configuration, you will select the channel where the message will be broadcast (#general in this example).&amp;nbsp; You will also receive a Webhook URL, and an opportunity to customize the Name and Icon for the source of the message.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here’s a screenshot of the Incoming Webhooks configuration on the slack website:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Slack Integration Settings.png" style="width: 944px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/21338i21961A7DA5863E37/image-size/large?v=v2&amp;amp;px=999" role="button" title="Slack Integration Settings.png" alt="Slack Integration Settings.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Next, configure an HTTP Server Profile in PAN-OS 8.0.&amp;nbsp; Use the first part of the Webhooks URL in the “Address” field.&amp;nbsp; In this example, it is “hooks.slack.com” using HTTPS on 443 with the POST HTTP method.&amp;nbsp; Username/Password are not required for this particular integration.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="HTTP Server Profile Entry Name.png" style="width: 975px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/21339i0A114FC51B40186C/image-size/large?v=v2&amp;amp;px=999" role="button" title="HTTP Server Profile Entry Name.png" alt="HTTP Server Profile Entry Name.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Personally, I was interested in specific “system” events, so this document focuses on the system-level logs.&amp;nbsp; Similar integrations could easily be done with traffic, threat, and/or URL logs.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="HTTP Server Profile Payload Format.png" style="width: 975px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/21340iE017648D62EB79BC/image-size/large?v=v2&amp;amp;px=999" role="button" title="HTTP Server Profile Payload Format.png" alt="HTTP Server Profile Payload Format.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is what the System format looks like:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Slack System Payload Format.png" style="width: 975px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/21341i5E583C6621C67ECD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Slack System Payload Format.png" alt="Slack System Payload Format.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the URI Format box, provide the URI portion of the Slack-provided Incoming Webhooks URL, beginning with /service&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The content-type must be application/json&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Leave the Parameters field blank.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Payload input box accepts the default Slack-preferred JSON format as documented here:&amp;nbsp; &lt;A href="https://api.slack.com/incoming-webhooks" target="_blank" rel="noopener"&gt;https://api.slack.com/incoming-webhooks&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No additional escaping is required to add the PAN-OS provided variables to the payload.&amp;nbsp; In this example, I’m using a rich-formatted “attachments” message from Slack, although the basic format works perfectly as well.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are two samples that you should be able to cut and paste:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Rich Format Message:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "attachments": [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "fallback": "$time_generated $device_name reports $severity $subtype event:\n $opaque\n--------",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "text": "$time_generated: &amp;lt;&lt;A href="https://pa0.example.com|pa0" target="_blank" rel="noopener"&gt;https://pa0.example.com|pa0&lt;/A&gt;&amp;gt; reports $severity $subtype event:\n$opaque",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "color": "danger"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ]&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Simple Format Message:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "text": "$time_generated $device_name reports $severity $subtype event:\n $opaque\n--------"&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since I was mainly interested in system-level events, I tied it all together in the Device / Log Settings tab.&amp;nbsp; I haven’t narrowed-down exactly what I want to see in the slack channel, but for the purposes of this test, I wanted to see non-informational ha or crypto events, so used the following system log filter:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(( subtype eq ha ) or (subtype eq crypto)) and ( severity neq informational )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I matched that with the “Slack System Event 1” created earlier.&amp;nbsp; The configuration looks like this:&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Log Settings System Configuration.png" style="width: 975px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/21342iFCC2F0B9CCEEA107/image-size/large?v=v2&amp;amp;px=999" role="button" title="Log Settings System Configuration.png" alt="Log Settings System Configuration.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here’s what I see on my desktop in the Slack app when I initiate a manual HA state change via the PAN-OS GUI:&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Slack app notification from PAN-OS.png" style="width: 975px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/21343i993D6744D0CAE72B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Slack app notification from PAN-OS.png" alt="Slack app notification from PAN-OS.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looks good on the phone too:&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Slack app Mobile View.png" style="width: 469px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/21344i744681AE8020B5D8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Slack app Mobile View.png" alt="Slack app Mobile View.png" /&gt;&lt;/span&gt;Created by Jared Valentine - Systems Engineer&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2019 16:19:23 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/log-forwarding-articles/pan-os-8-0-http-log-integration-with-slack/ta-p/172093</guid>
      <dc:creator>rkemburu</dc:creator>
      <dc:date>2019-10-23T16:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Slack</title>
      <link>https://live.paloaltonetworks.com/t5/log-forwarding-articles/pan-os-8-0-http-log-integration-with-slack/tac-p/193409#M8</link>
      <description>&lt;P&gt;Nice articel! I just tried to follow theser steps, unfortunately my PA-200 say:&lt;/P&gt;&lt;DIV class="ext-mb-content"&gt;&lt;SPAN class="ext-mb-text"&gt;Failed to send HTTP request: hooks.slack.com: Peer certificate cannot be authenticated with given CA certificates&lt;/SPAN&gt;&lt;BR /&gt;&lt;DIV class="ext-mb-fix-cursor"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="x-clear"&gt;Not sure what's the rootcause, I used that slack account with NTOP before and just verified with curl from a Linux machine that the webhook does work.&lt;/DIV&gt;&lt;DIV class="x-clear"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="x-clear"&gt;I'll keep trying &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 29 Dec 2017 14:49:27 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/log-forwarding-articles/pan-os-8-0-http-log-integration-with-slack/tac-p/193409#M8</guid>
      <dc:creator>whofstetter</dc:creator>
      <dc:date>2017-12-29T14:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: Slack</title>
      <link>https://live.paloaltonetworks.com/t5/log-forwarding-articles/pan-os-8-0-http-log-integration-with-slack/tac-p/211814#M9</link>
      <description>&lt;P&gt;what PAN OS version you are using?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2018 08:07:49 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/log-forwarding-articles/pan-os-8-0-http-log-integration-with-slack/tac-p/211814#M9</guid>
      <dc:creator>Sath</dc:creator>
      <dc:date>2018-04-26T08:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Slack</title>
      <link>https://live.paloaltonetworks.com/t5/log-forwarding-articles/pan-os-8-0-http-log-integration-with-slack/tac-p/211820#M10</link>
      <description>&lt;P&gt;Sorry, didn't repor&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/70514"&gt;@rkemburu&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;DIV class="lia-message-template-content-zone"&gt;&lt;P&gt;&lt;STRONG&gt;PAN-OS 8.0 HTTP Log Integration with Slack&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This document assumes that you have already created a Slack team.&amp;nbsp; This sample integration was done with a free Slack account.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once you have created your Slack team, login to your slack account and add an “Incoming Webhooks” custom integration on the slack website.&amp;nbsp; During that configuration, you will select the channel where the message will be broadcast (#general in this example).&amp;nbsp; You will also receive a Webhook URL, and an opportunity to customize the Name and Icon for the source of the message.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here’s a screenshot of the Incoming Webhooks configuration on the slack website:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Picture71.png" style="width: 756px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/10827iE107E33EA0E481C2/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Picture71.png" alt="Picture71.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Next, configure an HTTP Server Profile in PAN-OS 8.0.&amp;nbsp; Use the first part of the Webhooks URL in the “Address” field.&amp;nbsp; In this example, it is “hooks.slack.com” using HTTPS on 443 with the POST HTTP method.&amp;nbsp; Username/Password are not required for this particular integration.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Picture72.png" style="width: 800px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/10828i292A870F3A706D9E/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Picture72.png" alt="Picture72.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Personally, I was interested in specific “system” events, so this document focuses on the system-level logs.&amp;nbsp; Similar integrations could easily be done with traffic, threat, and/or URL logs.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Picture73.png" style="width: 800px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/10829iEA97F56D35000324/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Picture73.png" alt="Picture73.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what the System format looks like:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Picture74.png" style="width: 800px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/10830i407EEF9FFA9768CF/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Picture74.png" alt="Picture74.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the URI Format box, provide the URI portion of the Slack-provided Incoming Webhooks URL, beginning with /service&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The content-type must be application/json&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Leave the Parameters field blank.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Payload input box accepts the default Slack-preferred JSON format as documented here:&amp;nbsp; &lt;A href="https://api.slack.com/incoming-webhooks" target="_blank"&gt;https://api.slack.com/incoming-webhooks&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No additional escaping is required to add the PAN-OS provided variables to the payload.&amp;nbsp; In this example, I’m using a rich-formatted “attachments” message from Slack, although the basic format works perfectly as well.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are two samples that you should be able to cut&amp;amp;paste:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rich Format Message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "attachments": [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "fallback": "$time_generated $device_name reports $severity $subtype event:\n $opaque\n--------",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "text": "$time_generated: &amp;lt;&lt;A href="https://pa0.example.com|pa0" target="_blank"&gt;https://pa0.example.com|pa0&lt;/A&gt;&amp;gt; reports $severity $subtype event:\n$opaque",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "color": "danger"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ]&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Simple Format Message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "text": "$time_generated $device_name reports $severity $subtype event:\n $opaque\n--------"&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since I was mainly interested in system-level events, I tied it all together in the Device / Log Settings tab.&amp;nbsp; I haven’t narrowed-down exactly what I want to see in the slack channel, but for the purposes of this test, I wanted to see non-informational ha or crypto events, so used the following system log filter:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(( subtype eq ha ) or (subtype eq crypto)) and ( severity neq informational )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I matched that with the “Slack System Event 1” created earlier.&amp;nbsp; The configuration looks like this:&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Picture75.png" style="width: 800px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/10831i4CCFACB2D074BEC3/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Picture75.png" alt="Picture75.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Here’s what I see on my desktop in the Slack app when I initiate a manual HA state change via the PAN-OS GUI:&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Picture76.png" style="width: 800px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/10832i50456DD1857E9C8E/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Picture76.png" alt="Picture76.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looks good on the phone too:&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Picture77.png" style="width: 469px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/10833iABA6DFF1053918E0/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Picture77.png" alt="Picture77.png" /&gt;&lt;/span&gt;Created by Jared Valentine - Systems Engineer&lt;/P&gt;&lt;/DIV&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;t back - It does work just fine. As far as I remember I suffered from a cert issue. Regards, Walter&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2018 08:22:01 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/log-forwarding-articles/pan-os-8-0-http-log-integration-with-slack/tac-p/211820#M10</guid>
      <dc:creator>whofstetter</dc:creator>
      <dc:date>2018-04-26T08:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Slack</title>
      <link>https://live.paloaltonetworks.com/t5/log-forwarding-articles/pan-os-8-0-http-log-integration-with-slack/tac-p/211821#M11</link>
      <description>&lt;P&gt;ya that was bug earlier, instead of using default trust certificates, it used&amp;nbsp;device certificates to connect to hooks.slack.com.&lt;BR /&gt;now that is fixed.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2018 08:26:19 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/log-forwarding-articles/pan-os-8-0-http-log-integration-with-slack/tac-p/211821#M11</guid>
      <dc:creator>Sath</dc:creator>
      <dc:date>2018-04-26T08:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Slack</title>
      <link>https://live.paloaltonetworks.com/t5/log-forwarding-articles/pan-os-8-0-http-log-integration-with-slack/tac-p/212225#M12</link>
      <description>&lt;P&gt;What kind of certs do you need on the Firewall in order to do this slack integration?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Apr 2018 16:43:45 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/log-forwarding-articles/pan-os-8-0-http-log-integration-with-slack/tac-p/212225#M12</guid>
      <dc:creator>ArienSeghetti</dc:creator>
      <dc:date>2018-04-29T16:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Slack</title>
      <link>https://live.paloaltonetworks.com/t5/log-forwarding-articles/pan-os-8-0-http-log-integration-with-slack/tac-p/214773#M13</link>
      <description>&lt;P&gt;For some reason i am confiruing everything correctly but it does not like using this&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;$opaque\n if i remove it and test test by sending log to slack it works any ideas?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 19 May 2018 10:14:38 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/log-forwarding-articles/pan-os-8-0-http-log-integration-with-slack/tac-p/214773#M13</guid>
      <dc:creator>Alex_Gomez</dc:creator>
      <dc:date>2018-05-19T10:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Slack</title>
      <link>https://live.paloaltonetworks.com/t5/log-forwarding-articles/pan-os-8-0-http-log-integration-with-slack/tac-p/217877#M14</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/59386"&gt;@Alex_Gomez&lt;/a&gt;&amp;nbsp;This is fixed in PAN-OS 8.1.2&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 10:47:31 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/log-forwarding-articles/pan-os-8-0-http-log-integration-with-slack/tac-p/217877#M14</guid>
      <dc:creator>JimmyHolland</dc:creator>
      <dc:date>2018-06-14T10:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Slack</title>
      <link>https://live.paloaltonetworks.com/t5/log-forwarding-articles/pan-os-8-0-http-log-integration-with-slack/tac-p/269706#M16</link>
      <description>&lt;P&gt;I have successfully deployed this awesome feature into my 70 firewalls using Panorama.&lt;/P&gt;&lt;P&gt;The alerts are flowing into my designated slack channel, however, I am not getting very intuitive information from some devices.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example when an alert flows to my channel the notification Windows gives me show the entirety of the Palo Alto firewall name. When I look at the actual data within the channel I am not seeing the same data present on certain devcies.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 655px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/20381iE799410134B283E8/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Compared to:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 821px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/20382iBE11D784598F5F3F/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2019 17:54:57 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/log-forwarding-articles/pan-os-8-0-http-log-integration-with-slack/tac-p/269706#M16</guid>
      <dc:creator>EddieBrown</dc:creator>
      <dc:date>2019-06-13T17:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Slack</title>
      <link>https://live.paloaltonetworks.com/t5/log-forwarding-articles/pan-os-8-0-http-log-integration-with-slack/tac-p/287830#M18</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/109997"&gt;@EddieBrown&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;i came across the same issue. Some information are missing on slack...&lt;BR /&gt;Did you manage to find the problem?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2019 09:07:42 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/log-forwarding-articles/pan-os-8-0-http-log-integration-with-slack/tac-p/287830#M18</guid>
      <dc:creator>Evgenij</dc:creator>
      <dc:date>2019-09-11T09:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Slack</title>
      <link>https://live.paloaltonetworks.com/t5/log-forwarding-articles/pan-os-8-0-http-log-integration-with-slack/tac-p/293704#M19</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/121752"&gt;@Evgenij&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately not, I thought maybe it had to do with the revision of code I was running as I had a few non 8.1 .x firewalls deployed. All my firewalls are on either 8.1.6 or 8.1.8 and I am still seeing the same results.&lt;/P&gt;&lt;P&gt;Maybe&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/70514"&gt;@rkemburu&lt;/a&gt;&amp;nbsp;Can shed some of their infinite wisdom with us.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 13:36:51 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/log-forwarding-articles/pan-os-8-0-http-log-integration-with-slack/tac-p/293704#M19</guid>
      <dc:creator>EddieBrown</dc:creator>
      <dc:date>2019-10-22T13:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Slack</title>
      <link>https://live.paloaltonetworks.com/t5/log-forwarding-articles/pan-os-8-0-http-log-integration-with-slack/tac-p/293758#M20</link>
      <description>&lt;P&gt;I am forwarding this to the features owners to take a look.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Glad you like the feature.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you use any other integrations as well?&amp;nbsp; How did you hear about the feature?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 17:15:00 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/log-forwarding-articles/pan-os-8-0-http-log-integration-with-slack/tac-p/293758#M20</guid>
      <dc:creator>Jamiefitzgerald</dc:creator>
      <dc:date>2019-10-22T17:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Slack</title>
      <link>https://live.paloaltonetworks.com/t5/log-forwarding-articles/pan-os-8-0-http-log-integration-with-slack/tac-p/293762#M21</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/14761"&gt;@Jamiefitzgerald&lt;/a&gt;&amp;nbsp;That is a lot of questions. I would like the feature more if it worked as advertised.&lt;/P&gt;&lt;P&gt;I use a few other integrations: PingID, MineMeld. I heard about this feature via a Slack/Palo Alto google search.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 17:52:23 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/log-forwarding-articles/pan-os-8-0-http-log-integration-with-slack/tac-p/293762#M21</guid>
      <dc:creator>EddieBrown</dc:creator>
      <dc:date>2019-10-22T17:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: PAN-OS 8.0 HTTP Log Integration with Slack</title>
      <link>https://live.paloaltonetworks.com/t5/log-forwarding-articles/pan-os-8-0-http-log-integration-with-slack/tac-p/303232#M22</link>
      <description>&lt;P&gt;I did the same with MS Teams, see &lt;A href="https://medium.com/@IrekRomaniuk/pan-integration-with-teams-11fd84733bb2" target="_self"&gt;here&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&amp;nbsp;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pan-teams.png" style="width: 679px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/22987i0AF6702AFA3AE2A4/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="pan-teams.png" alt="pan-teams.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2019 16:07:08 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/log-forwarding-articles/pan-os-8-0-http-log-integration-with-slack/tac-p/303232#M22</guid>
      <dc:creator>niuk</dc:creator>
      <dc:date>2019-12-11T16:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: PAN-OS 8.0 HTTP Log Integration with Slack</title>
      <link>https://live.paloaltonetworks.com/t5/log-forwarding-articles/pan-os-8-0-http-log-integration-with-slack/tac-p/303246#M23</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/14761"&gt;@Jamiefitzgerald&lt;/a&gt;&amp;nbsp; Any update on why we are only seeing half the information in Slack?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2019 16:29:46 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/log-forwarding-articles/pan-os-8-0-http-log-integration-with-slack/tac-p/303246#M23</guid>
      <dc:creator>EddieBrown</dc:creator>
      <dc:date>2019-12-11T16:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: PAN-OS 8.0 HTTP Log Integration with Slack</title>
      <link>https://live.paloaltonetworks.com/t5/log-forwarding-articles/pan-os-8-0-http-log-integration-with-slack/tac-p/462402#M24</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nice solution and thank you very much for taking the time to think about this solution.&lt;BR /&gt;Unfortunately, the firewalls are in a secure environment and do not have access to the Internet&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Logs are sent to Splunk and Tufin servers which are on the same secure environment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;however, if it were necessary to create a server in this secure environment which allows to recover this type of alerts, it would be possible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks to all of you in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Valentino&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 08:43:43 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/log-forwarding-articles/pan-os-8-0-http-log-integration-with-slack/tac-p/462402#M24</guid>
      <dc:creator>Valentino</dc:creator>
      <dc:date>2022-02-01T08:43:43Z</dc:date>
    </item>
  </channel>
</rss>

