From de102ef39581a5fbf3158c4c5471fb69b830348d Mon Sep 17 00:00:00 2001 From: Devon Kim Date: Wed, 14 Aug 2019 15:39:23 -0400 Subject: [PATCH] bool -> boolean for field declaration --- metricbeat/module/stan/subscriptions/_meta/fields.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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?