Skip to content

Commit

Permalink
[8.9] [Docs] Removing 'display' property as it's unused (#161669) (#1…
Browse files Browse the repository at this point in the history
…62227)

# Backport

This will backport the following commits from `main` to `8.9`:
- [[Docs] Removing 'display' property as it's unused
(#161669)](#161669)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"amyjtechwriter","email":"61687663+amyjtechwriter@users.noreply.github.com"},"sourceCommit":{"committedDate":"2023-07-19T10:00:57Z","message":"[Docs]
Removing 'display' property as it's unused (#161669)\n\n##
Summary\r\n\r\nRemoving 'display' property as it's unused
in\r\n`timepicker:refreshIntervalDefaults`. Small docs
change.\r\n\r\nPrevious:\r\n<img width=\"819\" alt=\"Screenshot
2023-07-11 at 15 59
03\"\r\nsrc=\"https://github.com/elastic/kibana/assets/61687663/4c89cbd9-3320-41cc-b28e-94060fab5a0b\">\r\n\r\n\r\nUpdated:\r\n<img
width=\"794\" alt=\"Screenshot 2023-07-11 at 15 59
17\"\r\nsrc=\"https://github.com/elastic/kibana/assets/61687663/e566d456-6eed-4193-bc11-8d6068a6b768\">\r\n\r\nCloses:
#140249","sha":"798b0ef49b4a6ee5fb7bb4816979d10f9d0ad02c","branchLabelMapping":{"^v8.10.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","docs","v7.17.0","v8.8.0","v8.9.0","v8.10.0"],"number":161669,"url":"#161669
Removing 'display' property as it's unused (#161669)\n\n##
Summary\r\n\r\nRemoving 'display' property as it's unused
in\r\n`timepicker:refreshIntervalDefaults`. Small docs
change.\r\n\r\nPrevious:\r\n<img width=\"819\" alt=\"Screenshot
2023-07-11 at 15 59
03\"\r\nsrc=\"https://github.com/elastic/kibana/assets/61687663/4c89cbd9-3320-41cc-b28e-94060fab5a0b\">\r\n\r\n\r\nUpdated:\r\n<img
width=\"794\" alt=\"Screenshot 2023-07-11 at 15 59
17\"\r\nsrc=\"https://github.com/elastic/kibana/assets/61687663/e566d456-6eed-4193-bc11-8d6068a6b768\">\r\n\r\nCloses:
#140249","sha":"798b0ef49b4a6ee5fb7bb4816979d10f9d0ad02c"}},"sourceBranch":"main","suggestedTargetBranches":["7.17","8.8","8.9"],"targetPullRequestStates":[{"branch":"7.17","label":"v7.17.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.8","label":"v8.8.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.9","label":"v8.9.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.10.0","labelRegex":"^v8.10.0$","isSourceBranch":true,"state":"MERGED","url":"#161669
Removing 'display' property as it's unused (#161669)\n\n##
Summary\r\n\r\nRemoving 'display' property as it's unused
in\r\n`timepicker:refreshIntervalDefaults`. Small docs
change.\r\n\r\nPrevious:\r\n<img width=\"819\" alt=\"Screenshot
2023-07-11 at 15 59
03\"\r\nsrc=\"https://github.com/elastic/kibana/assets/61687663/4c89cbd9-3320-41cc-b28e-94060fab5a0b\">\r\n\r\n\r\nUpdated:\r\n<img
width=\"794\" alt=\"Screenshot 2023-07-11 at 15 59
17\"\r\nsrc=\"https://github.com/elastic/kibana/assets/61687663/e566d456-6eed-4193-bc11-8d6068a6b768\">\r\n\r\nCloses:
#140249","sha":"798b0ef49b4a6ee5fb7bb4816979d10f9d0ad02c"}}]}]
BACKPORT-->

Co-authored-by: amyjtechwriter <61687663+amyjtechwriter@users.noreply.github.com>
  • Loading branch information
kibanamachine and amyjtechwriter committed Jul 19, 2023
1 parent f071fb3 commit beb5635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/management/advanced-options.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ to be displayed).

[[timepicker-refreshintervaldefaults]]`timepicker:refreshIntervalDefaults`::
The default refresh interval for the time filter. Example:
`{ "display": "15 seconds", "pause": true, "value": 15000 }`.
`{ "pause": true, "value": 15000 }`.

[[timepicker-timedefaults]]`timepicker:timeDefaults`::
The default selection in the time filter.
Expand Down

0 comments on commit beb5635

Please sign in to comment.