mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 17:13:50 +02:00
elasticsearch-create-enrollment-token: add page (#17446)
This commit is contained in:
parent
bbb1d0908c
commit
844cba29c4
1 changed files with 24 additions and 0 deletions
24
pages/common/elasticsearch-create-enrollment-token.md
Normal file
24
pages/common/elasticsearch-create-enrollment-token.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# elasticsearch-create-enrollment-token
|
||||
|
||||
> Create enrollment tokens for Elasticsearch nodes and Kibana instances.
|
||||
> More information: <https://www.elastic.co/guide/en/elasticsearch/reference/current/create-enrollment-token.html>.
|
||||
|
||||
- Create an enrollment token for adding a new Elasticsearch node:
|
||||
|
||||
`elasticsearch-create-enrollment-token {{[-s|--scope]}} node`
|
||||
|
||||
- Create an enrollment token for adding a new Kibana instance:
|
||||
|
||||
`elasticsearch-create-enrollment-token {{[-s|--scope]}} kibana`
|
||||
|
||||
- Create an enrollment token and display verbose output:
|
||||
|
||||
`elasticsearch-create-enrollment-token {{[-s|--scope]}} node --verbose`
|
||||
|
||||
- Create an enrollment token for a Kibana instance with a custom Elasticsearch URL:
|
||||
|
||||
`elasticsearch-create-enrollment-token {{[-s|--scope]}} kibana --url "{{IP}}"`
|
||||
|
||||
- Display help:
|
||||
|
||||
`elasticsearch-create-enrollment-token {{[-h|--help]}}`
|
Loading…
Add table
Reference in a new issue