-
Notifications
You must be signed in to change notification settings - Fork 301
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
feat: add verify toggle for Kibana Shorten URL API #1013
Conversation
docs/source/ruletypes.rst
Outdated
@@ -66,6 +66,8 @@ Rule Configuration Cheat Sheet | |||
+--------------------------------------------------------------+ | | |||
| ``kibana_password`` (string, no default) | | | |||
+--------------------------------------------------------------+ | | |||
| ``kibana_verify`` (boolean, default True) | | |
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.
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.
I don't mind making that change, wasn't sure how to name it initially
Thanks for merging this! When do you think a new version will be released? |
Releases are normally every 1-2 months. The last release was 4 weeks ago, so the next will probably be within 2 weeks. |
Hello, 2.9.0 was released this morning. |
Description
Checklist
make test-docker
with my changes.Questions or Comments
Unsure how to test it via tests (or if this needs to be tested with unit tests), let me know :)