- Documentation
- Learning Hub
- Module 2 of 4 Health monitoring
Access tokens and policies
Slide 3 of 8
Access tokens
Access tokens allow collectors to authenticate with Fleet Management. You’ll create one and add it to your collector configuration.
How it works
Required scopes
Where the token goes
remotecfg {
url = "https://fleet-management-<CLUSTER>.grafana.net/"
basic_auth {
username = "<INSTANCE_ID>"
password = "<YOUR_ACCESS_TOKEN>" // ← token goes here
}
}In the learning path, you’ll create an access token and use it to register your Alloy collector.