@@ -263,11 +263,11 @@ The following arguments are supported:
263263personal folder.
264264- ` refresh_interval ` - (Optional) Interval of time (in seconds) to automatically refresh the dashboard.
265265- ` theme ` - (Optional) Theme of the dashboard.
266- - ` time_range ` - (Block List, Max: 1, Required) Time range of the dashboard. See [ time range schema] ( schema-for-time_range )
266+ - ` time_range ` - (Block List, Max: 1, Required) Time range of the dashboard. See [ time range schema] ( # schema-for-time_range)
267267for details.
268- - ` panel ` - (Block List, Optional) A list of panels in the dashboard. See [ panel schema] ( schema-for-panel ) for details.
269- - ` layout ` - (Block List, Max: 1, Optional) Layout of the dashboard. See [ layout schema] ( schema-for-layout ) for details.
270- - ` variable ` - (Block List, Optional) A list of variables for the dashboard. See [ variable schema] ( schema-for-variable )
268+ - ` panel ` - (Block List, Optional) A list of panels in the dashboard. See [ panel schema] ( # schema-for-panel) for details.
269+ - ` layout ` - (Block List, Max: 1, Optional) Layout of the dashboard. See [ layout schema] ( # schema-for-layout) for details.
270+ - ` variable ` - (Block List, Optional) A list of variables for the dashboard. See [ variable schema] ( # schema-for-variable)
271271for details.
272272
273273## Attributes reference
@@ -277,19 +277,19 @@ In addition to all arguments above, the following attributes are exported:
277277
278278### Schema for ` time_range `
279279- ` complete_literal_time_range ` - (Block List, Max: 1, Optional) Literal time range. See
280- [ complete_literal_time_range schema] ( schema-for-complete_literal_time_range ) for details.
280+ [ complete_literal_time_range schema] ( # schema-for-complete_literal_time_range) for details.
281281- ` begin_bounded_time_range ` - (Block List, Max: 1, Optional) Bounded time range. See
282- [ begin_bounded_time_range schema] ( schema-for-begin_bounded_time_range ) schema for details.
282+ [ begin_bounded_time_range schema] ( # schema-for-begin_bounded_time_range) schema for details.
283283schema for details.
284284
285285### Schema for ` complete_literal_time_range `
286286- ` range_name ` - (Required) Name of complete literal time range. One of ` today ` , ` yesterday ` , ` previous_week ` , ` previous_month ` .
287287
288288### Schema for ` begin_bounded_time_range `
289289- ` from ` - (Block List, Max: 1, Required) Start boundary of bounded time range. See
290- [ time_range_boundary schema] ( schema-for-time_range_boundary ) for details.
290+ [ time_range_boundary schema] ( # schema-for-time_range_boundary) for details.
291291- ` to ` - (Block List, Max: 1, Optional) End boundary of bounded time range. See
292- [ time_range_boundary schema] ( schema-for-time_range_boundary ) for details.
292+ [ time_range_boundary schema] ( # schema-for-time_range_boundary) for details.
293293
294294### Schema for ` time_range_boundary `
295295- ` epoch_time_range ` - (Block List, Optional) Time since the epoch.
@@ -311,8 +311,8 @@ schema for details.
311311 - ` range_name ` - (Required) One of ` now ` , ` second ` , ` minute ` , ` hour ` , ` day ` , ` today ` , ` week ` , ` month ` , ` year ` .
312312
313313### Schema for ` panel `
314- - ` text_panel ` - (Block List, Max: 1, Optional) A text panel. See [ text_panel schema] ( schema-for-text_panel ) for details.
315- - ` sumo_search_panel ` - (Block List, Max: 1, Optional) A search panel. See [ sumo_search_panel schema] ( schema-for-sumo_search_panel )
314+ - ` text_panel ` - (Block List, Max: 1, Optional) A text panel. See [ text_panel schema] ( # schema-for-text_panel) for details.
315+ - ` sumo_search_panel ` - (Block List, Max: 1, Optional) A search panel. See [ sumo_search_panel schema] ( # schema-for-sumo_search_panel)
316316for details.
317317
318318### Schema for ` text_panel `
@@ -332,14 +332,14 @@ of the panel in the dashboard.
332332- ` keep_visual_settings_consistent_with_parent ` - (Optional) Keeps the visual settings, like series colors, consistent
333333with the settings of the parent panel.
334334- ` query ` - (Block List, Required) A list of queries for the panel. Can be log or metric query. See
335- [ query schema] ( schema-for-query ) for details.
335+ [ query schema] ( # schema-for-query) for details.
336336- ` description ` - (Optional) Description of the panel.
337- - ` time_range ` - (Block List, Max: 1, Optional) Time range of the panel. See [ time_range schema] ( schema-for-time_range )
337+ - ` time_range ` - (Block List, Max: 1, Optional) Time range of the panel. See [ time_range schema] ( # schema-for-time_range)
338338for details.
339- - ` coloring_rule ` - (Block List, Optional) Coloring rules for the panel. See [ coloring_rule schema] ( schema-for-coloring_rule )
339+ - ` coloring_rule ` - (Block List, Optional) Coloring rules for the panel. See [ coloring_rule schema] ( # schema-for-coloring_rule)
340340for details.
341341- ` linked_dashboard ` - (Block List, Optional) A list of linked dashboards. See
342- [ linked_dashboard schema] ( schema-for-linked_dashboard ) for details.
342+ [ linked_dashboard schema] ( # schema-for-linked_dashboard) for details.
343343
344344### Schema for ` query `
345345- ` query_string ` - (Required) The metrics or logs query.
@@ -348,7 +348,7 @@ for details.
348348- ` metric_query_mode ` - (Optional) _ Should only be specified for metric query_ . The mode of the metric query.
349349One of ` Basic ` or ` Advanced ` .
350350- ` metric_query_data ` - (Optional) _ Should only be specified for metric query_ . Data format for the metric query. See
351- [ metric_query_data schema] ( schema-for-metric_query_data ) for details.
351+ [ metric_query_data schema] ( # schema-for-metric_query_data) for details.
352352
353353### Schema for ` metric_query_data `
354354- ` metric ` - (Required) The metric of the query.
@@ -395,7 +395,7 @@ into one single value.
395395- ` display_name ` - (Optional) Display name of the variable shown in the UI. If this field is empty, the name field will be used.
396396- ` default_value ` - (Optional) Default value of the variable.
397397- ` source_definition ` - (Required) Source definition for variable values. See
398- [ source_definition schema] ( schema-for-source_definition ) for details.
398+ [ source_definition schema] ( # schema-for-source_definition) for details.
399399- ` allow_multi_select ` - (Optional) Allow multiple selections in the values dropdown.
400400- ` include_all_option ` - (Optional) Include an "All" option at the top of the variable's values dropdown. _ Defaults to true._
401401- ` hide_from_ui ` - (Optional) Hide the variable in the dashboard UI.
0 commit comments