Skip to content

Commit

Permalink
Add cluster def link to CONTRIBUTING.md (elastic#102979)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-spies authored Dec 5, 2023
1 parent 8d4677e commit 2703b80
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,16 @@ and then run `curl` in another window like this:

curl -u elastic:password localhost:9200

To send requests to this Elasticsearch instance, either use the built-in `elastic`
user and password as above or use the pre-configured `elastic-admin` user:

curl -u elastic-admin:elastic-password localhost:9200

Security can also be disabled altogether:

./gradlew :run -Dtests.es.xpack.security.enabled=false

The definition of this Elasticsearch cluster can be found [here](build-tools-internal/src/main/groovy/elasticsearch.run.gradle).

### Importing the project into IntelliJ IDEA

Expand Down

0 comments on commit 2703b80

Please sign in to comment.