Skip to content

Commit 3066a2f

Browse files
KyrremannmortenljReasonable-Solutions
committed
opensearch: dashboard access
fixes #717 Co-authored-by: Morten Lied Johansen <[email protected]> Co-authored-by: Carl Hedgren <[email protected]>
1 parent c262fe9 commit 3066a2f

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
tags: [how-to, opensearch, dashboard]
3+
---
4+
5+
# Get access to the dashboard
6+
7+
Each OpenSearch instance in Aiven comes with a built-in dashboard for visualizing your data.
8+
To get access to this dashboard you need to follow these steps:
9+
10+
{%- if tenant() == "nav" %}
11+
## Prerequisites
12+
13+
Enable the `aiven-prod` gateway in Naisdevice using [JITA](../../../operate/naisdevice/explanations/jita.md).
14+
15+
{%- endif %}
16+
17+
## Create service account for access
18+
19+
1. Create a personal temporary Aiven service account using [nais-cli](../../../operate/cli/README.md).
20+
21+
```
22+
nais aiven create --access read --instance opensearch ignored namespace
23+
```
24+
25+
2. Retrieve dashboard URI, username, and password using nais-cli and the command that was outputted from the last command
26+
27+
```
28+
nais aiven get opensearch secret-name namespace
29+
```

0 commit comments

Comments
 (0)