Common Use Cases
This page covers common telemetry pipeline fleet-management scenarios and how Fleet Manager helps.
1. Standardise Logging Across Mixed Platforms
Problem: Different deployment targets (Kubernetes, Linux hosts, edge devices, Windows laptops, and macOS endpoints) often run inconsistent Fluent Bit settings, producing uneven telemetry quality.
With Fleet Manager:
- Create a shared baseline for parsers, tags, and common outputs.
- Apply platform-specific overlays for Kubernetes, Linux hosts, Windows/macOS mobile device management (MDM) endpoints, and edge devices.
- Roll out by platform, region, or environment group.
- Confirm all agents report the expected revision.
Outcome: Consistent fields, parsers, and routing across the organisation.
2. Safe Production Changes (Canary Then Global)
Problem: A parsing change might break downstream dashboards or alerts if pushed everywhere at once.
With Fleet Manager:
- Assign the new revision to a canary group (for example 5% of nodes).
- Watch health and delivery metrics.
- Promote to broader groups if results are healthy.
- Stop or roll back quickly if regressions appear.
Outcome: Faster delivery with lower operational risk.
3. Version Compliance and Upgrade Tracking
Problem: You need to know which agents are out of date for security or support reasons.
With Fleet Manager:
- View version distribution across the fleet.
- Identify lagging environments.
- Coordinate upgrades with operations teams.
- Track adoption until required groups are compliant.
Outcome: Better security posture and easier audit readiness.
4. Incident Response During Backend Changes
Problem: During an outage or backend migration, you must reroute telemetry quickly.
With Fleet Manager:
- Prepare an emergency revision (for example, alternate output destination).
- Apply it to affected groups only.
- Monitor status to verify successful propagation.
- Revert to normal routing when stable.
Outcome: Faster mitigation and reduced data loss during incidents.
5. Multi-Region Change Coordination
Problem: Large estates require staggered change windows by geography and business-criticality.
With Fleet Manager:
- Segment groups by region and service tier.
- Sequence rollouts from low-risk to high-risk regions.
- Track per-group status and convergence before expanding.
- Pause expansion automatically when health checks degrade.
Outcome: Predictable global changes with less operational disruption.
6. Mobile Device Management (MDM)-Managed Endpoint Telemetry
Problem: Security and information technology (IT) teams need consistent observability from corporate Windows and macOS fleets, but endpoint policies and deployment timing vary.
With Fleet Manager:
- Group agents by endpoint platform (
windows-mdm,macos-mdm) and business unit. - Align rollout waves with MDM policy rings (pilot, broad, enterprise).
- Track configuration revision and Fluent Bit version adoption by endpoint cohort.
- Roll back targeted cohorts quickly if endpoint stability or data quality degrades.
Outcome: Controlled endpoint telemetry rollout with clear auditability.
7. Edge and Embedded Telemetry at Scale
Problem: Edge gateways and embedded systems may connect intermittently, making fleet-wide changes harder to coordinate safely.
With Fleet Manager:
- Group edge agents by hardware type, location, and connectivity profile.
- Use staged revision rollouts with longer observation windows.
- Monitor lagging or offline nodes separately from always-online infrastructure.
- Reconcile late-arriving updates as connectivity resumes.
Outcome: Reliable telemetry operations across constrained and intermittently connected environments.
8. Reduce Vendor Lock-In While Standardising Operations
Problem: Teams want central fleet control without being forced into one proprietary agent distribution or one hosted control plane.
With Fleet Manager:
- Manage both upstream Fluent Bit (OSS) and Telemetry Forge Agent fleets from a shared control workflow.
- Deploy Fleet Manager as self-hosted when data residency or internal platform policy requires local control.
- Keep configuration and rollout practices consistent across hosted and self-hosted environments.
- Move between deployment models without rebuilding your operational model.
Outcome: Strong operational consistency with lower platform lock-in risk.
9. GitOps-Style Configuration Control
Problem: Platform teams want Git to remain the source of truth for telemetry configuration, with auditable pull-request workflows and controlled promotion between environments.
With Fleet Manager:
- Store Fluent Bit configuration in Git repositories per environment.
- Use the Agent Git Configuration Auto-Reload plugin where Git-driven hot reload is required.
- Use Fleet Manager groups and rollout policy to coordinate change windows and progressive deployment.
- Track fleet convergence and version status centrally after Git changes are promoted.
Outcome: Git-centred change control plus central fleet operations and visibility.