Skip to content

Commit b0dd6c8

Browse files
lucabelluccinigchaps
authored andcommitted
Provide an example for timepicker:refreshIntervalDefaults (#47345)
* Provide an example for timepicker:refreshIntervalDefaults Add an example for `timepicker:refreshIntervalDefaults` * align with master
1 parent 2c89392 commit b0dd6c8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/management/advanced-options.asciidoc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ refresh the page to apply the setting.
9494
the time filter. This should be an array of objects, with each object containing
9595
`from`, `to` (see {ref}/common-options.html#date-math[accepted formats]),
9696
and `display` (the title to be displayed).
97-
`timepicker:refreshIntervalDefaults`:: The default refresh interval for the time filter.
97+
`timepicker:refreshIntervalDefaults`:: The default refresh interval for the time filter. Example: `{ "display": "15 seconds", "pause": true, "value": 15000 }`.
9898
`timepicker:timeDefaults`:: The default selection in the time filter.
9999
`truncate:maxHeight`:: The maximum height that a cell occupies in a table. Set to 0 to disable
100100
truncation.
@@ -268,6 +268,3 @@ If disabled, only visualizations that are considered production-ready are availa
268268
Helps improve the Elastic Stack by providing usage statistics for
269269
basic features. This data will not be shared outside of Elastic.
270270

271-
272-
273-

0 commit comments

Comments
 (0)