Skip to content

Commit 50740a5

Browse files
committed
elastic auth
1 parent b98beb1 commit 50740a5

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

apps/docs/content/elasticsearch/overview.mdx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,14 @@ Import configuration version:
2929
- **Port**: 9200
3030
- **Protocol**: HTTP only
3131
- **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
3235

33-
:::note
34-
When accessing from another service within the same project, use the service hostname as the connection address.
35-
:::
36+
#### Example
37+
```sh
38+
curl -u elastic:generatedpassword http://elasticsearch:9200
39+
```
3640

3741
## Configuration Options
3842

0 commit comments

Comments
 (0)