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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
3
3
- Fix a provider crash when interacting with elasticstack_kibana_data_view resources created with 0.11.0. ([#979](https://github.com/elastic/terraform-provider-elasticstack/pull/979))
4
4
- Add `max_primary_shard_docs` condition to ILM rollover ([#845](https://github.com/elastic/terraform-provider-elasticstack/pull/845))
5
+
- Add missing entries to `data_view.field_formats.params` ([#1001](https://github.com/elastic/terraform-provider-elasticstack/pull/1001))
-`id` (String) The ID of the field format. Valid values include: `boolean`, `color`, `date`, `duration`, `number`, `percent`, `relative_date`, `static_lookup`, `string`, `truncate`, `url`.
81
192
82
193
Optional:
83
194
@@ -88,9 +199,44 @@ Optional:
88
199
89
200
Optional:
90
201
91
-
-`labeltemplate` (String)
92
-
-`pattern` (String)
93
-
-`urltemplate` (String)
202
+
-`colors` (Attributes List) Color rules for the field. (see [below for nested schema](#nestedatt--data_view--field_formats--params--colors))
203
+
-`field_length` (Number) Length to truncate the field value.
204
+
-`field_type` (String) Field type for color formatting (e.g., `string`, `number`).
205
+
-`height` (Number) Height for image type URLs.
206
+
-`include_space_with_suffix` (Boolean) Whether to include a space before the suffix in duration format.
207
+
-`input_format` (String) Input format for duration fields (e.g., `hours`, `minutes`).
208
+
-`labeltemplate` (String) Label template for the field value.
209
+
-`lookup_entries` (Attributes List) Key-value pairs for static lookup. (see [below for nested schema](#nestedatt--data_view--field_formats--params--lookup_entries))
210
+
-`output_format` (String) Output format for duration fields (e.g., `humanizePrecise`, `humanize`).
211
+
-`output_precision` (Number) Precision for duration output.
212
+
-`pattern` (String) Pattern for formatting the field value.
213
+
-`timezone` (String) Timezone for date formatting (e.g., `America/New_York`).
214
+
-`transform` (String) Transform to apply to string fields (e.g., `upper`, `lower`).
215
+
-`type` (String) Type of URL format (e.g., `a`, `img`, `audio`).
216
+
-`unknown_key_value` (String) Value to display when key is not found in lookup.
217
+
-`urltemplate` (String) URL template for the field value.
218
+
-`use_short_suffix` (Boolean) Whether to use short suffixes in duration format.
0 commit comments