Appreciate the asssitance.
I have tried this and can confirm that it works. Can you advise as to how I can exclude the PING REQUEST and PING RESPONSE messages from the logs?
I require some assistance regarding the log extension please.
Whenever we restart our docker container the log extension gets removed. How do we prevent that or what other ways can we try to keep the log extension?
Thank you for your interest in HiveMQ. We’re delighted to have you as part of our community!
Regarding your inquiry, we kindly request further clarification on the specific extension you are referring to. Are you referring to the MQTT Message Log Extension found at HiveMQ Extension - MQTT Message Log?
Additionally, it would be greatly appreciated if you could provide us with more details on how you currently run HiveMQ in a Docker container. Please include the following information:
The exact command you use to run HiveMQ.
If you are utilizing a custom Docker image, please share the Dockerfile.
If you are running HiveMQ via docker-compose, kindly provide us with your docker-compose.yml configuration file.
By providing us with these details, we will be able to offer you suitable guidance on integrating the extension into your Docker container.
Thank you for your inquiry. Currently, on-call support is exclusively available to our esteemed HiveMQ customers. If you are a customer, we kindly request you to submit a support request through our Customer Support Portal at support.hivemq.com. Our dedicated support team will promptly assist you in resolving any issues or queries you may have.
If you are not a HiveMQ customer, we encourage you to utilize this community forum to share the information you require.
Usually, if you have Docker running on your laptop, you can effortlessly run HiveMQ with any extensions by adding the extension’s directory as a Docker volume. Here’s a step-by-step guide:
Download the extension zip file and unzip it to a directory of your choice.
Customize the configuration according to your needs.
Specify the path to the extension’s directory in the docker-compose.yml file as demonstrated below:
Run in Docker and utilize the docker-compose.yml file:
docker-compose -f path/to/my/docker-compose.yml up
Please note that the sample docker-compose.yml file assumes that you have already installed Docker and have the necessary permissions to execute Docker commands.
I hope this guidance proves helpful. If you require any further assistance, please don’t hesitate to ask. We’re here to help!