<?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 logs to Cloudwatch logs possible? in VM-Series in the Public Cloud</title>
    <link>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/palo-alto-logs-to-cloudwatch-logs-possible/m-p/366539#M1066</link>
    <description>&lt;P&gt;One of the AWS SAs blogged about this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://aws.amazon.com/blogs/apn/monitoring-your-palo-alto-networks-vm-series-firewall-with-a-syslog-sidecar/" target="_blank"&gt;https://aws.amazon.com/blogs/apn/monitoring-your-palo-alto-networks-vm-series-firewall-with-a-syslog-sidecar/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found that it lends itself well to containerization as well.&lt;/P&gt;</description>
    <pubDate>Tue, 01 Dec 2020 16:38:13 GMT</pubDate>
    <dc:creator>glynn</dc:creator>
    <dc:date>2020-12-01T16:38:13Z</dc:date>
    <item>
      <title>Palo Alto logs to Cloudwatch logs possible?</title>
      <link>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/palo-alto-logs-to-cloudwatch-logs-possible/m-p/282057#M650</link>
      <description>&lt;P&gt;I'm looking to see if we're able to push Palo Alto VM's syslogs and traffic logs to AWS CloudWatch logs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just to be clear, I'm not looking to &lt;A href="https://docs.paloaltonetworks.com/vm-series/8-0/vm-series-deployment/set-up-the-vm-series-firewall-on-aws/deploy-the-vm-series-firewall-on-aws/enable-cloudwatch-monitoring-on-the-vm-series-firewall.html" target="_self"&gt;monitor Palo Alto metrics using CloudWatch&amp;nbsp;&lt;/A&gt;but need to push logs from the firewall to CloudWatch logs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible at all?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2019 14:39:40 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/palo-alto-logs-to-cloudwatch-logs-possible/m-p/282057#M650</guid>
      <dc:creator>chrisjin</dc:creator>
      <dc:date>2019-08-09T14:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Palo Alto logs to Cloudwatch logs possible?</title>
      <link>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/palo-alto-logs-to-cloudwatch-logs-possible/m-p/282194#M652</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/119659"&gt;@chrisjin&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Officially I don't think this is supported at all, as CloudWatch doesn't really expose an easy way to injest logs outside of an instance with the agent installed. That being said, you can rig CloudWatch to look at /var/log/messages and configure an EC2 instance to accept your syslog messages and pass them to that location to get them into CloudWatch.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Aug 2019 00:13:46 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/palo-alto-logs-to-cloudwatch-logs-possible/m-p/282194#M652</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2019-08-11T00:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Palo Alto logs to Cloudwatch logs possible?</title>
      <link>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/palo-alto-logs-to-cloudwatch-logs-possible/m-p/366470#M1065</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You need to have a IAM Role associated with the Palo Alto EC2 instance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AWSTemplateFormatVersion: 2010-09-09&lt;BR /&gt;Resources:&lt;BR /&gt;IAM-NPD-INT-PAFWMON:&lt;BR /&gt;Type: 'AWS::IAM::Role'&lt;BR /&gt;Properties:&lt;BR /&gt;AssumeRolePolicyDocument:&lt;BR /&gt;Version: 2012-10-17&lt;BR /&gt;Statement:&lt;BR /&gt;- Effect: Allow&lt;BR /&gt;Principal:&lt;BR /&gt;Service:&lt;BR /&gt;- ec2.amazonaws.com&lt;BR /&gt;Action:&lt;BR /&gt;- sts:AssumeRole&lt;BR /&gt;Policies:&lt;BR /&gt;- PolicyName: PAFWMON_Policy&lt;BR /&gt;PolicyDocument:&lt;BR /&gt;Version: 2012-10-17&lt;BR /&gt;Statement:&lt;BR /&gt;- Effect: Allow&lt;BR /&gt;Action: cloudwatch:PutMetricData&lt;BR /&gt;Resource: '*'&lt;BR /&gt;RootInstanceProfile:&lt;BR /&gt;Type: "AWS::IAM::InstanceProfile"&lt;BR /&gt;Properties:&lt;BR /&gt;Path: "/"&lt;BR /&gt;Roles:&lt;BR /&gt;-&lt;BR /&gt;Ref: "IAM-NPD-INT-PAFWMON"&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 14:13:09 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/palo-alto-logs-to-cloudwatch-logs-possible/m-p/366470#M1065</guid>
      <dc:creator>Sagar_D</dc:creator>
      <dc:date>2020-12-01T14:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: Palo Alto logs to Cloudwatch logs possible?</title>
      <link>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/palo-alto-logs-to-cloudwatch-logs-possible/m-p/366539#M1066</link>
      <description>&lt;P&gt;One of the AWS SAs blogged about this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://aws.amazon.com/blogs/apn/monitoring-your-palo-alto-networks-vm-series-firewall-with-a-syslog-sidecar/" target="_blank"&gt;https://aws.amazon.com/blogs/apn/monitoring-your-palo-alto-networks-vm-series-firewall-with-a-syslog-sidecar/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found that it lends itself well to containerization as well.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 16:38:13 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/vm-series-in-the-public-cloud/palo-alto-logs-to-cloudwatch-logs-possible/m-p/366539#M1066</guid>
      <dc:creator>glynn</dc:creator>
      <dc:date>2020-12-01T16:38:13Z</dc:date>
    </item>
  </channel>
</rss>

