> For the complete documentation index, see [llms.txt](https://docs.bindplane.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bindplane.com/changelog/april-2024/2024-04-24-release.md).

# 2024-04-24-Release

## New Features

* New `nop` destination
* Processor Recommendations
* Secret key management

### Processor Recommendations

v1.54.0 introduces processor recommendations. BindPlane will recommend processors when viewing [Live Preview](https://github.com/observIQ/bindplane-docs/blob/main/feature-guides/live-preview.md).

The initial release recommendation feature set includes the following recommendations:

* Parse Log Body as JSON
* Parse Severity
* Remove Debug Logs
* Remove Empty Values

<figure><img src="https://github.com/observIQ/bindplane-docs/blob/main/.gitbook/assets/release-notes-bindplane-2024-04-24-release-image-1.png" alt="Bindplane docs - 2024-04-24-Release - image 1"><figcaption></figcaption></figure>

**Secret Key Management**

New CLI command for rotating secret keys. Run `bindplane secret --help` for details.

```bash
Manage secret keys

Usage:
  bindplane secret [command]

Available Commands:
  add         Add secret key
  default     Set default secret key
  delete      Delete secret key
  get         Get secret keys
```


---

# 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:

```
GET https://docs.bindplane.com/changelog/april-2024/2024-04-24-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.
