- Metricbeat Reference: other versions:
- Overview
- Getting started with Metricbeat
- Setting up and running Metricbeat
- Upgrading Metricbeat
- How Metricbeat works
- Configuring Metricbeat
- Specify which modules to run
- Specify general settings
- Load external configuration files
- 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 fields
- Add labels
- Add the local time zone
- Add tags
- Decode JSON fields
- Decode Base64 fields
- Decompress gzip fields
- Community ID Network Flow Hash
- Convert
- Drop events
- Drop fields from events
- Extract array
- Keep fields from events
- Registered Domain
- Rename fields from events
- Add Kubernetes metadata
- Add Docker metadata
- Add Host metadata
- Add Observer metadata
- Dissect strings
- DNS Reverse Lookup
- Add process metadata
- 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
- Autodiscover
- YAML tips and gotchas
- Regular expression support
- HTTP Endpoint
- metricbeat.reference.yml
- Beats central management
- Modules
- Aerospike module
- Apache module
- aws module
- Beat module
- Ceph module
- CockroachDB module
- consul module
- coredns module
- Couchbase module
- couchdb module
- Docker module
- Dropwizard module
- Elasticsearch module
- Elasticsearch ccr metricset
- Elasticsearch cluster_stats metricset
- Elasticsearch index metricset
- Elasticsearch index_recovery metricset
- Elasticsearch index_summary metricset
- Elasticsearch ml_job metricset
- Elasticsearch node metricset
- Elasticsearch node_stats metricset
- Elasticsearch pending_tasks metricset
- Elasticsearch shard metricset
- envoyproxy module
- Etcd module
- Golang module
- Graphite module
- HAProxy module
- HTTP module
- Jolokia module
- Kafka module
- Kibana module
- Kubernetes module
- Kubernetes apiserver metricset
- Kubernetes container metricset
- Kubernetes controllermanager metricset
- Kubernetes event metricset
- Kubernetes node metricset
- Kubernetes pod metricset
- Kubernetes proxy metricset
- Kubernetes scheduler metricset
- Kubernetes state_container metricset
- Kubernetes state_cronjob metricset
- Kubernetes state_deployment metricset
- Kubernetes state_node metricset
- Kubernetes state_pod metricset
- Kubernetes state_replicaset metricset
- Kubernetes state_statefulset metricset
- Kubernetes system metricset
- Kubernetes volume metricset
- kvm module
- Logstash module
- Memcached module
- MongoDB module
- MSSQL module
- Munin module
- MySQL module
- Nats module
- Nginx module
- Oracle module
- PHP_FPM module
- PostgreSQL module
- Prometheus module
- RabbitMQ module
- Redis module
- Statsd module
- System module
- System core metricset
- System cpu metricset
- System diskio metricset
- System entropy metricset
- System filesystem metricset
- System fsstat metricset
- System load metricset
- System memory metricset
- System network metricset
- System process metricset
- System process_summary metricset
- System raid metricset
- System socket metricset
- System socket_summary metricset
- System uptime metricset
- traefik module
- uwsgi module
- vSphere module
- Windows module
- ZooKeeper module
- Exported fields
- Aerospike fields
- Apache fields
- aws fields
- Beat fields
- Beat fields
- Ceph fields
- Cloud provider metadata fields
- CockroachDB fields
- Common fields
- consul fields
- coredns fields
- Couchbase fields
- couchdb fields
- Docker fields
- Docker fields
- Dropwizard fields
- ECS fields
- Elasticsearch fields
- envoyproxy fields
- Etcd fields
- Golang fields
- Graphite fields
- HAProxy fields
- Host fields
- HTTP fields
- Jolokia fields
- Jolokia Discovery autodiscover provider fields
- Kafka fields
- Kibana fields
- Kubernetes fields
- Kubernetes fields
- kvm fields
- Logstash fields
- Memcached fields
- MongoDB fields
- MSSQL fields
- Munin fields
- MySQL fields
- Nats fields
- Nginx fields
- Oracle fields
- PHP_FPM fields
- PostgreSQL fields
- Process fields
- Prometheus fields
- RabbitMQ fields
- Redis fields
- Statsd fields
- System fields
- traefik fields
- uwsgi fields
- vSphere fields
- Windows fields
- ZooKeeper fields
- Monitoring Metricbeat
- Securing Metricbeat
- Troubleshooting
- Get help
- Debug
- Common problems
- "open /compat/linux/proc: no such file or directory" error on FreeBSD
- Metricbeat collects system metrics for interfaces you didn’t configure
- Metricbeat 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
- Contributing to Beats
Oracle fields
editOracle fields
editOracle database module
oracle
editOracle module
performance
editPerformance related metrics on a single database instance
-
oracle.performance.machine
-
Operating system machine name
type: keyword
-
oracle.performance.buffer_pool
-
Name of the buffer pool in the instance
type: keyword
-
oracle.performance.username
-
Oracle username
type: keyword
-
oracle.performance.io_reloads
-
Reloads / Pins ratio. A Reload is any PIN of an object that is not the first PIN performed since the object handle was created, and which requires loading the object from disk. Pins are tumber of times a PIN was requested for objects of this namespace
type: double
-
oracle.performance.lock_requests
-
Average of the ratio between gethits and gets being Gethits the number of times an object’s handle was found in memory and gets the number of times a lock was requested for objects of this namespace.
type: long
-
oracle.performance.pin_requests
-
Average of all pinhits/pins ratios being PinHits the number of times all of the metadata pieces of the library object were found in memory and pins the number of times a PIN was requested for objects of this namespace
type: double
cache
editStatistics about all buffer pools available for the instance
-
oracle.performance.cache.buffer.hit.pct
-
The cache hit ratio of the specified buffer pool.
type: double
-
oracle.performance.cache.physical_reads
-
Physical reads
type: long
get
editBuffer pool get statistics
-
oracle.performance.cache.get.consistent
-
Consistent gets statistic
type: long
-
oracle.performance.cache.get.db_blocks
-
Database blocks gotten
type: long
cursors
editCursors information
-
oracle.performance.cursors.avg
-
Average cursors opened by username and machine
type: double
-
oracle.performance.cursors.max
-
Max cursors opened by username and machine
type: double
-
oracle.performance.cursors.total
-
Total opened cursors by username and machine
type: double
opened
editOpened cursors statistic
-
oracle.performance.cursors.opened.current
-
Total number of current open cursors
type: long
-
oracle.performance.cursors.opened.total
-
Total number of cursors opened since the instance started
type: long
parse
editParses statistic information that occured in the current session
-
oracle.performance.cursors.parse.real
-
Real number of parses that occurred: session cursor cache hits - parse count (total)
type: long
-
oracle.performance.cursors.parse.total
-
Total number of parse calls (hard and soft). A soft parse is a check on an object already in the shared pool, to verify that the permissions on the underlying object have not changed.
type: long
-
oracle.performance.cursors.session.cache_hits
-
Number of hits in the session cursor cache. A hit means that the SQL statement did not have to be reparsed.
type: long
-
oracle.performance.cursors.cache_hit.pct
-
Ratio of session cursor cache hits from total number of cursors
type: double
tablespace
edittablespace
-
oracle.tablespace.name
-
Tablespace name
type: keyword
data_file
editDatabase files information
-
oracle.tablespace.data_file.id
-
Tablespace unique identifier
type: long
-
oracle.tablespace.data_file.name
-
Filename of the data file
type: keyword
size
editSize information about the file
-
oracle.tablespace.data_file.size.max.bytes
-
Maximum file size in bytes
type: long
format: bytes
-
oracle.tablespace.data_file.size.bytes
-
Size of the file in bytes
type: long
format: bytes
-
oracle.tablespace.data_file.size.free.bytes
-
The size of the file available for user data. The actual size of the file minus this value is used to store file related metadata.
type: long
format: bytes
-
oracle.tablespace.data_file.status
-
File status: AVAILABLE or INVALID (INVALID means that the file number is not in use, for example, a file in a tablespace that was dropped)
type: keyword
-
oracle.tablespace.data_file.online_status
-
Last known online status of the data file. One of SYSOFF, SYSTEM, OFFLINE, ONLINE or RECOVER.
type: keyword
space
editTablespace space usage information
-
oracle.tablespace.space.free.bytes
-
Tablespace total free space available, in bytes.
type: long
format: bytes
-
oracle.tablespace.space.used.bytes
-
Tablespace used space, in bytes.
type: long
format: bytes
-
oracle.tablespace.space.total.bytes
-
Tablespace total size, in bytes.
type: long
format: bytes