Versions (relevant - OpenSearch/Dashboard/Server OS/Browser): opensearch-dashboards-2.14.0/Ubuntu 22.04.1
Describe the issue:
I have a fresh install of Opensearch 2.14.0, that I’m running directly from the upacked Tarball. It’s running nicely and I already have some indexes working.
However, Dashboards is not able to connect to Opensearch. I think the problem with the error “Unable to retrieve version information from OpenSearch nodes.”.
Configuration:
server.port: 5601
server.host: “0.0.0.0”
opensearch.hosts: [“https://localhost:9200”]
opensearch.ssl.verificationMode: none
opensearch.username: “admin”
opensearch.password: “my_passoword”
opensearch.requestHeadersWhitelist: [authorization, securitytenant]
opensearch_security.multitenancy.enabled: true
opensearch_security.multitenancy.tenants.preferred: [Private, Global]
opensearch_security.readonly_mode.roles: [kibana_read_only]
## Use this setting if you are running opensearch-dashboards without https
opensearch_security.cookie.secure: false
Relevant Logs or Screenshots:
azureuser@demos-tax-customs:~/opensearch-dashboards-2.14.0$ ./bin/opensearch-dashboards
log [14:56:15.991] [info][plugins-service] Plugin “dataSourceManagement” has been disabled since the following direct or transitive dependencies are missing or disabled: [dataSource]
log [14:56:15.997] [info][plugins-service] Plugin “applicationConfig” is disabled.
log [14:56:15.997] [info][plugins-service] Plugin “cspHandler” is disabled.
log [14:56:15.998] [info][plugins-service] Plugin “dataSource” is disabled.
log [14:56:15.999] [info][plugins-service] Plugin “workspace” is disabled.
log [14:56:15.999] [info][plugins-service] Plugin “visTypeXy” is disabled.
log [14:56:16.044] [warning][config][deprecation] “opensearch.requestHeadersWhitelist” is deprecated and has been replaced by “opensearch.requestHeadersAllowlist”
[agentkeepalive:deprecated] options.freeSocketKeepAliveTimeout is deprecated, please use options.freeSocketTimeout instead
log [14:56:16.186] [info][plugins-system] Setting up [52] plugins: [usageCollection,opensearchDashboardsUsageCollection,opensearchDashboardsLegacy,mapsLegacy,share,opensearchUiShared,legacyExport,embeddable,expressions,data,securityAnalyticsDashboards,savedObjects,home,apmOss,reportsDashboards,searchRelevanceDashboards,dashboard,mlCommonsDashboards,visualizations,visTypeVega,visTypeTimeline,visTypeTable,visBuilder,visTypeMarkdown,visAugmenter,anomalyDetectionDashboards,alertingDashboards,tileMap,regionMap,customImportMapDashboards,inputControlVis,ganttChartDashboards,visualize,indexManagementDashboards,notificationsDashboards,management,indexPatternManagement,advancedSettings,console,dataExplorer,charts,visTypeTimeseries,visTypeVislib,visTypeTagcloud,visTypeMetric,discover,savedObjectsManagement,securityDashboards,assistantDashboards,observabilityDashboards,queryWorkbenchDashboards,bfetch]
[agentkeepalive:deprecated] options.freeSocketKeepAliveTimeout is deprecated, please use options.freeSocketTimeout instead
[agentkeepalive:deprecated] options.freeSocketKeepAliveTimeout is deprecated, please use options.freeSocketTimeout instead
[agentkeepalive:deprecated] options.freeSocketKeepAliveTimeout is deprecated, please use options.freeSocketTimeout instead
[agentkeepalive:deprecated] options.freeSocketKeepAliveTimeout is deprecated, please use options.freeSocketTimeout instead
[agentkeepalive:deprecated] options.freeSocketKeepAliveTimeout is deprecated, please use options.freeSocketTimeout instead
[agentkeepalive:deprecated] options.freeSocketKeepAliveTimeout is deprecated, please use options.freeSocketTimeout instead
[agentkeepalive:deprecated] options.freeSocketKeepAliveTimeout is deprecated, please use options.freeSocketTimeout instead
[agentkeepalive:deprecated] options.freeSocketKeepAliveTimeout is deprecated, please use options.freeSocketTimeout instead
[agentkeepalive:deprecated] options.freeSocketKeepAliveTimeout is deprecated, please use options.freeSocketTimeout instead
[agentkeepalive:deprecated] options.freeSocketKeepAliveTimeout is deprecated, please use options.freeSocketTimeout instead
[agentkeepalive:deprecated] options.freeSocketKeepAliveTimeout is deprecated, please use options.freeSocketTimeout instead
[agentkeepalive:deprecated] options.freeSocketKeepAliveTimeout is deprecated, please use options.freeSocketTimeout instead
[agentkeepalive:deprecated] options.freeSocketKeepAliveTimeout is deprecated, please use options.freeSocketTimeout instead
log [14:56:16.768] [info][savedobjects-service] Waiting until all OpenSearch nodes are compatible with OpenSearch Dashboards before starting saved objects migrations…
log [14:56:17.121] [error][data][opensearch] [ResponseError]: Response Error
log [14:56:17.159] [error][savedobjects-service] Unable to retrieve version information from OpenSearch nodes.
log [14:56:19.612] [error][data][opensearch] [ResponseError]: Response Error
log [14:56:22.113] [error][data][opensearch] [ResponseError]: Response Error
log [14:56:24.615] [error][data][opensearch] [ResponseError]: Response Error
log [14:56:27.115] [error][data][opensearch] [ResponseError]: Response Error
log [14:56:29.616] [error][data][opensearch] [ResponseError]: Response Error