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
Osquerybeat: emit pack_name and query_name in scheduled query results (#51781)
Scheduled pack queries (both osquery native interval schedules and osquerybeat
RRULE schedules) now include pack_name and query_name in their result and
response documents. pack_name comes from a new optional `pack_name` config
field on a pack (alongside the existing pack_id); query_name comes from the
pack's queries config map key. Both fields are only emitted when set.
These fields are required by the Osquery Manager dashboards, which group and
label scheduled query results by pack and query name.
(cherry picked from commit 5d82c71)
# Conflicts:
# x-pack/osquerybeat/beater/config_plugin.go
# x-pack/osquerybeat/beater/recurrence_query_handler.go
# x-pack/osquerybeat/internal/config/osquery.go
0 commit comments