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.