- Packetbeat Reference: other versions:
- Packetbeat overview
- Quick start: installation and configuration
- Set up and run
- Upgrade Packetbeat
- Configure
- Traffic sniffing
- Network flows
- Protocols
- Processes
- General settings
- Project paths
- Output
- Kerberos
- SSL
- Index lifecycle management (ILM)
- Elasticsearch index template
- Kibana endpoint
- Kibana dashboards
- Processors
- Define processors
- add_cloud_metadata
- add_cloudfoundry_metadata
- add_docker_metadata
- add_fields
- add_host_metadata
- add_id
- add_kubernetes_metadata
- add_labels
- add_locale
- add_network_direction
- add_nomad_metadata
- add_observer_metadata
- add_process_metadata
- add_tags
- append
- community_id
- convert
- copy_fields
- decode_base64_field
- decode_duration
- decode_json_fields
- decode_xml
- decode_xml_wineventlog
- decompress_gzip_field
- detect_mime_type
- dissect
- dns
- drop_event
- drop_fields
- extract_array
- fingerprint
- include_fields
- move_fields
- rate_limit
- registered_domain
- rename
- replace
- syslog
- translate_ldap_attribute
- translate_sid
- truncate_fields
- urldecode
- Internal queue
- Logging
- HTTP endpoint
- Instrumentation
- Feature flags
- packetbeat.reference.yml
- How to guides
- Exported fields
- AMQP fields
- Beat fields
- Cassandra fields
- Cloud provider metadata fields
- Common fields
- DHCPv4 fields
- DNS fields
- Docker fields
- ECS fields
- Flow Event fields
- Host fields
- HTTP fields
- ICMP fields
- Jolokia Discovery autodiscover provider fields
- Kubernetes fields
- Memcache fields
- MongoDb fields
- MySQL fields
- NFS fields
- PostgreSQL fields
- Process fields
- Raw fields
- Redis fields
- SIP fields
- Thrift-RPC fields
- Detailed TLS fields
- Transaction Event fields
- Measurements (Transactions) fields
- Monitor
- Secure
- Visualize Packetbeat data in Kibana
- Troubleshoot
- Get help
- Debug
- Understand logged metrics
- Record a trace
- Common problems
- Dashboard in Kibana is breaking up data fields incorrectly
- Packetbeat doesn’t see any packets when using mirror ports
- Packetbeat can’t capture traffic from Windows loopback interface
- Packetbeat is missing long running transactions
- Packetbeat isn’t capturing MySQL performance data
- Packetbeat uses too much bandwidth
- Error loading config file
- Found unexpected or unknown characters
- Logstash connection doesn’t work
- Publishing to Logstash fails with "connection reset by peer" message
- @metadata is missing in Logstash
- Not sure whether to use Logstash or Beats
- SSL client fails to connect to Logstash
- Monitoring UI shows fewer Beats than expected
- Dashboard could not locate the index-pattern
- High RSS memory usage due to MADV settings
- Fields show up as nested JSON in Kibana
- Contribute to Beats
AMQP specific event fields.
-
amqp.reply-code
-
AMQP reply code to an error, similar to http reply-code
type: long
example: 404
-
amqp.reply-text
-
Text explaining the error.
type: keyword
-
amqp.class-id
-
Failing method class.
type: long
-
amqp.method-id
-
Failing method ID.
type: long
-
amqp.exchange
-
Name of the exchange.
type: keyword
-
amqp.exchange-type
-
Exchange type.
type: keyword
example: fanout
-
amqp.passive
-
If set, do not create exchange/queue.
type: boolean
-
amqp.durable
-
If set, request a durable exchange/queue.
type: boolean
-
amqp.exclusive
-
If set, request an exclusive queue.
type: boolean
-
amqp.auto-delete
-
If set, auto-delete queue when unused.
type: boolean
-
amqp.no-wait
-
If set, the server will not respond to the method.
type: boolean
-
amqp.consumer-tag
-
Identifier for the consumer, valid within the current channel.
-
amqp.delivery-tag
-
The server-assigned and channel-specific delivery tag.
type: long
-
amqp.message-count
-
The number of messages in the queue, which will be zero for newly-declared queues.
type: long
-
amqp.consumer-count
-
The number of consumers of a queue.
type: long
-
amqp.routing-key
-
Message routing key.
type: keyword
-
amqp.no-ack
-
If set, the server does not expect acknowledgements for messages.
type: boolean
-
amqp.no-local
-
If set, the server will not send messages to the connection that published them.
type: boolean
-
amqp.if-unused
-
Delete only if unused.
type: boolean
-
amqp.if-empty
-
Delete only if empty.
type: boolean
-
amqp.queue
-
The queue name identifies the queue within the vhost.
type: keyword
-
amqp.redelivered
-
Indicates that the message has been previously delivered to this or another client.
type: boolean
-
amqp.multiple
-
Acknowledge multiple messages.
type: boolean
-
amqp.arguments
-
Optional additional arguments passed to some methods. Can be of various types.
type: object
-
amqp.mandatory
-
Indicates mandatory routing.
type: boolean
-
amqp.immediate
-
Request immediate delivery.
type: boolean
-
amqp.content-type
-
MIME content type.
type: keyword
example: text/plain
-
amqp.content-encoding
-
MIME content encoding.
type: keyword
-
amqp.headers
-
Message header field table.
type: object
-
amqp.delivery-mode
-
Non-persistent (1) or persistent (2).
type: keyword
-
amqp.priority
-
Message priority, 0 to 9.
type: long
-
amqp.correlation-id
-
Application correlation identifier.
type: keyword
-
amqp.reply-to
-
Address to reply to.
type: keyword
-
amqp.expiration
-
Message expiration specification.
type: keyword
-
amqp.message-id
-
Application message identifier.
type: keyword
-
amqp.timestamp
-
Message timestamp.
type: keyword
-
amqp.type
-
Message type name.
type: keyword
-
amqp.user-id
-
Creating user id.
type: keyword
-
amqp.app-id
-
Creating application id.
type: keyword