You are looking at documentation for an older release.
Not what you want? See the
current release documentation.
postgresql database MetricSetedit
This is the database metricset of the module postgresql.
Fieldsedit
For a description of each field in the metricset, see the exported fields section.
Here is an example document generated by this metricset:
{ "@timestamp": "2016-05-23T08:05:34.853Z", "beat": { "hostname": "host.example.com", "name": "host.example.com" }, "metricset": { "host": "localhost", "module": "postgresql", "name": "database", "rtt": 115 }, "postgresql": { "database": { "blocks": { "hit": 0, "read": 0, "time": { "read": { "ms": 0 }, "write": { "ms": 0 } } }, "conflicts": 0, "deadlocks": 0, "name": "template1", "number_of_backends": 0, "oid": 1, "rows": { "deleted": 0, "fetched": 0, "inserted": 0, "returned": 0, "updated": 0 }, "temporary": { "bytes": 0, "files": 0 }, "transactions": { "commit": 0, "rollback": 0 } } }, "type": "metricsets" }