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

[Elastic Agent] Fix Windows powershell install service script #20203

Merged

Conversation

blakerouse
Copy link
Contributor

@blakerouse blakerouse commented Jul 23, 2020

What does this PR do?

Fixes the Windows Elastic Agent service installation script to not mark the service as delayed start and to start the service.

Why is it important?

So Elastic Agent is started on the host as soon as possible and so the service is started.

Checklist

  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • [ ] I have made corresponding changes to the documentation
  • [ ] I have made corresponding change to the default configuration files
  • [ ] I have added tests that prove my fix is effective or that my feature works
  • I have added an entry in CHANGELOG.next.asciidoc or CHANGELOG-developer.next.asciidoc.

Related issues

@blakerouse blakerouse self-assigned this Jul 23, 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 23, 2020
@blakerouse blakerouse marked this pull request as ready for review July 23, 2020 14:27
@elasticmachine
Copy link
Collaborator

Pinging @elastic/ingest-management (Team:Ingest Management)

@elasticmachine
Copy link
Collaborator

elasticmachine commented Jul 23, 2020

💔 Tests Failed

Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: [Pull request #20203 updated]

  • Start Time: 2020-07-27T15:13:34.778+0000

  • Duration: 89 min 18 sec

Test stats 🧪

Test Results
Failed 13
Passed 14905
Skipped 1888
Total 16806

Test errors

Expand to view the tests failures

  • Name: Build and Test / Auditbeat x-pack / test_connected_udp_ipv4 – 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_connected_udp_ipv6 – test_system_socket.Test

    • Age: 1
    • Duration: 60.107
    • 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.099
    • 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.105
    • 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.106
    • 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.108
    • 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.11
    • 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.104
    • 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.104
    • 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.099
    • 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.103
    • 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.102
    • 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.093
    • Error Details: Expected exit code to be 0, but it was 1

Steps errors

Expand to view the steps failures

  • Name: Mage build test

    • Description: mage build test

    • Duration: 8 min 29 sec

    • Start Time: 2020-07-27T15:39:48.826+0000

    • log

  • Name: Mage update build test

    • Description: mage update build test

    • Duration: 19 min 17 sec

    • Start Time: 2020-07-27T15:40:00.902+0000

    • log

  • Name: Mage build test

    • Description: mage build test

    • Duration: 7 min 51 sec

    • Start Time: 2020-07-27T15:40:08.116+0000

    • log

Log output

Expand to view the last 100 lines of log output

[2020-07-27T16:42:01.403Z]   Version:          1.0.0-rc8+dev
[2020-07-27T16:42:01.403Z]   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
[2020-07-27T16:42:01.403Z]  docker-init:
[2020-07-27T16:42:01.403Z]   Version:          0.18.0
[2020-07-27T16:42:01.403Z]   GitCommit:        fec3683
[2020-07-27T16:42:19.837Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats
[2020-07-27T16:42:20.166Z] + find . -type f -name TEST*.xml -path */build/* -delete
[2020-07-27T16:42:20.179Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Lint
[2020-07-27T16:42:20.275Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Elastic-Agent-Mac-OS-X
[2020-07-27T16:42:20.372Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Elastic-Agent-x-pack
[2020-07-27T16:42:20.457Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Winlogbeat-oss
[2020-07-27T16:42:20.538Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Auditbeat-oss-Mac-OS-X
[2020-07-27T16:42:20.622Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Dockerlogbeat
[2020-07-27T16:42:20.716Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Auditbeat-crosscompile
[2020-07-27T16:42:20.810Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Journalbeat-oss
[2020-07-27T16:42:20.901Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Filebeat-x-pack-Mac-OS-X
[2020-07-27T16:42:20.978Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Functionbeat-x-pack
[2020-07-27T16:42:21.070Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Generators-Metricbeat-Linux
[2020-07-27T16:42:21.157Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Filebeat-Mac-OS-X
[2020-07-27T16:42:21.249Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Auditbeat-x-pack-Mac-OS-X
[2020-07-27T16:42:21.327Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Metricbeat-Mac-OS-X
[2020-07-27T16:42:21.407Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Packetbeat-Linux
[2020-07-27T16:42:21.489Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Elastic-Agent-x-pack-Windows
[2020-07-27T16:42:21.578Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Metricbeat-OSS-Unit-tests
[2020-07-27T16:42:21.653Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Libbeat-oss
[2020-07-27T16:42:21.727Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Heartbeat-oss
[2020-07-27T16:42:21.805Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Filebeat-oss
[2020-07-27T16:42:21.893Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Auditbeat-oss-Windows
[2020-07-27T16:42:21.973Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Auditbeat-x-pack-Windows
[2020-07-27T16:42:22.056Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Functionbeat-Mac-OS-X-x-pack
[2020-07-27T16:42:22.139Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Winlogbeat-Windows-x-pack
[2020-07-27T16:42:22.227Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Auditbeat-oss-Linux
[2020-07-27T16:42:22.311Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Packetbeat-Mac-OS-X
[2020-07-27T16:42:22.392Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Filebeat-x-pack-Windows
[2020-07-27T16:42:22.472Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Heartbeat-Mac-OS-X
[2020-07-27T16:42:22.549Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Metricbeat-crosscompile
[2020-07-27T16:42:22.624Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Libbeat-x-pack
[2020-07-27T16:42:22.703Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Filebeat-Windows
[2020-07-27T16:42:22.783Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Winlogbeat-Windows
[2020-07-27T16:42:22.991Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Metricbeat-x-pack-Windows
[2020-07-27T16:42:23.181Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Metricbeat-Windows
[2020-07-27T16:42:23.376Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Auditbeat-x-pack
[2020-07-27T16:42:23.596Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Generators-Beat-Linux
[2020-07-27T16:42:23.788Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Heartbeat-Windows
[2020-07-27T16:42:23.963Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Packetbeat-Windows
[2020-07-27T16:42:24.196Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Functionbeat-Windows
[2020-07-27T16:42:24.367Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Filebeat-x-pack
[2020-07-27T16:42:24.545Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Metricbeat-OSS-Go-Integration-tests
[2020-07-27T16:42:24.799Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Metricbeat-OSS-Python-Integration-tests
[2020-07-27T16:42:25.018Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Metricbeat-x-pack-Mac-OS-X
[2020-07-27T16:42:25.226Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Metricbeat-x-pack
[2020-07-27T16:42:25.409Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Generators-Metricbeat-Mac-OS-X
[2020-07-27T16:42:25.587Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Generators-Beat-Mac-OS-X
[2020-07-27T16:42:26.146Z] + cat
[2020-07-27T16:42:26.147Z] + /usr/local/bin/runbld ./runbld-script
[2020-07-27T16:42:26.147Z] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[2020-07-27T16:42:34.313Z] runbld>>> runbld started
[2020-07-27T16:42:34.313Z] runbld>>> 1.6.12/f45d832f2ba0aa2722ab4ec1fda8ad140f027f8b
[2020-07-27T16:42:35.261Z] runbld>>> The following profiles matched the job 'Beats/beats/PR-20203' in order of occurrence in the config (last value wins).
[2020-07-27T16:42:36.641Z] runbld>>> Debug logging enabled.
[2020-07-27T16:42:36.641Z] runbld>>> Storing result
[2020-07-27T16:42:36.900Z] runbld>>> Store result: created {:total 2, :successful 2, :failed 0} 1
[2020-07-27T16:42:36.900Z] runbld>>> BUILD: https://c150076387b5421f9154dfbf536e5c60.us-west1.gcp.cloud.es.io:9243/build-1587637540455/t/20200727164236-10497C2D
[2020-07-27T16:42:36.900Z] runbld>>> Adding system facts.
[2020-07-27T16:42:38.288Z] runbld>>> Adding vcs info for the latest commit:  7fcc22a88183e96995776c1a56945ef98d4baa06
[2020-07-27T16:42:38.288Z] runbld>>> >>>>>>>>>>>> SCRIPT EXECUTION BEGIN >>>>>>>>>>>>
[2020-07-27T16:42:38.288Z] runbld>>> Adding /usr/lib/jvm/java-8-openjdk-amd64/bin to the path.
[2020-07-27T16:42:38.288Z] + echo 'Processing JUnit reports with runbld...'
[2020-07-27T16:42:38.288Z] Processing JUnit reports with runbld...
[2020-07-27T16:42:38.549Z] runbld>>> <<<<<<<<<<<< SCRIPT EXECUTION END <<<<<<<<<<<<
[2020-07-27T16:42:38.549Z] runbld>>> DURATION: 26ms
[2020-07-27T16:42:38.549Z] runbld>>> STDOUT: 40 bytes
[2020-07-27T16:42:38.549Z] runbld>>> STDERR: 49 bytes
[2020-07-27T16:42:38.549Z] runbld>>> WRAPPED PROCESS: SUCCESS (0)
[2020-07-27T16:42:38.549Z] runbld>>> Searching for build metadata in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats
[2020-07-27T16:42:39.489Z] runbld>>> Storing build metadata: 
[2020-07-27T16:42:39.489Z] runbld>>> Adding test report.
[2020-07-27T16:42:39.489Z] runbld>>> Searching for junit test output files with the pattern: TEST-.*\.xml$ in: /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats
[2020-07-27T16:42:40.430Z] runbld>>> Found 133 test output files
[2020-07-27T16:42:41.372Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-openmetrics.xml
[2020-07-27T16:42:41.372Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-iis.xml
[2020-07-27T16:42:41.372Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-istio.xml
[2020-07-27T16:42:41.372Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-tomcat.xml
[2020-07-27T16:42:41.372Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-activemq.xml
[2020-07-27T16:42:41.372Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Metricbeat-OSS-Go-Integration-tests/metricbeat/build/TEST-go-integration-graphite.xml
[2020-07-27T16:42:41.632Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-20203/src/github.com/elastic/beats/Metricbeat-OSS-Go-Integration-tests/metricbeat/build/TEST-go-integration-windows.xml
[2020-07-27T16:42:43.548Z] runbld>>> Test output logs contained: Errors: 0 Failures: 13 Tests: 16656 Skipped: 1628
[2020-07-27T16:42:43.548Z] runbld>>> Storing result
[2020-07-27T16:42:43.548Z] runbld>>> FAILURES: 13
[2020-07-27T16:42:46.089Z] runbld>>> Store result: updated {:total 2, :successful 2, :failed 0} 2
[2020-07-27T16:42:46.089Z] runbld>>> BUILD: https://c150076387b5421f9154dfbf536e5c60.us-west1.gcp.cloud.es.io:9243/build-1587637540455/t/20200727164236-10497C2D
[2020-07-27T16:42:46.354Z] runbld>>> Email notification disabled by environment variable.
[2020-07-27T16:42:46.354Z] runbld>>> Slack notification disabled by environment variable.
[2020-07-27T16:42:51.868Z] Running on Jenkins in /var/lib/jenkins/workspace/Beats_beats_PR-20203
[2020-07-27T16:42:51.968Z] [INFO] getVaultSecret: Getting secrets
[2020-07-27T16:42:52.055Z] Masking supported pattern matches of $VAULT_ADDR or $VAULT_ROLE_ID or $VAULT_SECRET_ID
[2020-07-27T16:42:52.815Z] + chmod 755 generate-build-data.sh
[2020-07-27T16:42:52.815Z] + ./generate-build-data.sh https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-20203/ https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-20203/runs/5 FAILURE 5357776
[2020-07-27T16:42:52.815Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-20203/runs/5/steps/?limit=10000 -o steps-info.json
[2020-07-27T16:42:55.298Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-20203/runs/5/tests/?status=FAILED -o tests-errors.json

@ph ph requested a review from michalpristas July 23, 2020 19:28
@ph
Copy link
Contributor

ph commented Jul 23, 2020

@michalpristas Can you test that?

@michalpristas
Copy link
Contributor

testing this

@blakerouse blakerouse force-pushed the agent-fix-windows-service-install branch from c7b74b6 to b51847a Compare July 27, 2020 15:10
Copy link
Contributor

@michalpristas michalpristas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

works now as expected

@blakerouse blakerouse merged commit 3bacbfd into elastic:master Jul 27, 2020
@blakerouse blakerouse deleted the agent-fix-windows-service-install branch July 27, 2020 16:55
blakerouse added a commit to blakerouse/beats that referenced this pull request Jul 27, 2020
…c#20203)

* Fix install service script.

* Add changelog.

* Register as a Windows service and fix issue with reader closer.

* Fix install service script.

* Add changelog.

(cherry picked from commit 3bacbfd)
blakerouse added a commit to blakerouse/beats that referenced this pull request Jul 27, 2020
…c#20203)

* Fix install service script.

* Add changelog.

* Register as a Windows service and fix issue with reader closer.

* Fix install service script.

* Add changelog.

(cherry picked from commit 3bacbfd)
blakerouse added a commit that referenced this pull request Jul 27, 2020
#20251)

* Fix install service script.

* Add changelog.

* Register as a Windows service and fix issue with reader closer.

* Fix install service script.

* Add changelog.

(cherry picked from commit 3bacbfd)
blakerouse added a commit that referenced this pull request Jul 27, 2020
#20252)

* Fix install service script.

* Add changelog.

* Register as a Windows service and fix issue with reader closer.

* Fix install service script.

* Add changelog.

(cherry picked from commit 3bacbfd)
v1v added a commit to v1v/beats that referenced this pull request Jul 29, 2020
* 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)
  ...
melchiormoulin pushed a commit to melchiormoulin/beats that referenced this pull request Oct 14, 2020
…c#20203)

* Fix install service script.

* Add changelog.

* Register as a Windows service and fix issue with reader closer.

* Fix install service script.

* Add changelog.
leweafan pushed a commit to leweafan/beats that referenced this pull request Apr 28, 2023
…c#20203) (elastic#20252)

* Fix install service script.

* Add changelog.

* Register as a Windows service and fix issue with reader closer.

* Fix install service script.

* Add changelog.

(cherry picked from commit 3ac773c)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants