WARNING: Version 6.1 of Packetbeat has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
AMQP fields
editAMQP fields
editAMQP specific event fields.
amqp.reply-code
edittype: long
example: 404
AMQP reply code to an error, similar to http reply-code
amqp.reply-text
edittype: keyword
Text explaining the error.
amqp.class-id
edittype: long
Failing method class.
amqp.method-id
edittype: long
Failing method ID.
amqp.exchange
edittype: keyword
Name of the exchange.
amqp.exchange-type
edittype: keyword
example: fanout
Exchange type.
amqp.passive
edittype: boolean
If set, do not create exchange/queue.
amqp.durable
edittype: boolean
If set, request a durable exchange/queue.
amqp.exclusive
edittype: boolean
If set, request an exclusive queue.
amqp.auto-delete
edittype: boolean
If set, auto-delete queue when unused.
amqp.no-wait
edittype: boolean
If set, the server will not respond to the method.
amqp.consumer-tag
editIdentifier for the consumer, valid within the current channel.
amqp.delivery-tag
edittype: long
The server-assigned and channel-specific delivery tag.
amqp.message-count
edittype: long
The number of messages in the queue, which will be zero for newly-declared queues.
amqp.consumer-count
edittype: long
The number of consumers of a queue.
amqp.routing-key
edittype: keyword
Message routing key.
amqp.no-ack
edittype: boolean
If set, the server does not expect acknowledgements for messages.
amqp.no-local
edittype: boolean
If set, the server will not send messages to the connection that published them.
amqp.if-unused
edittype: boolean
Delete only if unused.
amqp.if-empty
edittype: boolean
Delete only if empty.
amqp.queue
edittype: keyword
The queue name identifies the queue within the vhost.
amqp.redelivered
edittype: boolean
Indicates that the message has been previously delivered to this or another client.
amqp.multiple
edittype: boolean
Acknowledge multiple messages.
amqp.arguments
edittype: object
Optional additional arguments passed to some methods. Can be of various types.
amqp.mandatory
edittype: boolean
Indicates mandatory routing.
amqp.immediate
edittype: boolean
Request immediate delivery.
amqp.content-type
edittype: keyword
example: text/plain
MIME content type.
amqp.content-encoding
edittype: keyword
MIME content encoding.
amqp.headers
edittype: object
Message header field table.
amqp.delivery-mode
edittype: keyword
Non-persistent (1) or persistent (2).
amqp.priority
edittype: long
Message priority, 0 to 9.
amqp.correlation-id
edittype: keyword
Application correlation identifier.
amqp.reply-to
edittype: keyword
Address to reply to.
amqp.expiration
edittype: keyword
Message expiration specification.
amqp.message-id
edittype: keyword
Application message identifier.
amqp.timestamp
edittype: keyword
Message timestamp.
amqp.type
edittype: keyword
Message type name.
amqp.user-id
edittype: keyword
Creating user id.
amqp.app-id
edittype: keyword
Creating application id.