diff --git a/metricbeat/module/stan/subscriptions/_meta/fields.yml b/metricbeat/module/stan/subscriptions/_meta/fields.yml index 463666e2287f..536138f8c5fb 100644 --- a/metricbeat/module/stan/subscriptions/_meta/fields.yml +++ b/metricbeat/module/stan/subscriptions/_meta/fields.yml @@ -26,11 +26,11 @@ description: > Number of pending messages from / to the subscriber - name: offline - type: bool + type: boolean description: > Is the subscriber marked as offline? - name: stalled - type: bool + type: boolean description: > Is the subscriber known to be stalled?