Skip to content

Commit d448c54

Browse files
Copilottobio
andcommitted
Update documentation for inactivity_timeout duration string support
Co-authored-by: tobio <[email protected]>
1 parent 4020952 commit d448c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/fleet_agent_policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ resource "elasticstack_fleet_agent_policy" "test_policy" {
5151
- `download_source_id` (String) The identifier for the Elastic Agent binary download server.
5252
- `fleet_server_host_id` (String) The identifier for the Fleet server host.
5353
- `global_data_tags` (Attributes Map) User-defined data tags to apply to all inputs. Values can be strings (string_value) or numbers (number_value) but not both. Example -- key1 = {string_value = value1}, key2 = {number_value = 42} (see [below for nested schema](#nestedatt--global_data_tags))
54-
- `inactivity_timeout` (Number) The inactivity timeout (in seconds) for the agent policy. If an agent does not report within this time period, it will be considered inactive.
54+
- `inactivity_timeout` (String) The inactivity timeout for the agent policy. If an agent does not report within this time period, it will be considered inactive. Supports duration strings (e.g., '30s', '2m', '1h').
5555
- `monitor_logs` (Boolean) Enable collection of agent logs.
5656
- `monitor_metrics` (Boolean) Enable collection of agent metrics.
5757
- `monitoring_output_id` (String) The identifier for monitoring output.

0 commit comments

Comments
 (0)