This repository was archived by the owner on Sep 17, 2024. It is now read-only.
Get output files when they have a suffix#1829
Merged
jsoriano merged 1 commit intoelastic:masterfrom Nov 23, 2021
Merged
Conversation
Contributor
|
This pull request does not have a backport label. Could you fix it @jsoriano? 🙏
|
Contributor
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
💚 Flaky test reportTests succeeded. 🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
ad43274 to
59b38cd
Compare
Member
Author
|
Opening for review. If this continues giving problems, maybe it is better to setup Elasticsearch and use this output, as is already done for elastic-agent scenarios. |
6 tasks
kvch
approved these changes
Nov 23, 2021
ChrsMark
approved these changes
Nov 23, 2021
Member
ChrsMark
left a comment
There was a problem hiding this comment.
Thanks for tuning the tests! lgtm if CI is happy :)!
mergify bot
pushed a commit
that referenced
this pull request
Nov 23, 2021
(cherry picked from commit dd51a90)
jsoriano
added a commit
that referenced
this pull request
Nov 23, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Since elastic/beats#28927, Beats file output appends a suffix to all files, that can be also rotated.
This PR makes the following changes to address this issue:
Why is it important?
To fix autodiscover tests.
Checklist
make unit-test), and they are passing locallymake noticein the proper directory)Author's Checklist
How to test this PR locally
Related issues
logging.files.suffixoption and always use datetime suffixes beats#28927.