We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The documentation for the email and jira actions for Watcher (https://www.elastic.co/guide/en/elastic-stack-overview/6.6/actions-email.html#gmail and https://www.elastic.co/guide/en/elastic-stack-overview/6.6/actions-jira.html)
leaves off the add part of the command. For example, the docs on both of these pages read:
add
bin/elasticsearch-keystore xpack.notification.email.account.gmail_account.smtp.secure_password
when they should read somethind like
bin/elasticsearch-keystore add xpack.notification.email.account.gmail_account.smtp.secure_password
The text was updated successfully, but these errors were encountered:
Pinging @elastic/es-core-features
Sorry, something went wrong.
jrodewig
Successfully merging a pull request may close this issue.
The documentation for the email and jira actions for Watcher (https://www.elastic.co/guide/en/elastic-stack-overview/6.6/actions-email.html#gmail and https://www.elastic.co/guide/en/elastic-stack-overview/6.6/actions-jira.html)
leaves off the
add
part of the command. For example, the docs on both of these pages read:bin/elasticsearch-keystore xpack.notification.email.account.gmail_account.smtp.secure_password
when they should read somethind like
bin/elasticsearch-keystore add xpack.notification.email.account.gmail_account.smtp.secure_password
The text was updated successfully, but these errors were encountered: