Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/reference/quickstart/run-elasticsearch-locally.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ The service is started with a trial license. The trial license enables all featu

To connect to the {es} cluster from a language client, you can use basic authentication with the `elastic` username and the password you set in the environment variable.

.*Expand* for details
[%collapsible]
==============

You'll use the following connection details:

* **{es} endpoint**: `http://localhost:9200`
Expand Down Expand Up @@ -160,6 +164,8 @@ curl -u elastic:$ELASTIC_PASSWORD \
----
// NOTCONSOLE

==============

[discrete]
[[local-dev-next-steps]]
=== Next steps
Expand Down
Loading