You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reference/fleet/providers.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,11 @@ For example, if a provider named `foo` provides `{"key1": "value1", "key2": "val
21
21
22
22
How you use providers depends on whether you're running a standalone or a {{fleet}}-managed {{agent}}.
23
23
24
-
### Standalone {{agent}}
24
+
### Using providers on standalone {{agent}}[using-providers-standalone-agent]
25
25
26
26
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).
27
27
28
-
### {{fleet}}-managed {{agent}}
28
+
### Using providers on {{fleet}}-managed {{agent}}[using-providers-fleet-managed-agent]
29
29
30
30
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.
31
31
@@ -84,7 +84,7 @@ Context providers use the {{product.ecs}} naming to ensure consistency and under
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.
90
90
@@ -95,7 +95,7 @@ Dynamic providers give an array of multiple key-value mappings. Each key-value m
0 commit comments