Skip to content
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

Fixed Queue documentation #50

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions docs/input-rabbitmq.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -317,21 +317,6 @@ messages allowed.
* Value type is <<string,string>>
* 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.
Expand Down