Rupal Mahajan
Rupal Mahajan
Disabling hostname verification fails because setting [verifySSL to false](https://github.com/opendistro-for-elasticsearch/sql/blob/master/sql-odbc/src/odfesqlodbc/es_communication.cpp#L347) has no effect on windows. The alternative fix will be [Overriding HTTP Client](https://docs.aws.amazon.com/sdk-for-cpp/v1/developer-guide/overriding-http-client.html) and use curl instead of WinHTTP.
More details on disable hostname verification failure are [here](https://github.com/aws/aws-sdk-cpp/issues/1445).
While trying to connect Microsoft Excel with Open Distro for Elasticsearch ODBC Driver, information about all columns is retrieved with the query `DESCRIBE TABLES LIKE kibana_sample_data_flights`. This return all columns...
automation suggestion: https://github.com/opensearch-project/opensearch-plugins/blob/main/RELEASE_NOTES.md#automation
Hi @pererasu, You can email reports using [opensearch-reporting-cli ](https://www.npmjs.com/package/@opensearch-project/reporting-cli). Please check https://opensearch.org/docs/latest/dashboards/reporting-cli/rep-cli-index/ for more information.
@bbarani currently user can take advantage of existing scheduling options with [reporting-cli](https://github.com/opensearch-project/reporting-cli) to schedule reports. Some examples are [Scheduling reports with the cron utility](https://opensearch.org/docs/latest/dashboards/reporting-cli/rep-cli-cron/), [Scheduling reports with AWS Lambda](https://opensearch.org/docs/latest/dashboards/reporting-cli/rep-cli-lambda/)
chromium was removed as part of https://github.com/opensearch-project/reporting/issues/577. This should work in v2.5.
> Thanks for the change! Is it possible to create a GitHub action to generate release notes automatically? There are some examples based on PR labels but didn't explore much...
created https://github.com/opensearch-project/sql/issues/2610 to track release notes automation.
@ARud12 I couldn't reproduce the issue. I tried downloading a report with custom tenant and the dashboard was not in private tenant. Could you add steps to reproduce the issue...