We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b98beb1 commit 50740a5Copy full SHA for 50740a5
apps/docs/content/elasticsearch/overview.mdx
@@ -29,10 +29,14 @@ Import configuration version:
29
- **Port**: 9200
30
- **Protocol**: HTTP only
31
- **Internal Access**: `http://{hostname}:9200`
32
+- **Basic auth security**
33
+ - **User**: `elastic`
34
+ - **Password**: randomly generated during service creation, find under **Access Details** in service detail
35
-:::note
-When accessing from another service within the same project, use the service hostname as the connection address.
-:::
36
+#### Example
37
+```sh
38
+curl -u elastic:generatedpassword http://elasticsearch:9200
39
+```
40
41
## Configuration Options
42
0 commit comments