Is your feature request related to a problem?
Currently the plug-in’s Per query, Per bucket, and Per document monitors are only able to query data sources on the local cluster.
What solution would you like?
We want to provide alerting capabilities for customers that need to query data across multiple clusters.
UX Updates to plug-in interface
Updates include changes to the Create monitor flow data source section:
Add a Combo box dropdown field for multiple selection of available local and remote clusters (defaulted to local cluster)
Update the index dropdown to display indexes categorized by selected clusters
Display an invalid field onBlur when cluster field is cleared
If there are issues with remote cluster performance, the Preview and query performance accordion should automatically open once the service runs a query to display possible issues with the data sources selected:
If the customer continued with the monitor creation, a modal detailing impact on performance should launch giving users the option to tweak configurations:
Update to the Monitor details page includes:
Display of a data source defined in the overview. If multiple data sources (clusters) have been selected, we display one source and a clickable badge with the number of sources defined.
Upon clicking of the bade, a medium sized flyout should open to display data sources (cluster with index) in a table:
If Per document, the document under the Alert listing table should be clickable to launch a medium sized flyout with alert details that defines a data source (clust
er:index)
From the Alerts list item tab, users should be able to click the alert which will trigger a medium size flyout with alert details including Monitor data sources (cluster:index)
I have submitted a PR to address 570. I believe it addresses some of the items in this enhancement. I will appreciate your review and feedback on PR #799
Is your feature request related to a problem? Currently the plug-in’s Per query, Per bucket, and Per document monitors are only able to query data sources on the local cluster. What solution would you like? We want to provide alerting capabilities for customers that need to query data across multiple clusters.
UX Updates to plug-in interface Updates include changes to the Create monitor flow data source section:
Add a Combo box dropdown field for multiple selection of available local and remote clusters (defaulted to local cluster)
Update the index dropdown to display indexes categorized by selected clusters
Display an invalid field onBlur when cluster field is cleared
If there are issues with remote cluster performance, the Preview and query performance accordion should automatically open once the service runs a query to display possible issues with the data sources selected:
If the customer continued with the monitor creation, a modal detailing impact on performance should launch giving users the option to tweak configurations:
Update to the Monitor details page includes:
Display of a data source defined in the overview. If multiple data sources (clusters) have been selected, we display one source and a clickable badge with the number of sources defined.
Upon clicking of the bade, a medium sized flyout should open to display data sources (cluster with index) in a table:
If Per document, the document under the Alert listing table should be clickable to launch a medium sized flyout with alert details that defines a data source (clust
er:index)
From the Alerts list item tab, users should be able to click the alert which will trigger a medium size flyout with alert details including Monitor data sources (cluster:index)