docs/reference/metricbeat/metricbeat-metricset-oracle-tablespace.md
% This file is generated! See metricbeat/scripts/mage/docs_collector.go
tablespace Metricset includes information about data files and temp files, grouped by Tablespace with free space available, used space, status of the data files, status of the Tablespace, etc.
To ensure that the module has access to the appropriate metrics, the module requires that you configure a user with access to the following tables:
For a description of each field in the metricset, see the exported fields section.
Here is an example document generated by this metricset:
{
"@timestamp": "2017-10-12T08:05:34.853Z",
"event": {
"dataset": "oracle.tablespace",
"duration": 115000,
"module": "oracle"
},
"metricset": {
"name": "tablespace",
"period": 10000
},
"oracle": {
"tablespace": {
"data_file": {
"id": 3,
"name": "/u02/app/oracle/oradata/ORCL/sysaux01.dbf",
"online_status": "ONLINE",
"size": {
"bytes": 744488960,
"free": {
"bytes": 743440384
},
"max": {
"bytes": 34359721984
}
},
"status": "AVAILABLE"
},
"name": "SYSAUX",
"space": {
"free": {
"bytes": 39124992
},
"used": {
"bytes": 744488960
}
}
}
},
"service": {
"address": "localhost:32769",
"type": "oracle"
}
}