Skip to content
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

Add docs for kibana-setup CLI #120993

Open
jportner opened this issue Dec 9, 2021 · 1 comment
Open

Add docs for kibana-setup CLI #120993

jportner opened this issue Dec 9, 2021 · 1 comment
Labels
docs Feature:Security/Interactive Setup Platform Security - Interactive setup mode impact:needs-assessment Product and/or Engineering needs to evaluate the impact of the change. Team:Security Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more!

Comments

@jportner
Copy link
Contributor

jportner commented Dec 9, 2021

In #120836, we added docs for the kibana-verification-code CLI.

We should also add docs for the related kibana-setup CLI:

const program = new Command('bin/kibana-setup');
program
.version(kibanaPackageJson.version)
.description(
'This command walks you through all required steps to securely connect Kibana with Elasticsearch'
)
.option('-t, --enrollment-token <token>', 'Elasticsearch enrollment token')
.option('-s, --silent', 'Prevent all logging');

@jportner jportner added Team:Security Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more! docs labels Dec 9, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-security (Team:Security)

@jportner jportner added the Feature:Security/Interactive Setup Platform Security - Interactive setup mode label Dec 9, 2021
@exalate-issue-sync exalate-issue-sync bot added impact:needs-assessment Product and/or Engineering needs to evaluate the impact of the change. loe:small Small Level of Effort labels Jan 24, 2022
@legrego legrego removed the loe:small Small Level of Effort label Aug 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Feature:Security/Interactive Setup Platform Security - Interactive setup mode impact:needs-assessment Product and/or Engineering needs to evaluate the impact of the change. Team:Security Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more!
Projects
None yet
Development

No branches or pull requests

3 participants