> 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/march-2024/2024-03-27-release.md).

# 2024-03-27-Release

## New Features

* Agent labeling
* New Logstash source

### Labels

We added new functionality that allows users to assign custom labels to agents. Agent labels can be\
managed either individually or in bulk. To manage labels individually, users can click on the labels\
in the details of the agent. To manage labels in bulk, users can select multiple agents from the\
agents table and click the new “Manage Labels” button that will appear. In addition to this, labels\
are now displayed in the agents table. If labels are truncated in this view, users can use the hover\
interaction to display all labels.

## Bug Fixes

* VMware vCenter: Resolved an issue where disabling TLS verification would not work
* Move Fields Processor: Fixed OTTL exists condition


---

# 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/march-2024/2024-03-27-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.
