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
* Fixup data view creation in 8.14
Previously Kibana was treating an empty ID as un-set. This change leaves the ID undefined in the json body if it's unknown in the TF plan
* Generate docs
* Changelog
* Also enforce that the title isn't empty
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,13 @@
1
1
## [Unreleased]
2
2
3
+
### Breaking changes
4
+
- The `title` attribute is now required in the elasticstack_kibana_data_view resource. In practice the resource didn't work without this set, the schema now enforces it's correctly configured.
5
+
3
6
### Fixed
4
7
5
8
- Populate policy_id when importing fleet policies and integrations ([#646](https://github.com/elastic/terraform-provider-elasticstack/pull/646))
6
9
- Fix alerting rule update crash when backend responds with HTTP 4xx. ([#649](https://github.com/elastic/terraform-provider-elasticstack/pull/649))
10
+
- Fix the elasticstack_kibana_data_view resource when not specifying an `id` and running against Kibana 8.14 ([#663](https://github.com/elastic/terraform-provider-elasticstack/pull/663))
7
11
- Support allow_write_after_shrink when managing ILM policies ([#662](https://github.com/elastic/terraform-provider-elasticstack/pull/662))
-`title` (String) Comma-separated list of data streams, indices, and aliases that you want to search. Supports wildcards (*).
53
+
50
54
Optional:
51
55
52
56
-`allow_no_index` (Boolean) Allows the Data view saved object to exist before the data is available.
@@ -58,7 +62,6 @@ Optional:
58
62
-`runtime_field_map` (Attributes Map) Map of runtime field definitions by field name. (see [below for nested schema](#nestedatt--data_view--runtime_field_map))
59
63
-`source_filters` (List of String) List of field names you want to filter out in Discover.
60
64
-`time_field_name` (String) Timestamp field name, which you use for time-based Data views.
61
-
-`title` (String) Comma-separated list of data streams, indices, and aliases that you want to search. Supports wildcards (*).
0 commit comments