File tree 1 file changed +29
-0
lines changed
docs/persistence/opensearch/how-to
1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
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
+ ```
You can’t perform that action at this time.
0 commit comments