Roll out the pipeline to your development environment
You’ll assign a configuration pipeline using a regular expression attribute to deploy it only to your dev collectors. Starting in dev lets you validate the pipeline before it reaches staging or production.
To roll out the pipeline to your development environment, complete the following steps:
Click the Remote configuration tab.
Click the Edit icon next to the pipeline you want to roll out.
Click Next to advance to the attribute assignment step.
If your pipeline already has attribute rows with values filled in, click + to add a new empty row. Skip this step if there’s already an empty Select Attribute field visible.
In the Select Attribute dropdown, select or type
env.Set the Operator to
=~. This enables regex matching so you can expand the rollout later by editing the value — without creating a new pipeline.Type
devin the Select Value field. The collector list updates in real time — only collectors withenv=devappear.Click Save to roll out the pipeline. Once you confirm the rollout, Fleet Management immediately begins deploying it to your
devcollectors on their next poll.
Your pipeline is now running in dev. Monitor your dev collectors in the Inventory tab and in your dashboards before expanding the rollout.
In the next milestone, you’ll expand the rollout to staging and then production.