Tianli Feng
Tianli Feng
Hi, I don't think this is a bug for OpenSearch, because the displayed value is obtained by the Java Platform (JDK) installed in your system, and depends on the JDK...
@rursprung Could you help me double check, it is the "hack" part that cause problem to you? https://github.com/opensearch-project/OpenSearch/blob/2c27dfddbdabbf064317bd315a5464ba5f41c1da/server/src/main/java/org/opensearch/common/logging/LogConfigurator.java#L211-L229 I want to make sure that removing the customized override of the...
Thank you for reporting the legacy code to be removed! The legacy code in LogConfigurator class have been removed by PR https://github.com/opensearch-project/OpenSearch/pull/4568 / commit https://github.com/opensearch-project/OpenSearch/commit/3ca749f09bf284263391d296af56e01fb81e0cfa. So that the node name...
Looks like the problem occurred during sending email using https://github.com/opensearch-project/notifications plugin. Found one forum discussion around this problem, but there was no clear solution: https://forum.opensearch.org/t/using-email-for-alerting-but-getting-an-error/4177/5 > It’s hard to tell...
Currently changing the language for OpenSearch Dashboards doesn't work, and there is an open issue for it: https://github.com/opensearch-project/OpenSearch-Dashboards/issues/772. There is another open issue aims to solve it https://github.com/opensearch-project/OpenSearch-Dashboards/issues/943, you could...
@helix-loop Thank you for your contribution! I'm afraid that I have to close this PR. As mentioned in issue #1303, the code change is made by commit https://github.com/opensearch-project/OpenSearch/commit/d76adf3504e3001a84d53177af8ea36af2cc65c1
For detail, please see issue https://github.com/opensearch-project/OpenSearch/issues/1693 for the error message of `MasterNotDiscoveredException`
Add more information: https://ci.opensearch.org/logs/ci/workflow/OpenSearch_CI/PR_Checks/Gradle_Check/gradle_check_1066.log ``` > Task :server:internalClusterTest REPRODUCE WITH: ./gradlew ':server:internalClusterTest' --tests "org.opensearch.discovery.StableMasterDisruptionIT.testStaleMasterNotHijackingMajority" -Dtests.seed=69CC1732A5C19596 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=sv -Dtests.timezone=America/Mexico_City -Druntime.java=17 org.opensearch.discovery.StableMasterDisruptionIT > testStaleMasterNotHijackingMajority FAILED java.lang.AssertionError: node_t2: [Tuple [v1=node_t1, v2=null]]...
Hi @surajbisht1809, there is an "[OpenSearch Dashboards Reports](https://github.com/opensearch-project/dashboards-reports)" plugin that can export reports from OpenSearch Dashboards. As far as I know, the developers are working on integrating that plugin with...
@opensearch-project/engineering-effectiveness Could you provide suggestion for the issue of installation through Helm Charts?