From 5373cac09daf41c4b81d971c32ef911872bef4f6 Mon Sep 17 00:00:00 2001 From: Miguel Hernandez Date: Tue, 28 Dec 2021 18:12:44 -0600 Subject: [PATCH] Fixed queue documentation. Removed seemingly unrelated documentation from this section. --- docs/input-rabbitmq.asciidoc | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/docs/input-rabbitmq.asciidoc b/docs/input-rabbitmq.asciidoc index 6d7d62b..379074d 100644 --- a/docs/input-rabbitmq.asciidoc +++ b/docs/input-rabbitmq.asciidoc @@ -317,21 +317,6 @@ messages allowed. * Value type is <> * Default value is `""` -The properties to extract from each message and store in a -@metadata field. - -Technically the exchange, redeliver, and routing-key -properties belong to the envelope and not the message but we -ignore that distinction here. However, we extract the -headers separately via get_headers even though the header -table technically is a message property. - -Freezing all strings so that code modifying the event's -@metadata field can't touch them. - -If updating this list, remember to update the documentation -above too. -The default codec for this plugin is JSON. You can override this to suit your particular needs however. The name of the queue Logstash will consume events from. If left empty, a transient queue with an randomly chosen name will be created.