ELK心跳dashbaord添加ID

时间:2019-05-17 15:59:20

标签: elasticsearch elastic-stack elk

如何将ID字段添加到Kibana /正常运行时间仪表板?

enter image description here

1 个答案:

答案 0 :(得分:0)

已安装7.3版。这将“ NAME”显示为列标题之一。您可以指定显示器配置中显示的内容:

- type: http
  name: 'QA.Service - THIS HERE'
  enabled: true
  schedule: '@every 5m'
  urls: ["http://checkstatus/blah/blah"]
  check.response: 
    status: 200
    json:
      - description: Json Response
        condition:
          equals:
            Status: Ok