Skip to content

Commit a1a3d0e

Browse files
committed
Update headings and add explicit anchors
1 parent 2487410 commit a1a3d0e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

reference/fleet/providers.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ For example, if a provider named `foo` provides `{"key1": "value1", "key2": "val
2121

2222
How you use providers depends on whether you're running a standalone or a {{fleet}}-managed {{agent}}.
2323

24-
### Standalone {{agent}}
24+
### Using providers on standalone {{agent}} [using-providers-standalone-agent]
2525

2626
On standalone {{agent}}, providers can be configured through the `providers` key in the `elastic-agent.yml` configuration file. You can enable, disable, and configure provider settings as needed. For more details, refer to [Provider configuration](#provider_configuration).
2727

28-
### {{fleet}}-managed {{agent}}
28+
### Using providers on {{fleet}}-managed {{agent}} [using-providers-fleet-managed-agent]
2929

3030
On {{fleet}}-managed {{agent}}, you can use provider variables in integration policy settings (for example, `${host.name}`, `${env.foo}`, `${agent.id}`), but you cannot add a `providers` configuration block directly through the {{fleet}} UI.
3131

@@ -84,7 +84,7 @@ Context providers use the {{product.ecs}} naming to ensure consistency and under
8484
* [Kubernetes LeaderElection provider](/reference/fleet/kubernetes_leaderelection-provider.md)
8585
8686
87-
### Dynamic Providers [dynamic-providers]
87+
### Dynamic providers [dynamic-providers]
8888
8989
Dynamic providers give an array of multiple key-value mappings. Each key-value mapping is combined with the previous context provider’s key and value mapping which provides a new unique mapping that is used to generate a configuration.
9090
@@ -95,7 +95,7 @@ Dynamic providers give an array of multiple key-value mappings. Each key-value m
9595
* [Kubernetes provider](/reference/fleet/kubernetes-provider.md)
9696
9797
98-
### Disabling Providers By Default [disable-providers-by-default]
98+
### Disabling providers by default [disable-providers-by-default]
9999
100100
All registered providers are disabled by default until they are referenced in a policy.
101101

0 commit comments

Comments
 (0)