-
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
[8.14](backport #39087) Migrate packetbeat to static Buildkite pipeline #39106
Conversation
…torage-blob-go dependencies (#38861) * filebeat/azure/azureeventhub: upgrade azure azure-event-hubs-go and azure-storage-blob-go dependencies Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co> * add the changelog record Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co> --------- Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co>
Migrate x-pack filebeat to single pipeline Signed-off-by: Alexandros Sapranidis <alexandros@elastic.co>
Use mono repo plugin for xpack/heartbeat Relates: elastic/ingest-dev#3072 --------- Co-authored-by: Dimitrios Liappis <dimitrios.liappis@gmail.com>
- Syslog reader and processor are owned by elastic/sec-deployment-and-devices
* fixed issues in heartbeat pipeline * pr fixes
Co-authored-by: Pierre HILBERT <pierre.hilbert@elastic.co>
- In 8.13, the netflow was accidentally removed from the list of inputs for Windows. This restores netflow as an input under Windows.
Made with ❤️️ by updatecli Co-authored-by: apmmachine <apmmachine@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
* updated common.sh * updated cnetral pipleine with winlogbeat * fixed typo
PR#38913 had a bug for the extended tests group: it wouldn't allow to run steps in the extended group when not using a PR (e.g. merge commits). This commit allows all steps in the extended group to run when the trigger is not a PR.
In preparation for the migration to a static pipeline for packetbeat, this commit removes the Buildkite PR Bot trigger. Relates elastic/ingest-dev#3072
* migrate x-pack/libbeat to static * Update pull-requests.json * change paths * Update pull-requests.json * change conditions for group-steps * change the pipeline.yml * work with remarks * work with remarks * remove libbeat and x-pack/libbeat changesets from the common.sh * remove libbeat and x-pack/libbeat changesets from the common.sh * fix merge issues * Update .buildkite/x-pack/pipeline.xpack.libbeat.yml Co-authored-by: Dimitrios Liappis <dimitrios.liappis@gmail.com> * apply common.sh from main and cleanup it * change paths --------- Co-authored-by: Dimitrios Liappis <dimitrios.liappis@gmail.com>
* updated common.sh * fixed typo * updated common.sh * added changeset ps1 script and updated xpack-winlogbeat pipeline * pr fixes * handle backslashes in changeset directories
This commit refactors the packetbeat pipeline to the pipeline selector approach as laid out in #38783. Relates elastic/ingest-dev#3072
This commit refactors the packetbeat pipeline to the pipeline selector approach as laid out in #38783. Relates https://github.com/elastic/ingest-dev/issues/3072 (cherry picked from commit 8f8f313) # Conflicts: # .buildkite/pipeline.yml # .buildkite/scripts/common.sh
Cherry-pick of 8f8f313 has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
This pull request is now in conflicts. Could you fix it? 🙏
|
closing, in favor of #39108 |
Proposed commit message
This commit refactors the packetbeat pipeline to the pipeline selector
approach as laid out in #38783.
Related issues
Screenshots
Logs
default labels: ✅
entire job: https://buildkite.com/elastic/beats/builds/6135
packetbeat: https://buildkite.com/elastic/beats-packetbeat/builds/4055
all labels (aws, macos, :Windows): ✅
entire job: https://buildkite.com/elastic/beats/builds/6138
packetbeat: https://buildkite.com/elastic/beats-packetbeat/builds/4057
This is an automatic backport of pull request Migrate packetbeat to static Buildkite pipeline #39087 done by Mergify.