mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
feat(docs): cribl audit log stream example
This commit is contained in:
@@ -72,6 +72,44 @@ Infisical Audit Log Streaming enables you to transmit your organization's audit
|
||||
</Step>
|
||||
</Steps>
|
||||
</Accordion>
|
||||
<Accordion title="Cribl">
|
||||
Stream Infisical audit logs to Cribl Stream for centralized processing and routing. Infisical supports Cribl as a provider for seamless integration.
|
||||
|
||||
<Steps>
|
||||
<Step title="Create Infisical Data Source">
|
||||
In Cribl Stream, navigate to **Data > Sources > HTTP** and click **Add Source**.
|
||||
|
||||

|
||||
|
||||
Configure the **Input ID**, **Port**, and **Cribl HTTP event API** path (e.g., `/infisical`). Then, generate an **Auth Token**.
|
||||
|
||||
You can optionally configure TLS in the **TLS Settings** tab and add a pipeline in the **Pre-Processing** tab.
|
||||
|
||||
<Warning>
|
||||
Ensure that you're using a port that's open on your instance.
|
||||
</Warning>
|
||||
|
||||

|
||||
|
||||
Once you've configured the Data Source, click **Save** and deploy your changes.
|
||||
</Step>
|
||||
<Step title="Create Audit Log Stream on Infisical">
|
||||
On Infisical, create a new audit log stream and select the **Cribl** provider option.
|
||||
|
||||
Input the following credentials:
|
||||
- **Cribl Stream URL**: Your HTTP source endpoint composed of `http://<instance-hostname>:<port>/<http-event-api-path>/_bulk`
|
||||
- **Cribl Stream Token**: The authentication token from Step 1
|
||||
|
||||
<Info>
|
||||
If you configured TLS for your Data Source, use the `https://` protocol.
|
||||
</Info>
|
||||
|
||||

|
||||
|
||||
Once you're finished, click **Create Log Stream**.
|
||||
</Step>
|
||||
</Steps>
|
||||
</Accordion>
|
||||
<Accordion title="Datadog">
|
||||
You can stream to Datadog using the **Datadog** provider log stream.
|
||||
|
||||
|
||||
BIN
docs/images/platform/audit-log-streams/cribl-add-source.png
Normal file
BIN
docs/images/platform/audit-log-streams/cribl-add-source.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 374 KiB |
BIN
docs/images/platform/audit-log-streams/cribl-details.png
Normal file
BIN
docs/images/platform/audit-log-streams/cribl-details.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 95 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 320 KiB |
Reference in New Issue
Block a user