Kibana Dashboard compare fields from filebeat and Heartbeat

Hi,
I have filed "name" in filebeat

- 
  type: log
  enabled: true
  paths:
    - C:\Desktop\ELK4\aplikacja\macro.log
  fields:
    log_type: app
    name: BYD1

  multiline.type: pattern
  multiline.pattern: '^\*'
  multiline.negate: true
  multiline.match: after

field name in Heartbeat config

- type: http
  name: BYD1
  enabled: true
  schedule: "@every 900s"
  urls: ["  "]

Table created from UpTime data

byd

So now if field "name" from filebeat, field "name" from HeartBeat have same value and Uptime status is "down" I want to add new column with log message (I have this field, but I need to know how to use it in this kind of problem).

You would need to create a new index pattern in Kibana that crosses both indices, and then create a new visualisation for that field.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.