In OpenSearch 2.4, we are introducing Multi Data Source Connections as an experimental feature.
The OpenSearch team is actively looking for your feedback and ideas to enhance our experimental features and capabilities. Please include a description of your use cases to help understand the context of your feedback.
It demonstrates capability to connect to multiple remote data source(OpenSearch) and render the visualization on one Dashboards pane without login to multiple place.
Show case Global Controls as filter
Show case support for Gauge, Pie, Metric, Tag Cloud, Area
This looks great! I’ve tried using it with proxy auth but it didn’t set the headers on outgoing requests to opensearch, like dashboards does when using the default data source. I didn’t try the other authentication types.
I think this will be pretty key for non-trivial use cases, as you’ll want the backend to audit the real user doing the query, and have different permissions for different users
I am not able to connect to remote OpenSearch cluster with SSL enabled…it’s failing with error code 400. irrespective of whatever I do…I am able to use curl to get the response from remote cluster. any pointes or help.
Error what I am getting while test connection:-
{
“statusCode”: 400,
“error”: “Bad Request”,
“message”: “Data Source Error: unable to get local issuer certificate”,
“attributes”: {
“error”: “Data Source Error: unable to get local issuer certificate”
}
}
I can’t connect,
Is the idea to connect two OpenSearch clusters under one dashboards page?
Cluster A Dashboards> Query Cluster B Cluster
What goes in the endpoint URL? Cluster B Dashboards:5601? or an Opensearch:9200 URL
Regardless I’m getting
“Failed Connecting to the endpoint using the provided authentication method”
Am I missing something?