# LOG MANAGEMENT

- [Audit Logs](https://help.radiantsecurity.ai/log-management/audit-logs.md)
- [Introduction to Audit Logs](https://help.radiantsecurity.ai/log-management/audit-logs/introduction-to-audit-logs.md): Review system activity and maintain accountability.
- [Bring Your Own Bucket (BYOB)](https://help.radiantsecurity.ai/log-management/bring-your-own-bucket-byob.md)
- [Bring your own bucket for Log Management](https://help.radiantsecurity.ai/log-management/bring-your-own-bucket-byob/bring-your-own-bucket-for-log-management.md): Bring your own AWS bucket to Radiant Security and manage your logs using the new Log Management feature.
- [Bring your own bucket for Log Management with Terraform](https://help.radiantsecurity.ai/log-management/bring-your-own-bucket-byob/bring-your-own-bucket-for-log-management-with-terraform.md): Bring your own AWS bucket to Radiant Security and manage your logs using the new Log Management feature.
- [Grafana Plug-in](https://help.radiantsecurity.ai/log-management/grafana-plug-in.md): Visualize and analyze your security data with the Radiant Security Grafana plug-in.
- [Install the Grafana Plug-In to Query Events in the Radiant Log Manager](https://help.radiantsecurity.ai/log-management/grafana-plug-in/install-the-grafana-plug-in-to-query-events-in-the-radiant-log-manager.md): Enable Grafana access to events stored in the Radiant Log Manager to create custom dashboards and visualizations.
- [Install the Grafana OpenSearch Plug-In to Query Radiant Alerts](https://help.radiantsecurity.ai/log-management/grafana-plug-in/install-the-grafana-opensearch-plug-in-to-query-radiant-alerts.md): Enable Grafana access to Radiant Alerts to create custom dashboards and visualizations.
- [Log Search and Query](https://help.radiantsecurity.ai/log-management/log-search-and-query.md)
- [Craft search queries in Log Management](https://help.radiantsecurity.ai/log-management/log-search-and-query/craft-search-queries-in-log-management.md): Learn how to effectively query Log Management to filter and sort through log data to find the information you need.
- [Search Query API Reference](https://help.radiantsecurity.ai/log-management/log-search-and-query/search-query-api-reference.md): Query raw events in Log Management programmatically using the Quickwit-compatible multi-search endpoint.
- [Storage and Retention](https://help.radiantsecurity.ai/log-management/storage-and-retention.md): Learn how Radiant Log Management stores your security data and what retention options are available for your organization.


---

# 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://help.radiantsecurity.ai/log-management.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.
