You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `kibana-setup` tool walks you through all required steps to securely connect {{kib}} with {{es}}.
9
+
10
+
11
+
## Synopsis [_synopsis]
12
+
13
+
```shell
14
+
bin/kibana-setup
15
+
[-t, --enrollment-token <token>] [-s, --silent]
16
+
[-V, --version] [-h, --help]
17
+
```
18
+
19
+
20
+
## Description [_description]
21
+
22
+
Use this command to configure a secure connection between {{kib}} and {{es}}. The tool guides you through the process of enrolling {{kib}} with a secured {{es}} cluster using an enrollment token. This is particularly useful for initial setup and configuration of {{kib}} in secured environments.
23
+
24
+
::::{important}
25
+
You must have an enrollment token generated from your {{es}} cluster before running this command.
26
+
::::
27
+
28
+
29
+
30
+
## Parameters [kibana-setup-parameters]
31
+
32
+
`-t, --enrollment-token <token>`
33
+
: Elasticsearch enrollment token to use for configuring the connection.
34
+
35
+
`-s, --silent`
36
+
: Prevent all logging output during the setup process.
37
+
38
+
`-h, --help`
39
+
: Returns all of the command parameters.
40
+
41
+
`-V, --version`
42
+
: Displays the {{kib}} version number.
43
+
44
+
45
+
## Examples [_examples_2]
46
+
47
+
The following command runs the interactive setup process:
48
+
49
+
```shell
50
+
bin/kibana-setup
51
+
```
52
+
53
+
The following command configures {{kib}} with a specific enrollment token:
0 commit comments