> For the complete documentation index, see [llms.txt](https://support.goodaccess.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.goodaccess.com/configuration-guides/features/siem-integration.md).

# SIEM Integration

{% hint style="info" %}
This feature is available in the **Premium plan and higher**.
{% endhint %}

SIEM Integration enables secure and efficient log forwarding to your Security Information and Event Management (SIEM) system for analysis and threat detection. Data is transmitted in 1-minute intervals, ensuring timely delivery and processing. Additionally, our [API Integration](/configuration-guides/features/api-integration.md) allows SIEM systems to take automated actions, such as blocking users when threats are detected.

## Prerequisites

* A SIEM system that supports the **JSON** log format and can receive logs via **Syslog (UDP, TCP, or TCP with TLS)**.

## Configuration guide

{% hint style="info" %}
Please refer to your SIEM system's documentation for details on port/protocol you should use.
{% endhint %}

[Log in to the GoodAccess **Control Panel**, and go to **Settings** > **SIEM**.](https://app.goodaccess.com/siem/)

Check **Enable SIEM Integration**, and connect your SIEM system.

* **Host** - Enter your SIEM system's Hostname/IP
* **Port** - Specify the port number used for communication
* **Protocol -** Choose between:
  * TCP
    * When using TCP, we strongly recommend enabling encrypted communication via **TLS**. To enable TLS, upload a valid **CA certificate**.
  * UDP
* **Data exported to SIEM** - Choose from:
  * Admin Logs
  * Threat Blocker Logs
  * Device Posture Check Logs
  * Gateway Access Logs

Click **Save**.

<figure><img src="/files/g8m6JhbkGot81ZzHoWoB" alt="SIEM Integration setup wizard."><figcaption><p>SIEM Integration setup wizard</p></figcaption></figure>

You have now successfully set up the integration between GoodAccess and your SIEM system.


---

# 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://support.goodaccess.com/configuration-guides/features/siem-integration.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.
