# 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: 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:

```
GET https://support.goodaccess.com/configuration-guides/features/siem-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
