Cherry-pick #21487 to 7.x: Increase index pattern size check to 10MiB#21514
Cherry-pick #21487 to 7.x: Increase index pattern size check to 10MiB#21514adriansr merged 1 commit intoelastic:7.xfrom
Conversation
(cherry picked from commit 30a1415)
|
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
|
|
jenkins, test this again please |
Cherry-pick of PR #21487 to 7.x branch. Original message:
What does this PR do?
Updates the test on
beatname export index-patternto apply an index pattern size limit of 10MiB instead of the original 1MiB, since Kibana has raised this limit for 7.10 onwards.Why is it important?
Because we're already over the limit and tests won't pass.