Skip to content
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 to 7.9: [ci] Favor direct mage invocation on CI (#19960) #20153

Merged
merged 2 commits into from
Jul 30, 2020

Conversation

v1v
Copy link
Member

@v1v v1v commented Jul 22, 2020

Backports the following commits to 7.9:

Note

From
image in this PR to

image

This changes Jenkins and Travis to directly invoke mage where
possible instead of going through make. Some of the remaining
make don't yet have a mage equivalant (mainly crosscompile).

For Packetbeat this add Jenkins stages to test on darwin and Windows.

There were a few fixes I had to make related to these changes:

- Add some mage target dependencies to ensure fields and dashboards
  are ready when tests use them.
- Swap the order of the Go imports for dev-tools/mage/targets/integtest
  and unittest so that unit tests run before integ tests when running
  the 'mage test' target.
- chown the shared Python venv that is in the root of the repo after
  Dockerized integ tests exit to ensure there are no permissions issues
  caused by root owned files.
- I found a few Python string encoding issues that caused tests failures.
  I thought we fixed these during the Python 3 conversion, but something
  here exposed a few that we didn't address.

One thing of note that I did not correct. Journalbeat has system tests
but they are not executed. The existing/old Makefile has SYSTEM_TESTS=false
so they are not executed. So when I switched it to mage I left it as
'mage goUnitTest' to avoid the Python when failed when I tried it.
@v1v v1v requested a review from a team as a code owner July 22, 2020 16:13
@v1v v1v added automation backport ci Team:Automation Label for the Observability productivity team labels Jul 22, 2020
@botelastic botelastic bot added needs_team Indicates that the issue/PR needs a Team:* label and removed needs_team Indicates that the issue/PR needs a Team:* label labels Jul 22, 2020
@v1v v1v requested review from andrewkroh and jsoriano July 22, 2020 16:19
@elasticmachine
Copy link
Collaborator

elasticmachine commented Jul 22, 2020

💔 Tests Failed

Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: [Pull request #20153 updated]

  • Start Time: 2020-07-29T10:23:19.418+0000

  • Duration: 72 min 42 sec

Test stats 🧪

Test Results
Failed 14
Passed 17542
Skipped 1831
Total 19387

Test errors

Expand to view the tests failures

  • Name: Build and Test / Libbeat / Libbeat oss / TestDockerStart – docker

    • Age: 1
    • Duration: 12.49
    • Error Details: Failed
  • Name: Build and Test / Auditbeat x-pack / test_connected_udp_ipv4 – test_system_socket.Test

    • Age: 1
    • Duration: 60.104
    • Error Details: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Auditbeat x-pack / test_connected_udp_ipv6 – test_system_socket.Test

    • Age: 1
    • Duration: 60.103
    • Error Details: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Auditbeat x-pack / test_dns_enrichment – test_system_socket.Test

    • Age: 1
    • Duration: 60.108
    • Error Details: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Auditbeat x-pack / test_dns_long_request – test_system_socket.Test

    • Age: 1
    • Duration: 60.026
    • Error Details: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Auditbeat x-pack / test_dns_udp_ipv6 – test_system_socket.Test

    • Age: 1
    • Duration: 60.113
    • Error Details: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Auditbeat x-pack / test_dns_unidirectional_udp – test_system_socket.Test

    • Age: 1
    • Duration: 60.113
    • Error Details: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Auditbeat x-pack / test_multi_udp_upv4 – test_system_socket.Test

    • Age: 1
    • Duration: 60.112
    • Error Details: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Auditbeat x-pack / test_no_dns_enrichment – test_system_socket.Test

    • Age: 1
    • Duration: 60.108
    • Error Details: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Auditbeat x-pack / test_tcp_ipv4 – test_system_socket.Test

    • Age: 1
    • Duration: 60.122
    • Error Details: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Auditbeat x-pack / test_tcp_ipv6_disabled – test_system_socket.Test

    • Age: 1
    • Duration: 60.111
    • Error Details: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Auditbeat x-pack / test_udp_ipv4 – test_system_socket.Test

    • Age: 1
    • Duration: 60.115
    • Error Details: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Auditbeat x-pack / test_udp_ipv6 – test_system_socket.Test

    • Age: 1
    • Duration: 60.11
    • Error Details: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Auditbeat x-pack / test_udp_ipv6_disabled – test_system_socket.Test

    • Age: 1
    • Duration: 60.111
    • Error Details: Expected exit code to be 0, but it was 1

Steps errors

Expand to view the steps failures

  • Name: Install docker-compose 1.21.0

    • Description: .ci/scripts/install-docker-compose.sh

    • Duration: 1 min 33 sec

    • Start Time: 2020-07-29T10:47:52.578+0000

    • log

  • Name: Mage update build test

    • Description: mage update build test

    • Duration: 22 min 9 sec

    • Start Time: 2020-07-29T10:47:58.534+0000

    • log

  • Name: Mage build test

    • Description: mage build test

    • Duration: 24 min 34 sec

    • Start Time: 2020-07-29T10:48:00.769+0000

    • log

Log output

Expand to view the last 100 lines of log output

[2020-07-29T11:34:22.068Z] 
[2020-07-29T11:34:22.068Z] C:\Users\jenkins\workspace\Beats_beats_PR-20153\src\github.com\elastic\beats>tar --version  1>NUL 
[2020-07-29T11:34:22.408Z] 
[2020-07-29T11:34:22.408Z] C:\Users\jenkins\workspace\Beats_beats_PR-20153\src\github.com\elastic\beats>tar --exclude=packetbeat--system-tests-windows.tgz -czf packetbeat--system-tests-windows.tgz build\packetbeat\build\system-tests 
[2020-07-29T11:34:27.741Z] Archiving artifacts
[2020-07-29T11:34:31.839Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats
[2020-07-29T11:34:32.153Z] + find . -type f -name TEST*.xml -path */build/* -delete
[2020-07-29T11:34:32.168Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Lint
[2020-07-29T11:34:32.275Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Winlogbeat-oss
[2020-07-29T11:34:32.354Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Elastic-Agent-x-pack
[2020-07-29T11:34:32.434Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Auditbeat-crosscompile
[2020-07-29T11:34:32.516Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Dockerlogbeat
[2020-07-29T11:34:32.602Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Generators-Metricbeat-Linux
[2020-07-29T11:34:32.685Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Journalbeat-oss
[2020-07-29T11:34:32.777Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Functionbeat-x-pack
[2020-07-29T11:34:32.871Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Elastic-Agent-x-pack-Windows
[2020-07-29T11:34:32.970Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Packetbeat-Linux
[2020-07-29T11:34:33.058Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Metricbeat-OSS-Unit-tests
[2020-07-29T11:34:33.151Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Heartbeat-oss
[2020-07-29T11:34:33.236Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Auditbeat-oss-Windows
[2020-07-29T11:34:33.312Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Auditbeat-x-pack-Windows
[2020-07-29T11:34:33.393Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Metricbeat-crosscompile
[2020-07-29T11:34:33.473Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Winlogbeat-Windows-x-pack
[2020-07-29T11:34:33.549Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Auditbeat-oss-Linux
[2020-07-29T11:34:33.627Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Filebeat-x-pack-Windows
[2020-07-29T11:34:33.705Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Libbeat-x-pack
[2020-07-29T11:34:33.779Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Filebeat-Windows
[2020-07-29T11:34:33.857Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Elastic-Agent-Mac-OS-X
[2020-07-29T11:34:33.933Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Winlogbeat-Windows
[2020-07-29T11:34:34.014Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Metricbeat-Windows
[2020-07-29T11:34:34.089Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Auditbeat-oss-Mac-OS-X
[2020-07-29T11:34:34.166Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Filebeat-x-pack-Mac-OS-X
[2020-07-29T11:34:34.246Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Metricbeat-x-pack-Windows
[2020-07-29T11:34:34.321Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Auditbeat-x-pack-Mac-OS-X
[2020-07-29T11:34:34.400Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Filebeat-Mac-OS-X
[2020-07-29T11:34:34.480Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Generators-Beat-Linux
[2020-07-29T11:34:34.558Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Auditbeat-x-pack
[2020-07-29T11:34:34.635Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Libbeat-oss
[2020-07-29T11:34:34.710Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Functionbeat-Mac-OS-X-x-pack
[2020-07-29T11:34:34.784Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Heartbeat-Mac-OS-X
[2020-07-29T11:34:34.858Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Packetbeat-Mac-OS-X
[2020-07-29T11:34:34.933Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Filebeat-oss
[2020-07-29T11:34:35.010Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Filebeat-x-pack
[2020-07-29T11:34:35.084Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Metricbeat-x-pack-Mac-OS-X
[2020-07-29T11:34:35.159Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Metricbeat-Mac-OS-X
[2020-07-29T11:34:35.233Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Metricbeat-OSS-Integration-tests
[2020-07-29T11:34:35.305Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Metricbeat-Python-integration-tests
[2020-07-29T11:34:35.377Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Generators-Metricbeat-Mac-OS-X
[2020-07-29T11:34:35.453Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Metricbeat-x-pack
[2020-07-29T11:34:35.527Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Heartbeat-Windows
[2020-07-29T11:34:35.601Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Generators-Beat-Mac-OS-X
[2020-07-29T11:34:35.676Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Functionbeat-Windows
[2020-07-29T11:34:35.751Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Packetbeat-Windows
[2020-07-29T11:34:36.111Z] + cat
[2020-07-29T11:34:36.111Z] + /usr/local/bin/runbld ./runbld-script
[2020-07-29T11:34:36.111Z] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[2020-07-29T11:34:42.716Z] runbld>>> runbld started
[2020-07-29T11:34:42.716Z] runbld>>> 1.6.12/f45d832f2ba0aa2722ab4ec1fda8ad140f027f8b
[2020-07-29T11:34:44.103Z] runbld>>> The following profiles matched the job 'Beats/beats/PR-20153' in order of occurrence in the config (last value wins).
[2020-07-29T11:34:45.497Z] runbld>>> Debug logging enabled.
[2020-07-29T11:34:45.497Z] runbld>>> Storing result
[2020-07-29T11:34:45.497Z] runbld>>> Store result: created {:total 2, :successful 2, :failed 0} 1
[2020-07-29T11:34:45.497Z] runbld>>> BUILD: https://c150076387b5421f9154dfbf536e5c60.us-west1.gcp.cloud.es.io:9243/build-1587637540455/t/20200729113445-94331F9B
[2020-07-29T11:34:45.497Z] runbld>>> Adding system facts.
[2020-07-29T11:34:46.884Z] runbld>>> Adding vcs info for the latest commit:  59a612418f28ed7f8929136e14578286b0aacf20
[2020-07-29T11:34:46.884Z] runbld>>> >>>>>>>>>>>> SCRIPT EXECUTION BEGIN >>>>>>>>>>>>
[2020-07-29T11:34:46.884Z] runbld>>> Adding /usr/lib/jvm/java-8-openjdk-amd64/bin to the path.
[2020-07-29T11:34:46.884Z] Processing JUnit reports with runbld...
[2020-07-29T11:34:46.884Z] + echo 'Processing JUnit reports with runbld...'
[2020-07-29T11:34:47.145Z] runbld>>> <<<<<<<<<<<< SCRIPT EXECUTION END <<<<<<<<<<<<
[2020-07-29T11:34:47.145Z] runbld>>> DURATION: 15ms
[2020-07-29T11:34:47.145Z] runbld>>> STDOUT: 40 bytes
[2020-07-29T11:34:47.145Z] runbld>>> STDERR: 49 bytes
[2020-07-29T11:34:47.145Z] runbld>>> WRAPPED PROCESS: SUCCESS (0)
[2020-07-29T11:34:47.145Z] runbld>>> Searching for build metadata in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats
[2020-07-29T11:34:48.652Z] runbld>>> Storing build metadata: 
[2020-07-29T11:34:48.652Z] runbld>>> Adding test report.
[2020-07-29T11:34:48.652Z] runbld>>> Searching for junit test output files with the pattern: TEST-.*\.xml$ in: /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats
[2020-07-29T11:34:48.918Z] runbld>>> Found 135 test output files
[2020-07-29T11:34:49.864Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-openmetrics.xml
[2020-07-29T11:34:49.864Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-iis.xml
[2020-07-29T11:34:49.864Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-istio.xml
[2020-07-29T11:34:49.864Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-tomcat.xml
[2020-07-29T11:34:49.864Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-activemq.xml
[2020-07-29T11:34:50.127Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Metricbeat-OSS-Integration-tests/metricbeat/build/TEST-go-integration-graphite.xml
[2020-07-29T11:34:50.389Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-20153/src/github.com/elastic/beats/Metricbeat-OSS-Integration-tests/metricbeat/build/TEST-go-integration-windows.xml
[2020-07-29T11:34:51.781Z] runbld>>> Test output logs contained: Errors: 0 Failures: 14 Tests: 19241 Skipped: 1554
[2020-07-29T11:34:52.041Z] runbld>>> Storing result
[2020-07-29T11:34:52.041Z] runbld>>> FAILURES: 14
[2020-07-29T11:34:54.588Z] runbld>>> Store result: updated {:total 2, :successful 2, :failed 0} 2
[2020-07-29T11:34:54.588Z] runbld>>> BUILD: https://c150076387b5421f9154dfbf536e5c60.us-west1.gcp.cloud.es.io:9243/build-1587637540455/t/20200729113445-94331F9B
[2020-07-29T11:34:54.849Z] runbld>>> Email notification disabled by environment variable.
[2020-07-29T11:34:54.849Z] runbld>>> Slack notification disabled by environment variable.
[2020-07-29T11:35:00.381Z] Running on Jenkins in /var/lib/jenkins/workspace/Beats_beats_PR-20153
[2020-07-29T11:35:00.480Z] [INFO] getVaultSecret: Getting secrets
[2020-07-29T11:35:00.541Z] Masking supported pattern matches of $VAULT_ADDR or $VAULT_ROLE_ID or $VAULT_SECRET_ID
[2020-07-29T11:35:01.284Z] + chmod 755 generate-build-data.sh
[2020-07-29T11:35:01.284Z] + ./generate-build-data.sh https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-20153/ https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-20153/runs/3 FAILURE 4301595
[2020-07-29T11:35:01.284Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-20153/runs/3/steps/?limit=10000 -o steps-info.json
[2020-07-29T11:35:03.767Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-20153/runs/3/tests/?status=FAILED -o tests-errors.json

@v1v
Copy link
Member Author

v1v commented Jul 23, 2020

jenkins run the tests please

* upstream/7.9: (32 commits)
  feat(ci): support storing artifacts for PRs in separate dirs (elastic#20282) (elastic#20301)
  Cisco ASA: Fix message 106100 (elastic#20245) (elastic#20277)
  [CI] Change upstream reference (elastic#20296) (elastic#20297)
  [docs] Fix Windows download link for agent (elastic#20258) (elastic#20290)
  Cherry-pick to 7.9: [docs] Rename release highlights to what's new (elastic#20255) (elastic#20285)
  Elastic agent on k8s (elastic#19727) (elastic#20262)
  [Filebeat Module] Defender ATP - Adding dashboard (elastic#20058) (elastic#20093)
  fix: use a fixed worker type for tests (elastic#20130) (elastic#20247)
  [Elastic Agent] Fix Windows powershell install service script (elastic#20203) (elastic#20252)
  [Ingest Manager] Fixed unzip on older windows  (elastic#20088) (elastic#20109)
  adding possibility to override content-type checks, it was breaking certain webhooks that is not able to set content-headers at all. Still defaults to application/json (elastic#20232) (elastic#20237)
  [Filebeat][Gsuite] Make GSuite docs more clear (elastic#19981) (elastic#20067)
  Increase index.max_docvalue_fields_search to 200 (elastic#20218) (elastic#20221)
  Call host parser only once when building light metricsets (elastic#20149) (elastic#20190)
  [Metricbeat] Use MySQL Host Parser in Query metricset (elastic#20191) (elastic#20212)
  [Filebeat] Ignore cylance.protect timestamps while testing (elastic#20207) (elastic#20217)
  [libbeat] Fix write error in ensureWriter.Write (elastic#20112) (elastic#20145)
  Cherry-pick elastic#20127 to 7.9: Fix failing unit tests on windows  (elastic#20180)
  Remove f5/firepass rsa2elk fileset (elastic#20160) (elastic#20206)
  Cherry-pick elastic#20138 to 7.9: [Filebeat] Update crowdstrike module (elastic#20177)
  ...
@v1v v1v merged commit af1ff5e into elastic:7.9 Jul 30, 2020
@v1v v1v deleted the backport/7.9/pr-19960 branch July 30, 2020 07:00
@zube zube bot removed the [zube]: Done label Oct 28, 2020
leweafan pushed a commit to leweafan/beats that referenced this pull request Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation backport ci Team:Automation Label for the Observability productivity team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants