Key takeaways

  1. Fleet Management = Central control for all your collectors.

  2. Collectors register with remotecfg block and appear in inventory.

  3. Configuration pipelines remotely configure without touching machines.

  4. Attribute matching matches pipelines to specific collector groups.

  5. Local + remote configs run in parallel, isolated from each other, which makes it safe to experiment.

  6. Scales your operations so managing many collectors takes the same effort as a few.

The core workflow

Fleet Management workflow: Register, Monitor, Create, Assign, Repeat

Script

Let’s recap the key takeaways from this journey.

First, Fleet Management is a central control plane for your collectors. It solves the problem of managing configurations and monitoring health across many collectors.

Second, collectors register using the remotecfg block and appear in your inventory. From there, you can monitor health, view logs, and troubleshoot issues.

Third, configuration pipelines are how you configure collectors remotely. You create them in the Fleet Management interface and assign them to collectors using attribute matching.

Fourth, attribute matching lets you match configurations to specific groups of collectors. Use attributes like environment, region, or team to organize your fleet.

Fifth, local and remote configurations run in parallel and are isolated. This, along with rollback features in the application, makes it safe to experiment with remote configuration.

And finally, Fleet Management doesn’t add new observability capabilities. It makes your existing capabilities manageable at scale.