Docs: per-fleet host activities webhook and enriched activity details - #50488
Merged
Conversation
Member
Author
|
@coderabbitai full review |
Contributor
✅ Action performedFull review finished. |
rachaelshaw
reviewed
Aug 4, 2026
fleet-release
approved these changes
Aug 4, 2026
This was referenced Aug 5, 2026
rachaelshaw
pushed a commit
that referenced
this pull request
Aug 6, 2026
…ly (#50625) <!-- Add the related story/sub-task/bug number, like Resolves #123, or remove if NA --> **Related issue:** Resolves #50220 Follow-up to #50623, which moves `host_ids` on the 8 batch policy-automation activities out of stored details and into the per-fleet host activities webhook payload (injected at fire time). The audit-logs entries merged in #50488 documented `host_ids` as a regular stored field; this updates them to say the field is delivered in webhook payloads only (mainly to avoid leaking host ids across fleets). Should merge after #50623.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related issue: Docs for #50220 (story: #40493)
Reference docs for the per-fleet host activities webhook and the enriched activity details shipped in #50247, #50487, and #50269: the Update/Get fleet REST API sections gain
webhook_settings.host_activities_webhook, the GitOps YAML doc documents the new per-fleet setting (and corrects the stale claim that the globalactivities_webhookis configurable per fleet), the Apply fleet contributor doc gains itswebhook_settingsrows, and the audit logs reference adds the eight previously undocumented policy-automation activities plus the newhost_ids,host_id, andprofile_uuiddetail fields.