Pawel Wlodarczyk
Pawel Wlodarczyk
This issue has been reported in the OpenSearch forum https://forum.opensearch.org/t/alerting-exception-analyzer-analyzer-keyword-has-not-been-configured-in-mappings/14777. I've tested this issue with an example from Elastic https://www.elastic.co/guide/en/elasticsearch/reference/current/analyzer.html The result was exactly the same as reported in the...
I've got the same result in 3.0.0  As per screenshot from @vinylen OpenSearch Dashboards UI is missing Logs, Applications and Dashboards after setting data_source.enabled to true.
It looks like the custom configuration is added to opensearch.yml after the OpenSearch service is up. Otherwise, the service would fail to start due to duplicated entries.
This issue is related to https://github.com/opensearch-project/reporting/issues/668 and https://github.com/opensearch-project/dashboards-reporting/issues/335 .
Missing feature originally reported in Opensearch Forum https://forum.opensearch.org/t/how-to-config-smtp-sender-with-oauth2-for-microsoft-exchange-online-azure/21220
@reddymalyadri I've reproduced your issue in AKS and solved it by setting sysctlInit to true. ``` sysctlInit: enabled: true ```
@peterzhuamazon As per the OpenSearch forum thread, this solved the issue. https://forum.opensearch.org/t/caused-by-org-opensearch-opensearchexception-unable-to-read-the-file-root-ca-pem-please-make-sure-this-files-exists-and-is-readable-regarding-to-permissions/23736/11