-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configuration to allow users to retry loading dashboards #6560
Changes from all commits
c2e42d0
bb9bdb3
87ad410
68d3c51
ee76bc2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -99,3 +99,20 @@ NOTE: This setting only works for Kibana 6.0 and newer. | |
|
||
Force loading of dashboards using the Kibana API without querying Elasticsearch for the version | ||
The default is `false`. | ||
|
||
[float] | ||
==== `setup.dashboards.retry.enabled` | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks for the docs. |
||
|
||
If this option is set to true, and Kibana is not reachable at the time when dashboards are loaded, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. My comment above made me realise that having a comment about the defaults here would also be great. Some at then of the sentence like. |
||
{beatname_uc} will retry to reconnect to Kibana instead of exiting with an error. Disabled by default. | ||
|
||
[float] | ||
==== `setup.dashboards.retry.interval` | ||
|
||
Duration interval between Kibana connection retries. Defaults to 1 second. | ||
|
||
[float] | ||
==== `setup.dashboards.retry.maximum` | ||
|
||
Maximum number of retries before exiting with an error. Set to 0 for unlimited retrying. | ||
Default is unlimited. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
exported function NewKibanaLoader should have comment or be unexported