> For the complete documentation index, see [llms.txt](https://docs.threatdefence.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.threatdefence.com/siem-integrations/firewalls/palo-alto-networks-panorama.md).

# Palo Alto Networks Panorama

You can configure a Palo Alto Networks Panorama platform to forward security logs to ThreatDefence platform for centralized monitoring, detection, and response.

***

#### Requirements

* Access to Panorama with administrator permissions
* A reachable ThreatDefence Syslog Collector
* Network access from Panorama to the collector

***

#### Step 1: Create a Syslog Server Profile

1. Sign in to Panorama with administrative credentials.
2. Navigate to Panorama → Server Profiles → Syslog.
3. Click Add and provide the following details:
   1. Name: td-syslog (or another meaningful identifier)
   2. Under the Servers tab, click Add and configure:
   3. Name: ThreatDefence Collector
   4. Syslog Server: IP address or FQDN of your ThreatDefence collector
   5. Transport: UDP\
      Port: 60000+ (as support to allocate a port number)
   6. Format: BSD (default)\
      Facility: LOG\_USER (default)
4. Click OK to save the configuration.\ <br>

***

#### Step 2: Configure Log Forwarding via Collector Group

1. In Panorama, go to Panorama → Collector Groups.\
   Open the collector group that receives logs from your managed firewalls.
2. Select the Collector Log Forwarding tab.
   1. Add a new log forwarding configuration for each relevant log type:
3. System, Configuration, HIP Match, Correlation, Data, Threat, Auth, URL, and GlobalProtect (if applicable).
4. For each log type:
   1. Click Add.
   2. Provide a Name and set Filter to All Logs.\
      Under Forward Method, select Syslog and choose the server profile created in Step 1.
   3. Save the configuration.
5. Confirm that forwarding is enabled for all required log types.
6. Commit the changes in Panorama to apply configuration to the managed firewalls.\ <br>

***

#### Step 3: Provide Details to ThreatDefence

Once configuration is complete, provide the following details to ThreatDefence Support at 📧 <support@threatdefence.com>:

* Source IP address and used port number.

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.threatdefence.com/siem-integrations/firewalls/palo-alto-networks-panorama.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
