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

Add FLEET_ENROLL_INSECURE env var to expose --insecure CLI option #20713

Merged
merged 3 commits into from
Aug 21, 2020

Conversation

ycombinator
Copy link
Contributor

@ycombinator ycombinator commented Aug 20, 2020

What does this PR do?

This PR adds a new environment variable to the elastic-agent Docker entrypoint file: FLEET_ENROLL_INSECURE. It corresponds to the --insecure flag accepted by the elastic-agent CLI when enrolling with Fleet.

Why is it important?

In development and testing environments, it is convenient to spin up Kibana without TLS. To allow Elastic Agent to enroll with Fleet running in such a Kibana instance, it is necessary to use the --insecure flag during enrollment.

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

@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Aug 20, 2020
@elasticmachine
Copy link
Collaborator

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

@botelastic botelastic bot removed the needs_team Indicates that the issue/PR needs a Team:* label label Aug 20, 2020
@ycombinator ycombinator added the needs_reviewer PR needs to be assigned a reviewer label Aug 20, 2020
@elasticmachine
Copy link
Collaborator

elasticmachine commented Aug 20, 2020

💔 Tests Failed

Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: [Pull request #20713 updated]

  • Start Time: 2020-08-21T09:40:09.482+0000

  • Duration: 63 min 3 sec

Test stats 🧪

Test Results
Failed 11
Passed 18010
Skipped 1827
Total 19848

Test errors

Expand to view the tests failures

  • Name: Build and Test / Auditbeat oss Linux / test_dashboards – auditbeat.tests.system.test_base.Test

    • Age: 1
    • Duration: 0.382
    • Error Details: AssertionError: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Libbeat / Libbeat oss / test_dev_tool_export_dashboard_by_id – libbeat.tests.system.test_dashboard.Test

    • Age: 1
    • Duration: 0.328
    • Error Details: AssertionError: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Libbeat / Libbeat oss / test_dev_tool_export_dashboard_by_id_from_space – libbeat.tests.system.test_dashboard.Test

    • Age: 1
    • Duration: 0.277
    • Error Details: AssertionError: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Libbeat / Libbeat oss / test_dev_tool_export_dashboard_from_yml – libbeat.tests.system.test_dashboard.Test

    • Age: 1
    • Duration: 0.179
    • Error Details: AssertionError: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Libbeat / Libbeat oss / test_export_dashboard_cmd_export_dashboard_by_id – libbeat.tests.system.test_dashboard.Test

    • Age: 1
    • Duration: 0.282
    • Error Details: AssertionError: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Libbeat / Libbeat oss / test_export_dashboard_cmd_export_dashboard_by_id_and_decoding – libbeat.tests.system.test_dashboard.Test

    • Age: 1
    • Duration: 0.431
    • Error Details: AssertionError: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Libbeat / Libbeat oss / test_export_dashboard_cmd_export_dashboard_from_yml – libbeat.tests.system.test_dashboard.Test

    • Age: 1
    • Duration: 0.196
    • Error Details: AssertionError: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Libbeat / Libbeat oss / test_load_dashboard – libbeat.tests.system.test_dashboard.Test

    • Age: 1
    • Duration: 0.166
    • Error Details: AssertionError: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Libbeat / Libbeat oss / test_load_dashboard_into_space – libbeat.tests.system.test_dashboard.Test

    • Age: 1
    • Duration: 1.203
    • Error Details: AssertionError: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Libbeat / Libbeat oss / test_load_only_index_patterns – libbeat.tests.system.test_dashboard.Test

    • Age: 1
    • Duration: 0.259
    • Error Details: AssertionError: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Libbeat / Libbeat oss / test_load_without_dashboard – libbeat.tests.system.test_dashboard.Test

    • Age: 1
    • Duration: 0.203
    • Error Details: AssertionError: 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: 10 min 36 sec

    • Start Time: 2020-08-21T10:03:46.997+0000

    • log

  • Name: Mage build test

    • Description: mage build test

    • Duration: 26 min 20 sec

    • Start Time: 2020-08-21T10:03:43.774+0000

    • log

Log output

Expand to view the last 100 lines of log output

[2020-08-21T10:42:33.250Z] + tar -xpf source.tgz
[2020-08-21T10:42:43.559Z] + rm source.tgz
[2020-08-21T10:42:43.570Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats
[2020-08-21T10:42:43.590Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Lint
[2020-08-21T10:42:43.684Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Elastic-Agent-x-pack
[2020-08-21T10:42:43.761Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Auditbeat-x-pack-Mac-OS-X
[2020-08-21T10:42:43.834Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Winlogbeat-oss
[2020-08-21T10:42:43.910Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Heartbeat-Mac-OS-X
[2020-08-21T10:42:43.985Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Auditbeat-crosscompile
[2020-08-21T10:42:44.059Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/dockerlogbeat
[2020-08-21T10:42:44.137Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Journalbeat
[2020-08-21T10:42:44.215Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Functionbeat-x-pack
[2020-08-21T10:42:44.288Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Generators-Metricbeat-Linux
[2020-08-21T10:42:44.361Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Elastic-Agent-Mac-OS-X
[2020-08-21T10:42:44.437Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Metricbeat-Mac-OS-X
[2020-08-21T10:42:44.511Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Filebeat-Mac-OS-X
[2020-08-21T10:42:44.597Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Packetbeat-Linux
[2020-08-21T10:42:44.672Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Metricbeat-OSS-Unit-tests
[2020-08-21T10:42:44.746Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Filebeat-x-pack-Mac-OS-X
[2020-08-21T10:42:44.821Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Metricbeat-x-pack-Mac-OS-X
[2020-08-21T10:42:44.895Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Packetbeat-Mac-OS-X
[2020-08-21T10:42:44.971Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Elastic-Agent-x-pack-Windows
[2020-08-21T10:42:45.045Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Heartbeat-oss
[2020-08-21T10:42:45.124Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Functionbeat-Mac-OS-X-x-pack
[2020-08-21T10:42:45.205Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Auditbeat-x-pack
[2020-08-21T10:42:45.283Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Generators-Metricbeat-Mac-OS-X
[2020-08-21T10:42:45.365Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Auditbeat-oss-Linux
[2020-08-21T10:42:45.440Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Libbeat-x-pack
[2020-08-21T10:42:45.519Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Auditbeat-oss-Windows
[2020-08-21T10:42:45.597Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Auditbeat-x-pack-Windows
[2020-08-21T10:42:45.671Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Heartbeat-Windows
[2020-08-21T10:42:45.745Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Metricbeat-crosscompile
[2020-08-21T10:42:45.823Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Auditbeat-oss-Mac-OS-X
[2020-08-21T10:42:45.899Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Filebeat-x-pack-Windows
[2020-08-21T10:42:45.972Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Winlogbeat-Windows-x-pack
[2020-08-21T10:42:46.060Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Winlogbeat-Windows
[2020-08-21T10:42:46.155Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Filebeat-Windows
[2020-08-21T10:42:46.229Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Functionbeat-Windows
[2020-08-21T10:42:46.302Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Packetbeat-Windows
[2020-08-21T10:42:46.394Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Generators-Beat-Mac-OS-X
[2020-08-21T10:42:46.471Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Metricbeat-x-pack-Windows
[2020-08-21T10:42:46.548Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Metricbeat-Windows
[2020-08-21T10:42:46.621Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Generators-Beat-Linux
[2020-08-21T10:42:46.706Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Filebeat-x-pack
[2020-08-21T10:42:46.805Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Libbeat-oss
[2020-08-21T10:42:46.911Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Filebeat-oss
[2020-08-21T10:42:47.002Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Metricbeat-OSS-Go-Integration-tests
[2020-08-21T10:42:47.088Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Metricbeat-OSS-Python-Integration-tests
[2020-08-21T10:42:47.180Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Metricbeat-x-pack
[2020-08-21T10:42:47.608Z] + cat
[2020-08-21T10:42:47.608Z] + /usr/local/bin/runbld ./runbld-script --job-name elastic+beats+pull-request
[2020-08-21T10:42:47.608Z] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[2020-08-21T10:42:54.203Z] runbld>>> runbld started
[2020-08-21T10:42:54.203Z] runbld>>> 1.6.12/f45d832f2ba0aa2722ab4ec1fda8ad140f027f8b
[2020-08-21T10:42:55.596Z] runbld>>> The following profiles matched the job 'elastic+beats+pull-request' in order of occurrence in the config (last value wins).
[2020-08-21T10:42:55.858Z] runbld>>> Matches in the system config:
[2020-08-21T10:42:55.858Z] runbld>>> - Matched ^elastic\+beats
[2020-08-21T10:42:55.858Z] runbld>>> - Matched ^elastic\+beats\+pull-request
[2020-08-21T10:42:57.248Z] runbld>>> Debug logging enabled.
[2020-08-21T10:42:57.248Z] runbld>>> Storing result
[2020-08-21T10:42:57.512Z] runbld>>> Store result: created {:total 2, :successful 2, :failed 0} 1
[2020-08-21T10:42:57.512Z] runbld>>> BUILD: https://c150076387b5421f9154dfbf536e5c60.us-west1.gcp.cloud.es.io:9243/build-1597739501209/t/20200821104257-A0F2B32A
[2020-08-21T10:42:57.512Z] runbld>>> Adding system facts.
[2020-08-21T10:42:58.456Z] runbld>>> Adding vcs info for the latest commit:  41c498c7619de41b434b462712d5c2e3dc5c653c
[2020-08-21T10:42:58.456Z] runbld>>> >>>>>>>>>>>> SCRIPT EXECUTION BEGIN >>>>>>>>>>>>
[2020-08-21T10:42:58.456Z] runbld>>> Adding /usr/lib/jvm/java-8-openjdk-amd64/bin to the path.
[2020-08-21T10:42:58.456Z] Processing JUnit reports with runbld...
[2020-08-21T10:42:58.456Z] + echo 'Processing JUnit reports with runbld...'
[2020-08-21T10:42:59.031Z] runbld>>> <<<<<<<<<<<< SCRIPT EXECUTION END <<<<<<<<<<<<
[2020-08-21T10:42:59.031Z] runbld>>> DURATION: 33ms
[2020-08-21T10:42:59.031Z] runbld>>> STDOUT: 40 bytes
[2020-08-21T10:42:59.031Z] runbld>>> STDERR: 49 bytes
[2020-08-21T10:42:59.031Z] runbld>>> WRAPPED PROCESS: SUCCESS (0)
[2020-08-21T10:42:59.031Z] runbld>>> Searching for build metadata in /var/lib/jenkins/workspace/Beats_beats_PR-20713
[2020-08-21T10:42:59.975Z] runbld>>> Storing build metadata: 
[2020-08-21T10:42:59.976Z] runbld>>> Adding test report.
[2020-08-21T10:42:59.976Z] runbld>>> Searching for junit test output files with the pattern: TEST-.*\.xml$ in: /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats
[2020-08-21T10:43:00.547Z] runbld>>> Found 137 test output files
[2020-08-21T10:43:02.461Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-openmetrics.xml
[2020-08-21T10:43:02.461Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-activemq.xml
[2020-08-21T10:43:02.461Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-iis.xml
[2020-08-21T10:43:02.461Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-istio.xml
[2020-08-21T10:43:02.461Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-tomcat.xml
[2020-08-21T10:43:02.461Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Metricbeat-OSS-Go-Integration-tests/metricbeat/build/TEST-go-integration-graphite.xml
[2020-08-21T10:43:02.461Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-20713/src/github.com/elastic/beats/Metricbeat-OSS-Go-Integration-tests/metricbeat/build/TEST-go-integration-windows.xml
[2020-08-21T10:43:03.845Z] runbld>>> Test output logs contained: Errors: 0 Failures: 11 Tests: 19697 Skipped: 1560
[2020-08-21T10:43:03.845Z] runbld>>> Storing result
[2020-08-21T10:43:03.845Z] runbld>>> FAILURES: 11
[2020-08-21T10:43:06.397Z] runbld>>> Store result: updated {:total 2, :successful 2, :failed 0} 2
[2020-08-21T10:43:06.397Z] runbld>>> BUILD: https://c150076387b5421f9154dfbf536e5c60.us-west1.gcp.cloud.es.io:9243/build-1597739501209/t/20200821104257-A0F2B32A
[2020-08-21T10:43:06.397Z] runbld>>> Email notification disabled by environment variable.
[2020-08-21T10:43:06.397Z] runbld>>> Slack notification disabled by environment variable.
[2020-08-21T10:43:11.905Z] Running on Jenkins in /var/lib/jenkins/workspace/Beats_beats_PR-20713
[2020-08-21T10:43:12.133Z] [INFO] getVaultSecret: Getting secrets
[2020-08-21T10:43:12.184Z] Masking supported pattern matches of $VAULT_ADDR or $VAULT_ROLE_ID or $VAULT_SECRET_ID
[2020-08-21T10:43:12.941Z] + chmod 755 generate-build-data.sh
[2020-08-21T10:43:12.941Z] + ./generate-build-data.sh https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-20713/ https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-20713/runs/4 FAILURE 3783199
[2020-08-21T10:43:12.941Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-20713/runs/4/steps/?limit=10000 -o steps-info.json
[2020-08-21T10:43:15.425Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-20713/runs/4/tests/?status=FAILED -o tests-errors.json
[2020-08-21T10:43:15.425Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-20713/runs/4/log/ -o pipeline-log.txt

@ruflin
Copy link
Member

ruflin commented Aug 21, 2020

jenkins, test this

@ycombinator
Copy link
Contributor Author

CI failures seem unrelated to this PR as the failures are also seen on master. So I'm merging this PR.

@ycombinator ycombinator merged commit aa6f5d7 into elastic:master Aug 21, 2020
@ycombinator ycombinator deleted the agent-insecure-env-var branch August 21, 2020 11:10
@ycombinator ycombinator added v7.10.0 v8.0.0 v7.9.1 and removed needs_reviewer PR needs to be assigned a reviewer labels Aug 21, 2020
ycombinator added a commit to ycombinator/beats that referenced this pull request Aug 21, 2020
…astic#20713)

* Add FLEET_ENROLL_INSECURE env var to expose --insecure CLI option

* Adding CHANGELOG entry

* Adding issue to CHANGELOG entry
# Conflicts:
#	x-pack/elastic-agent/CHANGELOG.asciidoc
ycombinator added a commit that referenced this pull request Aug 24, 2020
…ecure CLI option (#20713) (#20740)

* Add FLEET_ENROLL_INSECURE env var to expose --insecure CLI option (#20713)

* Add FLEET_ENROLL_INSECURE env var to expose --insecure CLI option

* Adding CHANGELOG entry

* Adding issue to CHANGELOG entry
# Conflicts:
#	x-pack/elastic-agent/CHANGELOG.asciidoc

* Fixing up CHANGELOG
ycombinator added a commit to ycombinator/beats that referenced this pull request Aug 25, 2020
…astic#20713)

* Add FLEET_ENROLL_INSECURE env var to expose --insecure CLI option

* Adding CHANGELOG entry

* Adding issue to CHANGELOG entry
# Conflicts:
#	x-pack/elastic-agent/CHANGELOG.asciidoc
ycombinator added a commit that referenced this pull request Aug 25, 2020
…0713) (#20732)

* Add FLEET_ENROLL_INSECURE env var to expose --insecure CLI option

* Adding CHANGELOG entry

* Adding issue to CHANGELOG entry
# Conflicts:
#	x-pack/elastic-agent/CHANGELOG.asciidoc
melchiormoulin pushed a commit to melchiormoulin/beats that referenced this pull request Oct 14, 2020
…astic#20713)

* Add FLEET_ENROLL_INSECURE env var to expose --insecure CLI option

* Adding CHANGELOG entry

* Adding issue to CHANGELOG entry
leweafan pushed a commit to leweafan/beats that referenced this pull request Apr 28, 2023
…ecure CLI option (elastic#20713) (elastic#20740)

* Add FLEET_ENROLL_INSECURE env var to expose --insecure CLI option (elastic#20713)

* Add FLEET_ENROLL_INSECURE env var to expose --insecure CLI option

* Adding CHANGELOG entry

* Adding issue to CHANGELOG entry
# Conflicts:
#	x-pack/elastic-agent/CHANGELOG.asciidoc

* Fixing up CHANGELOG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Elastic Agent] Docker error: connection to Kibana is insecure
4 participants