-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Cherry-pick #20357 to 7.x: Add template for ssl config reference settings #20678
Conversation
Pinging @elastic/siem (Team:SIEM) |
Pinging @elastic/integrations (Team:Integrations) |
💔 Tests FailedExpand to view the summary
Build stats
Test stats 🧪
Test errorsExpand to view the tests failures
Steps errorsExpand to view the steps failures
Log outputExpand to view the last 100 lines of log output
|
Could you run |
* Add template for ssl config reference settings Use a shared template for the ssl options in reference configs. The reduces duplication of the SSL settings in config templates and ensures that the reference configs are consistent across outputs and monitoring. I provided an `indent` function in case this config template needed to be reused at various indentation levels, but it turns out that all of the uses so far required an indentation of 2 (so I could have just indented ssl.reference.yml.tmpl manually). * Indent any non-whitespace containing lines (cherry picked from commit 9e4d4f2)
8dcc31d
to
b771830
Compare
Cherry-pick of PR #20357 to 7.x branch. Original message:
What does this PR do?
Use a shared template for the ssl options in reference configs.
I provided an
indent
function in case this config template needed to be reusedat various indentation levels, but it turns out that all of the uses so far required
an indentation of 2 (so I could have just indented ssl.reference.yml.tmpl manually).
Why is it important?
The reduces duplication of the SSL settings in config templates and ensures that the
reference configs are consistent across outputs and monitoring.
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Author's Checklist
Related issues