# 2024-10-02-Release

## New Features

* [Kafka Source](https://github.com/observIQ/bindplane-docs/blob/main/integrations/destinations/kafka.md): New advanced options
  * Max Message Bytes
  * Required Acks
  * Flush Max Messages
* New [QRadar Destination](https://github.com/observIQ/bindplane-docs/blob/main/integrations/destinations/qradar.md)
* Support OTTL conditions on [Sample Logs Processor](https://github.com/observIQ/bindplane-docs/blob/main/integrations/processors/log-sampling.md)
* New Delete Fields processor recommendation.
  * [Live Preview](https://github.com/observIQ/bindplane-docs/blob/main/feature-guides/live-preview.md) will recommend the deletion of severity and timestamp fields which were previously parsed to a log record.

## Bug Fixes

* Kafka destination will no longer require a mutual TLS keypair when TLS is enabled


---

# 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/changelog/october-2024/2024-10-02-release.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.
