Skip to content

Commit 1ae728f

Browse files
committed
docs
1 parent 0073c53 commit 1ae728f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/resources/fleet_agent_policy.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ resource "elasticstack_fleet_agent_policy" "test_policy" {
4141
- `description` (String) The description of the agent policy.
4242
- `download_source_id` (String) The identifier for the Elastic Agent binary download server.
4343
- `fleet_server_host_id` (String) The identifier for the Fleet server host.
44+
- `global_data_tags` (Attributes List) User defined data tags to apply to all inputs. (see [below for nested schema](#nestedatt--global_data_tags))
4445
- `monitor_logs` (Boolean) Enable collection of agent logs.
4546
- `monitor_metrics` (Boolean) Enable collection of agent metrics.
4647
- `monitoring_output_id` (String) The identifier for monitoring output.
@@ -52,6 +53,14 @@ resource "elasticstack_fleet_agent_policy" "test_policy" {
5253

5354
- `id` (String) The ID of this resource.
5455

56+
<a id="nestedatt--global_data_tags"></a>
57+
### Nested Schema for `global_data_tags`
58+
59+
Required:
60+
61+
- `name` (String) The name of the data tag.
62+
- `value` (String) The string value of the data tag.
63+
5564
## Import
5665

5766
Import is supported using the following syntax:

0 commit comments

Comments
 (0)