File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -68,16 +68,24 @@ curl --cacert config/certs/http_ca.crt -u elastic https://localhost:9200
68
68
----
69
69
bin/kibana
70
70
----
71
- +
72
- This command generates a unique link to enroll your {kib} instance with {es}.
73
71
74
- .. In your terminal, click the generated link to open {kib} in your browser .
72
+ . Enroll {kib} using either interactive or detached mode .
75
73
74
+ * *Interactive mode* (browser)
75
+
76
+ .. In your terminal, click the generated link to open {kib} in your browser.
76
77
.. In your browser, paste the enrollment token that you copied and click the
77
- button to connect your {kib} instance with {es}.
78
+ button to connect your {kib} instance with {es}.
78
79
79
- .. Log in to {kib} as the `elastic` user with the password that was generated
80
- when you started {es}.
80
+ * *Detached mode* (non-browser)
81
+ +
82
+ Run the `kibana-setup` tool and pass the generated enrollment token with the
83
+ `--enrollment-token` parameter.
84
+ +
85
+ ["source","sh",subs="attributes"]
86
+ ----
87
+ bin/kibana-setup --enrollment-token <enrollment-token>
88
+ ----
81
89
82
90
[discrete]
83
91
[[stack-enroll-nodes]]
You can’t perform that action at this time.
0 commit comments