How to debug Elasticsearch source code in Idea with Security disabled

I have setup the Elasticsearch debug environment (for 6.8.1) using the instructions given here - https://www.elastic.co/blog/how-to-debug-elasticsearch-source-code-in-intellij-idea

When I run Elasticsearch using ./gradlew run --debug-jvm and try to access http://localhost:9200/ I see that x-pack is enabled. Can someone tell me the default userid/password or a way to disable x-pack while running it using gradlew run --debug-jvm.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.