Cherry-pick #21085 to 7.x: Adds a default for failure_cache.min_ttl#21353
Cherry-pick #21085 to 7.x: Adds a default for failure_cache.min_ttl#21353andrewkroh merged 1 commit intoelastic:7.xfrom
Conversation
* Adds a default for failure_cache.min_ttl * Parse YAML as inline + fix default value Fixes elastic#21103 Co-authored-by: Adrian Serrano <adrisr83@gmail.com> (cherry picked from commit ddfe085)
|
Pinging @elastic/siem (Team:SIEM) |
💔 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
|
Cherry-pick of PR #21085 to 7.x branch. Original message:
What does this PR do?
It adds a default value for the
failure_cache.min_ttlsetting added in #18986. The default value is the same as that for thesuccess_cache.min_ttlsetting.Why is it important?
As reported in https://discuss.elastic.co/t/fail-to-unpack-the-dns-configuration-requires-duration-1-accessing-processors-0-dns-min-ttl/248453/1, before the change in this PR, when a user configures the DNS processor minimally like so:
The following error is thrown:
Resolves #21103.