File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff 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
5766Import is supported using the following syntax:
You can’t perform that action at this time.
0 commit comments