# QRadar

### Supported Types

| Metrics | Logs | Traces |
| ------- | ---- | ------ |
|         | ✓    |        |

### Configuration Table

<table><thead><tr><th width="176.23828125">Parameter</th><th width="96.078125">Default</th><th>Description</th></tr></thead><tbody><tr><td>Field to Send</td><td><code>Body</code></td><td>Whether to send a Body or Attribute field to QRadar.</td></tr><tr><td>Body Field</td><td></td><td>When Field to Send is Body, this is the body field that will be sent. If empty, all Body fields are sent to QRadar.</td></tr><tr><td>Attribute Field</td><td></td><td>When Field to Send is Attribute, this is the attribute field that will be sent. If empty, all Attribute fields are sent to QRadar.</td></tr><tr><td>QRadar Endpoint</td><td></td><td>The QRadar endpoint to send logs to.</td></tr><tr><td>Transport Protocol</td><td><code>tcp</code></td><td>the transport protocol to use. Must be one of <code>tcp</code> or <code>udp</code>.</td></tr></tbody></table>

<mark style="color:red;">\*</mark>*<mark style="color:red;">required field</mark>*

### Supported Retry and Queuing Settings

This destination supports the [retry settings](/configuration/bindplane-otel-collector/retry-on-failure.md), the [sending queue settings](/configuration/bindplane-otel-collector/sending-queue.md), and the [persistent queue settings.](/configuration/bindplane-otel-collector/persistent-queue.md)

| Sending Queue | Persistent Queue | Retry on Failure |
| ------------- | ---------------- | ---------------- |
| ✓             | ✓                | ✓                |


---

# 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://docs.bindplane.com/integrations/destinations/qradar.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.
