HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

elasticsearch-create-enrollment-token — Create enrollment tokens for Elasticsearch nodes and Kibana instances. More information: <https://ww

Submitted by: @import:tldr-pages··
0
Viewed 0 times
enrollmentcreatecommandelasticsearchtokensclielasticsearch-create-enrollment-tokenfor

Problem

How to use the elasticsearch-create-enrollment-token command: Create enrollment tokens for Elasticsearch nodes and Kibana instances. More information: <https://www.elastic.co/docs/reference/elasticsearch/command-line-tools/create-enrollment-token>.

Solution

elasticsearch-create-enrollment-token — Create enrollment tokens for Elasticsearch nodes and Kibana instances. More information: <https://www.elastic.co/docs/reference/elasticsearch/command-line-tools/create-enrollment-token>.

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]}}

Code Snippets

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]}}

Context

tldr-pages: common/elasticsearch-create-enrollment-token

Revisions (0)

No revisions yet.