diff --git a/it-and-security/lib/collect-fleetd-update-channels.queries.yml b/it-and-security/lib/collect-fleetd-update-channels.queries.yml index a90ea083ab53..095131637535 100644 --- a/it-and-security/lib/collect-fleetd-update-channels.queries.yml +++ b/it-and-security/lib/collect-fleetd-update-channels.queries.yml @@ -1,5 +1,5 @@ - name: Collect fleetd update channels - description: "Collects the update channels for all fleetd components: osquery, Orbit, and Fleet Desktop. To see which version number each channel is on, ask in #help-engineering." +- description: "Collects the update channels for all fleetd components: osquery, Orbit, and Fleet Desktop. To see which version number each channel is on, ask in #help-engineering." query: SELECT desktop_channel, orbit_channel, osqueryd_channel FROM orbit_info; interval: 300 # 5 minutes observer_can_run: true