I'm trying to use the default configuration and I'm expecting target.description in ES but it's not available.
...
pingbeat:
# Defines how often a ping is sent to a target
period: 1s
# Whether to send pings over IPv4
useipv4: true
# Whether to send pings over IPv6
useipv6: false
targets:
- name: "127.0.0.1"
tags: "localhost"
desc: "there's no place like home"
...
Running pingbeat -e -d "*" -c /etc/pingbeat/pingbeat.yml. Publish doesn't show the field either.
I'm trying to use the default configuration and I'm expecting target.description in ES but it's not available.
Running
pingbeat -e -d "*" -c /etc/pingbeat/pingbeat.yml
. Publish doesn't show the field either.What am I missing?