Skip to content

HiveMQ Edge 2023.7 is Released

by HiveMQ TeamNOV 6, 2023

What’s new in HiveMQ Edge 2023.7

HiveMQ Edge is a gateway that utilizes an edge-optimized MQTT broker to connect multiple endpoints and streamline your operations seamlessly. By standardizing edge data and providing support for a diverse array of IT/OT connections, this software offers a scalable and flexible solution for directing data into your core infrastructure.

HiveMQ consistently incorporates user feedback to enhance their product and introduce new features.

Discover the latest release updates below.

Event Logs

Protocol adapters and bridge connections synergistically combine to power a robust application. In the latest 2023.7 release, we're thrilled to introduce the new Event Logs feature, providing valuable insights into the seamless operation of these essential components.

How it works

A new item Event Logs has been added to the main menu. This new feature will allow users to view the events for all protocol adapters and bridge connections in a single view within the HiveMQ web app. The events are arranged in descending order of timestamp, with a color-coded system to quickly identify entries that require attention, such as warnings or errors. Additionally, some events provide helpful details, such as the first sample events that show the first MQTT payload read from a protocol adapter. With filters available, users can easily look for specific information, such as a particular protocol adapter or severity, making it easier to find and address issues.

How it helps

Managing multiple protocol adapters and bridge connections can be complex. The Event Log feature centrally gathers all events that happen and is the place to validate a functioning system and to debug failing components.

HiveMQ Edge Event Logs

Additional Features and Improvements

You can find more information about and download the release on the GitHub release page.

Get Started Today

Get started by running

docker run --name hivemq-edge -d -p 1883:1883 -p 8080:8080 hivemq/hivemq-edge

or clone our repository

git clone git@github.com:hivemq/hivemq-edge.git