> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/enterprise-guide/event-reporting/crowdstrike-ng-siem.md).

# CrowdStrike Falcon Next-Gen SIEM

### Overview

Keeper supports event streaming into CrowdStrike Next-Gen SIEM. External logging is real-time, and new events will appear within a few minutes. Setup instructions are below.

{% stepper %}
{% step %}

### Add the Data Connector

* From the CrowdStrike dashboard, visit the Data Onboarding > Data Connectors screen.
* Select "+ Add connection" and search for Keeper.
* Click "Configure", assign a name, and then "Create connection".

<figure><img src="/files/Ic6MEn3qbzDHxq6CzJSK" alt=""><figcaption><p>Data connectors</p></figcaption></figure>

<figure><img src="/files/UNoFSoR5rfa0zS3aA9uP" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/AQG0zyZCD5HTHca825oz" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Create the API Key

* From the Data Connector screen, in the Keeper row click the overflow menu and then "Generate API Key".
* Save the `API Key` and `API URL` for the next step.

<figure><img src="/files/bL3FYqupWSfi0iZs7DsW" alt=""><figcaption><p>Create API Key</p></figcaption></figure>

<figure><img src="/files/zQDWPFjAYU2Dt0BYp5wn" alt=""><figcaption><p>Copy the API Key and API URL</p></figcaption></figure>
{% endstep %}

{% step %}

### Activate the Integration

* From the **Keeper Admin Console**, go to **Reporting & Alerts** > **External Logging.**
* Select **CrowdStrike Falcon Next-Gen SIEM.**
* Provide the `API Key` and `API URL` from Step 2.
* Click **Test** and then **Save**.
  {% endstep %}
  {% endstepper %}

### Setup Complete!

When audit events are sent from Keeper to CrowdStrike, the data will begin to populate in the "Third Party" source within minutes.

<figure><img src="/files/7RqBOXpEjXBcxowiwjhD" alt=""><figcaption><p>Event Logs in CrowdStrike</p></figcaption></figure>


---

# 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.keeper.io/enterprise-guide/event-reporting/crowdstrike-ng-siem.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.
