-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Syslog keys in rabbitmq.conf are rejected by schema validator #1639
Comments
Nothing serious in rabbitmq.conf:
And yes, I saw those files and was suprised it is not working.
|
Yep, I'm surprised too. I'll check this out when I get some time. |
I can't reproduce this using the following configuration files for RabbitMQ and https://gist.github.com/lukebakken/cb11303fd8c66384dccd039c2936ad69 I tested this using Erlang
At this point my guess is that there is something up with your installation. @michaelklishin do we want to open a separate issue for the suggestions that @Garagoth made in point #3? |
Please note that docker images are running on different erlang. I did not try this with standalone erlang and rabbit. Hard to mess installation there, only thing I added to docker image is consul plugin. |
I can't reproduce this with
Just FYI, the RabbitMQ core team doesn't maintain those docker images. At this point, this issue is most likely in your environment or in the docker image itself. If you can reproduce this outside of Docker we can continue investigating, or if you can provide a |
@lukebakken we can address what we understand/can reproduce and then close. |
Closing, but I will be notified if the information I requested here is provided. |
I tried to run syslog logger, with very strange results.
It is required to write
{syslog, [{protocol, {rfc3164, udp} }, ...
version from docs suggesting
{syslog, [{protocol, {udp, rfc3164} }, ...
(different order of parameters) causes error:lager_event - [info] <0.406.0> Message store "A2VC0RQ0BWZV1PRT01XBOFR3H/msg_store_transient": using rabbit_msg_store_ets_index to provide index
Not every message thought, there are some like:
lager_event - rebuilding indices from scratch
lager_event - * rabbitmq_management
For rfc3164 message intercepted in wire looks like this:
For rfc5424 it looks like:
Maybe it would be nice to add some extra (like conn_pid and logger_name) data in STRUCTURED-DATA as rfc5424 permits.
And maybe tag so programname is parsed as well...
=========================================================================
rabbitmq-plugins list
The text was updated successfully, but these errors were encountered: