From 00df7b255aae78ff0cbf9729dd437ed38490385f Mon Sep 17 00:00:00 2001 From: dforste Date: Wed, 31 Mar 2021 23:05:27 -0400 Subject: [PATCH] Update output-rabbitmq.asciidoc RabbitMQ when publishing has a set limit of accepted properties. Adding a link to available properties should be useful. There is a miss match between consuming and publishing properties. Eg. app_id when publishing becomes app-id when consuming. Adding links to server code which enumerates this can be helpful. --- docs/output-rabbitmq.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/output-rabbitmq.asciidoc b/docs/output-rabbitmq.asciidoc index 3eec8b2..7bb6385 100644 --- a/docs/output-rabbitmq.asciidoc +++ b/docs/output-rabbitmq.asciidoc @@ -169,7 +169,7 @@ Key to route to by default. Defaults to 'logstash' * Value type is <> * Default value is `{}` -Add properties to be set per-message here, such as 'content_type', 'priority'. +Add properties to be set per-message here which are https://github.com/rabbitmq/rabbitmq-server/blob/master/deps/rabbitmq_management/priv/www/js/global.js#L345[supported by the server], such as 'app_id', 'content_type', 'priority'. Values can be {logstash-ref}/event-dependent-configuration.html#sprintf[`sprintf` templates], whose value for each message will be populated from the event. Example: