Closed
Conversation
fleet-release
previously approved these changes
Mar 10, 2026
9 tasks
Systematically update all documentation in docs/ to reflect the rename: - teams → fleets (organizational grouping concept) - queries → reports (Fleet query/report concept) Changes include: - API endpoint paths (/fleet/teams → /fleet/fleets, /fleet/queries → /fleet/reports) - JSON field names (team_id → fleet_id, query_id → report_id, etc.) - YAML/GitOps configuration keys (team_settings → settings, queries → reports) - Server configuration flags (live_query_disabled → live_reporting_disabled, etc.) - CLI commands and flags (fleetctl query → fleetctl report, --team → --fleet) - Environment variables (FLEET_JIT_USER_ROLE_TEAM → FLEET_JIT_USER_ROLE_FLEET) - Activity type names in audit logs - Descriptive text throughout all reference documentation Carefully preserved: - 'Fleet' as the product name (not renamed) - osquery SQL 'query' references - kind: query and kind: team YAML values - Database column names in architecture docs - Human team references (engineering team, etc.)
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.
Summary
Systematically updates all reference documentation in
docs/to reflect the "teams → fleets" and "queries → reports" rename that was implemented in code across PRs #39847, #39572, #39873, #40364, #40548, and #40920.Changes across 49 files:
/fleet/teams→/fleet/fleets,/fleet/queries→/fleet/reportsteam_id→fleet_id,query_id→report_id,team_name→fleet_name,query_name→report_name, and all related fieldsteam_settings→settings,queries→reports,teams/→fleets/live_query_disabled→live_reporting_disabled,query_reports_disabled→discard_reports_data,query_report_cap→report_capfleetctl query→fleetctl report,--team→--fleet,get teams→get fleetsFLEET_JIT_USER_ROLE_TEAM_*→FLEET_JIT_USER_ROLE_FLEET_*created_team→created_fleet,live_query→live_report, etc.Carefully preserved:
queryreferences andquery:YAML fields containing SQLkind: queryandkind: teamYAML values (not renamed per code)Built for ntalerman by Kilo for Slack