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
* Support advanced settings in fleet policy
* Update docs
* test configs
* fmt
* Update agent policy tests to use the new minimum version for advanced settings
* Add support for advanced settings validation in agent policy
* Check import in acc test
* Add remove and set_to_default steps to acc tests, adjust schema defaults.
Change MonitoringRuntimeExperimental type from Bool to String.
* fmt
* update changelog
* fix space_id issue
* fix issue with monitoring_runtime_experimental
* remove space_ids from new acc tests
* fix space_ids issue
* Update golang
* Add missing field
* remove space_ids from config
* remove space_ids from config
* remove obsolete test configs
* Move advanced_settings and monitoring to dedicated files.
* fmt
* Add setup-synthetics target to Makefile
* Update stack versions in CI tests
* Temp remove 9.2.2
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
## [Unreleased]
2
2
3
+
### Added
4
+
5
+
- Add `advanced_settings` to `elasticstack_fleet_agent_policy` to configure agent logging, CPU limits, and download settings ([#1545](https://github.com/elastic/terraform-provider-elasticstack/pull/1545))
6
+
3
7
### Breaking changes
4
8
5
9
#### `elasticstack_fleet_integration_policy` input block has changed to a map attribute.
set-kibana-password: ## Sets the ES KIBANA_SYSTEM_USERNAME's password to KIBANA_SYSTEM_PASSWORD. This expects Elasticsearch to be available at localhost:9200
-`advanced_monitoring_options` (Attributes) Advanced monitoring options for the agent policy. Includes HTTP monitoring endpoint configuration and diagnostic settings. (see [below for nested schema](#nestedatt--advanced_monitoring_options))
77
+
-`advanced_settings` (Attributes) Advanced agent settings for logging, resource limits, and downloads. These settings configure the behavior of Elastic Agents enrolled in this policy. (see [below for nested schema](#nestedatt--advanced_settings))
77
78
-`data_output_id` (String) The identifier for the data output.
78
79
-`description` (String) The description of the agent policy.
79
80
-`download_source_id` (String) The identifier for the Elastic Agent binary download server.
@@ -145,6 +146,23 @@ Optional:
145
146
146
147
147
148
149
+
<aid="nestedatt--advanced_settings"></a>
150
+
### Nested Schema for `advanced_settings`
151
+
152
+
Optional:
153
+
154
+
-`download_target_directory` (String) Target directory for downloading agent updates.
155
+
-`download_timeout` (String) Timeout for downloading agent updates (e.g., '2h', '30m').
156
+
-`go_max_procs` (Number) Maximum number of CPUs that the agent can use (GOMAXPROCS). Set to 0 to use all available CPUs.
0 commit comments