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}}.
13
+
14
+
15
+
## Synopsis [_synopsis]
16
+
17
+
```shell
18
+
bin/kibana-setup
19
+
[-t, --enrollment-token <token>] [-s, --silent]
20
+
[-V, --version] [-h, --help]
21
+
```
22
+
23
+
24
+
## Description [_description]
25
+
26
+
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.
27
+
28
+
::::{important}
29
+
You must have an enrollment token generated from your {{es}} cluster before running this command.
30
+
::::
31
+
32
+
33
+
34
+
## Parameters [kibana-setup-parameters]
35
+
36
+
`-t, --enrollment-token <token>`
37
+
: Elasticsearch enrollment token to use for configuring the connection.
38
+
39
+
`-s, --silent`
40
+
: Prevent all logging output during the setup process.
41
+
42
+
`-h, --help`
43
+
: Returns all of the command parameters.
44
+
45
+
`-V, --version`
46
+
: Displays the {{kib}} version number.
47
+
48
+
49
+
## Examples [_examples_2]
50
+
51
+
The following command runs the interactive setup process:
52
+
53
+
```shell
54
+
bin/kibana-setup
55
+
```
56
+
57
+
The following command configures {{kib}} with a specific enrollment token:
0 commit comments