You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.
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?
The text was updated successfully, but these errors were encountered: