-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[DOCS] Add kibana-setup CLI documentation #235122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: legrego <[email protected]>
kibana-setup CLI
🔍 Preview links for changed docs |
|
Pinging @elastic/kibana-security (Team:Security) |
florent-leborgne
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM besides the frontmatter. Content looks consistent with other similar pages
Co-authored-by: florent-leborgne <[email protected]>
florent-leborgne
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
|
/ci |
|
@elasticmachine run docs-build |
💚 Build Succeeded
History
cc @legrego @Copilot |
|
Starting backport for target branches: 9.1 |
(cherry picked from commit 6e08de8)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `9.1`: - [[DOCS] Add kibana-setup CLI documentation (#235122)](#235122) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Copilot","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-09-16T12:08:21Z","message":"[DOCS] Add kibana-setup CLI documentation (#235122)","sha":"6e08de85f08e1d74f01518ab352f940a9198fbd9","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Security","release_note:skip","💝community","docs","backport:prev-minor","v9.2.0"],"title":"[DOCS] Add kibana-setup CLI documentation","number":235122,"url":"https://github.com/elastic/kibana/pull/235122","mergeCommit":{"message":"[DOCS] Add kibana-setup CLI documentation (#235122)","sha":"6e08de85f08e1d74f01518ab352f940a9198fbd9"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/235122","number":235122,"mergeCommit":{"message":"[DOCS] Add kibana-setup CLI documentation (#235122)","sha":"6e08de85f08e1d74f01518ab352f940a9198fbd9"}}]}] BACKPORT--> Co-authored-by: Copilot <[email protected]>
Adds documentation for the
kibana-setupCLI tool following the same format and structure as the existingkibana-verification-codedocumentation added in #120836.The
kibana-setuptool walks users through all required steps to securely connect Kibana with Elasticsearch using enrollment tokens. This documentation provides:-t, --enrollment-token <token>: Elasticsearch enrollment token-s, --silent: Prevent all logging output-h, --helpand-V, --versionoptionsThe documentation is integrated into the existing CLI tools structure:
docs/reference/commands.md)docs/reference/toc.yml)Fixes #120993.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.