snippetbashTip
elasticsearch-create-enrollment-token — Create enrollment tokens for Elasticsearch nodes and Kibana instances. More information: <https://ww
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]}} nodeCreate an enrollment token for adding a new Kibana instance:
elasticsearch-create-enrollment-token {{[-s|--scope]}} kibanaCreate an enrollment token and display verbose output:
elasticsearch-create-enrollment-token {{[-s|--scope]}} node --verboseCreate 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]}} nodeCreate an enrollment token for adding a new Kibana instance
elasticsearch-create-enrollment-token {{[-s|--scope]}} kibanaCreate an enrollment token and display verbose output
elasticsearch-create-enrollment-token {{[-s|--scope]}} node --verboseCreate 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.