Sarat Vemulapalli

Results 83 comments of Sarat Vemulapalli

Taking a look.. Can you add create a role with "cluster:admin/opendistro/ad/detector/info" cluster permissions? You can do something like and map the user to the role: ` curl -XPUT -u admin:admin...

PR: https://github.com/opendistro-for-elasticsearch/security-kibana-plugin/pull/653

@ramee535 thanks for reaching out. Unfortunately ODFE does not support x-pack enabled security, we only support ODFE security today. I was hoping @bolemebrige/community would take a stab at it and...

ChangeLog action failing, I'll wait for https://github.com/opensearch-project/OpenSearch/pull/4479 to merge and then rebase. Because it will eventually end up in conflicts.

``` 1: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':server:spotlessJavaCheck'. > The following files had format violations: src/main/java/org/opensearch/node/Node.java @@ -1022,7 +1022,8 @@ ············resourcesToClose.add(injector.getInstance(PeerRecoverySourceService.class));...

Gradle check failures: ``` 1: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':example-plugins:custom-suggester:yamlRestTest'. > process was found dead while waiting for ports files,...

Thanks for the feedback @dbwiddis, @owaiskazi19 ! Conflicts causing problems. Im sending out a clean PR and closing this one.

@dipenpatel235 thanks for the steps. Trying to understand, when did you run `./bin/opensearch` and when did you install the plugin? Plugins should always be installed first and then run opensearch.

@dipenpatel235 could you drop your logs when you start the node? Here is mine which clearly loads `respository-s3` plugin: ``` [2022-09-22T17:38:52,796][INFO ][o.o.i.r.ReindexPlugin ] [ip-172-31-42-176] Unable to find any implementation for...

@dipenpatel235 thanks for the logs. I do see: `[cordinator] loaded plugin [repository-s3]`. I am really surprised why `type s3` error is showing up. Do you mind turning on debug logs...