- Packetbeat Reference: other versions:
- Overview
- Getting started with Packetbeat
- Setting up and running Packetbeat
- Upgrading Packetbeat
- Configuring Packetbeat
- Set traffic capturing options
- Set up flows to monitor network traffic
- Specify which transaction protocols to monitor
- Specify which processes to monitor
- Specify general settings
- Configure the internal queue
- Configure the output
- Configure index lifecycle management
- Specify SSL settings
- Filter and enhance the exported data
- Define processors
- Add cloud metadata
- Add Docker metadata
- Add fields
- Add Host metadata
- Add Kubernetes metadata
- Add labels
- Add the local time zone
- Add Observer metadata
- Add process metadata
- Add tags
- Community ID Network Flow Hash
- Convert
- Decode Base64 fields
- Decode JSON fields
- Decompress gzip fields
- Dissect strings
- DNS Reverse Lookup
- Drop events
- Drop fields from events
- Extract array
- Keep fields from events
- Registered Domain
- Rename fields from events
- Parse data by using ingest node
- Enrich events with geoIP information
- Configure project paths
- Configure the Kibana endpoint
- Load the Kibana dashboards
- Load the Elasticsearch index template
- Configure logging
- Use environment variables in the configuration
- YAML tips and gotchas
- HTTP Endpoint
- packetbeat.reference.yml
- 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
- Thrift-RPC fields
- TLS fields
- Transaction Event fields
- Measurements (Transactions) fields
- Monitoring Packetbeat
- Securing Packetbeat
- Visualizing Packetbeat data in Kibana
- Troubleshooting
- Get help
- Debug
- 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
- @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
- Fields show up as nested JSON in Kibana
- Contributing to Beats
AMQP fields
editAMQP fields
editAMQP 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