系统运行时间指标集

编辑

系统运行时间指标集

编辑

系统 uptime 指标集提供主机操作系统的运行时间。

此指标集适用于以下系统:

  • Linux
  • macOS
  • OpenBSD
  • FreeBSD
  • Windows

配置

编辑

此指标集没有配置选项。

这是一个默认指标集。如果主机模块未配置,则默认启用此指标集。

字段

有关此指标集每个字段的描述,请参阅导出字段部分。

以下是此指标集生成的示例文档:

{
    "@timestamp": "2017-10-12T08:05:34.853Z",
    "agent": {
        "hostname": "host.example.com",
        "name": "host.example.com"
    },
    "event": {
        "dataset": "system.uptime",
        "duration": 115000,
        "module": "system"
    },
    "metricset": {
        "name": "uptime"
    },
    "service": {
        "type": "system"
    },
    "system": {
        "uptime": {
            "duration": {
                "ms": 1295582000
            }
        }
    }
}