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

Removing xpack.monitoring.* settings #18608

Merged
merged 6 commits into from
Jul 17, 2020

Conversation

ycombinator
Copy link
Contributor

@ycombinator ycombinator commented May 18, 2020

⚠️ DO NOT BACKPORT - should go out only in 8.0.0! ⚠️

What does this PR do?

This PR removes the xpack.monitoring.* settings and associated code. This setting was deprecated in 7.2.0 in favor of monitoring.* settings (see #9260). Users will now have to use the new monitoring.* settings instead.

Why is it important?

The xpack.monitoring.* settings routed Beats monitoring data from the Beat => ES production cluster (determined by the value of xpack.monitoring.elasticsearch.hosts or output.elasticsearch.hosts) => ES monitoring cluster. This path of routing monitoring data is going away in 8.0.0.

Instead, starting 8.0.0 Beats (and indeed all other Elastic Stack products) will be required to ship their monitoring data from Beat => ES monitoring cluster (determined by the value of monitoring.elasticsearch.hosts).

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 xpack.monitoring.* settings were already removed from default configuration files when they were deprecated in 7.2.0.
  • I have added tests that prove my fix is effective or that my feature works Tests already exist.
  • 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 May 18, 2020
@botelastic botelastic bot removed the needs_team Indicates that the issue/PR needs a Team:* label label May 18, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/stack-monitoring (Stack monitoring)

@elasticmachine
Copy link
Collaborator

Pinging @elastic/integrations (Team:Integrations)

@ycombinator ycombinator added Team:Services (Deprecated) Label for the former Integrations-Services team and removed Team:Integrations Label for the Integrations team labels May 18, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/integrations-services (Team:Services)

@ycombinator ycombinator requested review from dedemorton and a team May 18, 2020 08:44
@ycombinator ycombinator marked this pull request as ready for review May 18, 2020 08:44
@elasticmachine
Copy link
Collaborator

elasticmachine commented May 18, 2020

💔 Build Failed

Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

Test stats 🧪

Test Results
Failed 0
Passed 9102
Skipped 1537
Total 10639

Steps errors

Expand to view the steps failures

  • Name: Report to Codecov

    • Description: curl -sSLo codecov https://codecov.io/bash for i in auditbeat filebeat heartbeat libbeat metricbeat packetbeat winlogbeat journalbeat do FILE="${i}/build/coverage/full.cov" if [ -f "${FILE}" ]; then bash codecov -f "${FILE}" fi done

    • Result: FAILURE

    • Duration: 0 min 3 sec

    • Start Time: 2020-05-18T09:43:08.489+0000

    • log

  • Name: Make -C libbeat testsuite

    • Description: make -C libbeat testsuite

    • Result: FAILURE

    • Duration: 27 min 27 sec

    • Start Time: 2020-05-18T09:27:17.300+0000

    • log

Log output

Expand to view the last 100 lines of log output

[2020-05-18T10:19:41.682Z] + FILE=metricbeat/build/coverage/full.cov
[2020-05-18T10:19:41.682Z] + [ -f metricbeat/build/coverage/full.cov ]
[2020-05-18T10:19:41.682Z] + FILE=packetbeat/build/coverage/full.cov
[2020-05-18T10:19:41.682Z] + [ -f packetbeat/build/coverage/full.cov ]
[2020-05-18T10:19:41.682Z] + FILE=winlogbeat/build/coverage/full.cov
[2020-05-18T10:19:41.682Z] + [ -f winlogbeat/build/coverage/full.cov ]
[2020-05-18T10:19:41.682Z] + FILE=journalbeat/build/coverage/full.cov
[2020-05-18T10:19:41.682Z] + [ -f journalbeat/build/coverage/full.cov ]
[2020-05-18T10:19:42.237Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats
[2020-05-18T10:19:42.561Z] + find . -type f -name TEST*.xml -path */build/* -delete
[2020-05-18T10:19:42.575Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Lint
[2020-05-18T10:19:42.675Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Elastic-Agent-Mac-OS-X
[2020-05-18T10:19:42.750Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Winlogbeat-oss
[2020-05-18T10:19:42.838Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Elastic-Agent-x-pack
[2020-05-18T10:19:42.920Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Dockerlogbeat
[2020-05-18T10:19:43.029Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Filebeat-x-pack-Mac-OS-X
[2020-05-18T10:19:43.103Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Journalbeat-oss
[2020-05-18T10:19:43.175Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Generators-Metricbeat-Linux
[2020-05-18T10:19:43.250Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Functionbeat-x-pack
[2020-05-18T10:19:43.333Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Metricbeat-Mac-OS-X
[2020-05-18T10:19:43.436Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Elastic-Agent-x-pack-Windows
[2020-05-18T10:19:43.514Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Metricbeat-OSS-Unit-tests
[2020-05-18T10:19:43.585Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Metricbeat-crosscompile
[2020-05-18T10:19:43.659Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Heartbeat-oss
[2020-05-18T10:19:43.744Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Auditbeat-x-pack
[2020-05-18T10:19:43.829Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Functionbeat-Mac-OS-X-x-pack
[2020-05-18T10:19:43.894Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Filebeat-Mac-OS-X
[2020-05-18T10:19:43.963Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Libbeat-x-pack
[2020-05-18T10:19:44.040Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Auditbeat-Linux
[2020-05-18T10:19:44.120Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Packetbeat-oss
[2020-05-18T10:19:44.194Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Filebeat-x-pack-Windows
[2020-05-18T10:19:44.260Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Filebeat-Windows
[2020-05-18T10:19:44.324Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Heartbeat-Mac-OS-X
[2020-05-18T10:19:44.392Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Auditbeat-crosscompile
[2020-05-18T10:19:44.458Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Winlogbeat-Windows
[2020-05-18T10:19:44.523Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Winlogbeat-Windows-x-pack
[2020-05-18T10:19:44.588Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Generators-Beat-Linux
[2020-05-18T10:19:44.656Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Metricbeat-Windows
[2020-05-18T10:19:44.721Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Metricbeat-x-pack-Windows
[2020-05-18T10:19:44.786Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Auditbeat-Mac-OS-X
[2020-05-18T10:19:44.852Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Filebeat-x-pack
[2020-05-18T10:19:44.915Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Libbeat-oss
[2020-05-18T10:19:44.980Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Functionbeat-Windows
[2020-05-18T10:19:45.045Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Heartbeat-Windows
[2020-05-18T10:19:45.110Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Filebeat-oss
[2020-05-18T10:19:45.177Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Metricbeat-OSS-Integration-tests
[2020-05-18T10:19:45.291Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Auditbeat-Windows
[2020-05-18T10:19:45.361Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Metricbeat-Python-integration-tests
[2020-05-18T10:19:45.436Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Generators-Metricbeat-Mac-OS-X
[2020-05-18T10:19:45.501Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Metricbeat-x-pack-Mac-OS-X
[2020-05-18T10:19:45.570Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Generators-Beat-Mac-OS-X
[2020-05-18T10:19:45.633Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Metricbeat-x-pack
[2020-05-18T10:19:45.995Z] + cat
[2020-05-18T10:19:45.995Z] + /usr/local/bin/runbld ./runbld-script
[2020-05-18T10:19:45.995Z] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[2020-05-18T10:19:52.598Z] runbld>>> runbld started
[2020-05-18T10:19:52.598Z] runbld>>> 1.6.11/a66728ff8f4356963772e6e6d2069392fa06acbe
[2020-05-18T10:19:54.536Z] runbld>>> The following profiles matched the job 'Beats/beats-beats-mbp/PR-18608' in order of occurrence in the config (last value wins).
[2020-05-18T10:19:55.923Z] runbld>>> Debug logging enabled.
[2020-05-18T10:19:55.923Z] runbld>>> Storing result
[2020-05-18T10:19:55.923Z] runbld>>> Store result: created {:total 2, :successful 2, :failed 0} 1
[2020-05-18T10:19:55.923Z] runbld>>> BUILD: https://c150076387b5421f9154dfbf536e5c60.us-west1.gcp.cloud.es.io:9243/build-1587637540455/t/20200518101955-302DAB9A
[2020-05-18T10:19:55.923Z] runbld>>> Adding system facts.
[2020-05-18T10:19:56.867Z] runbld>>> Adding vcs info for the latest commit:  45217eeb5c44e2a8575c458a7fa3fbdd56f268c1
[2020-05-18T10:19:57.128Z] runbld>>> >>>>>>>>>>>> SCRIPT EXECUTION BEGIN >>>>>>>>>>>>
[2020-05-18T10:19:57.128Z] runbld>>> Adding /usr/lib/jvm/java-8-openjdk-amd64/bin to the path.
[2020-05-18T10:19:57.128Z] Processing JUnit reports with runbld...
[2020-05-18T10:19:57.128Z] + echo 'Processing JUnit reports with runbld...'
[2020-05-18T10:19:57.390Z] runbld>>> <<<<<<<<<<<< SCRIPT EXECUTION END <<<<<<<<<<<<
[2020-05-18T10:19:57.390Z] runbld>>> DURATION: 9ms
[2020-05-18T10:19:57.390Z] runbld>>> STDOUT: 40 bytes
[2020-05-18T10:19:57.390Z] runbld>>> STDERR: 49 bytes
[2020-05-18T10:19:57.390Z] runbld>>> WRAPPED PROCESS: SUCCESS (0)
[2020-05-18T10:19:57.390Z] runbld>>> Searching for build metadata in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats
[2020-05-18T10:19:59.313Z] runbld>>> Storing build metadata: 
[2020-05-18T10:19:59.313Z] runbld>>> Adding test report.
[2020-05-18T10:19:59.313Z] runbld>>> Searching for junit test output files with the pattern: TEST-.*\.xml$ in: /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats
[2020-05-18T10:20:00.261Z] runbld>>> Found 110 test output files
[2020-05-18T10:20:00.837Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-openmetrics.xml
[2020-05-18T10:20:00.837Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-istio.xml
[2020-05-18T10:20:00.837Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-iis.xml
[2020-05-18T10:20:00.837Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-activemq.xml
[2020-05-18T10:20:00.837Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-tomcat.xml
[2020-05-18T10:20:00.838Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-cloudfoundry.xml
[2020-05-18T10:20:01.785Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Metricbeat-OSS-Integration-tests/metricbeat/build/TEST-go-integration-windows.xml
[2020-05-18T10:20:01.785Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608/src/github.com/elastic/beats/Metricbeat-OSS-Integration-tests/metricbeat/build/TEST-go-integration-graphite.xml
[2020-05-18T10:20:02.372Z] runbld>>> Test output logs contained: Errors: 0 Failures: 0 Tests: 10489 Skipped: 1299
[2020-05-18T10:20:02.373Z] runbld>>> Storing result
[2020-05-18T10:20:02.373Z] runbld>>> FAILURES: 0
[2020-05-18T10:20:02.635Z] runbld>>> Store result: updated {:total 2, :successful 2, :failed 0} 2
[2020-05-18T10:20:02.635Z] runbld>>> BUILD: https://c150076387b5421f9154dfbf536e5c60.us-west1.gcp.cloud.es.io:9243/build-1587637540455/t/20200518101955-302DAB9A
[2020-05-18T10:20:02.635Z] runbld>>> Email notification disabled by environment variable.
[2020-05-18T10:20:02.635Z] runbld>>> Slack notification disabled by environment variable.
[2020-05-18T10:20:08.723Z] Running on Jenkins in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-18608
[2020-05-18T10:20:08.987Z] [INFO] getVaultSecret: Getting secrets
[2020-05-18T10:20:09.040Z] Masking supported pattern matches of $VAULT_ADDR or $VAULT_ROLE_ID or $VAULT_SECRET_ID
[2020-05-18T10:20:09.737Z] + chmod 755 generate-build-data.sh
[2020-05-18T10:20:09.737Z] + ./generate-build-data.sh https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats-beats-mbp/PR-18608/ https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats-beats-mbp/PR-18608/runs/3 FAILURE 4551226
[2020-05-18T10:20:10.288Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats-beats-mbp/PR-18608/runs/3/steps/?limit=10000 -o steps-info.json
[2020-05-18T10:20:11.199Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats-beats-mbp/PR-18608/runs/3/tests/?status=FAILED -o tests-errors.json

@urso
Copy link

urso commented May 18, 2020

These kind of PRs I like :)

@ycombinator
Copy link
Contributor Author

jenkins, run tests please

@ycombinator
Copy link
Contributor Author

Travis CI is green and Jenkins CI failures look unrelated. Merging.

@ycombinator ycombinator merged commit a6f180e into elastic:master Jul 17, 2020
@ycombinator ycombinator deleted the del-xpack-monitoring branch July 17, 2020 20:48
v1v added a commit to v1v/beats that referenced this pull request Jul 20, 2020
…ngs-archive

* upstream/master: (274 commits)
  Test export commands in all Beats (elastic#20016)
  [Ingest Manager] Allow using drop path for agent build (elastic#20019)
  [DOCS] Remove include for deleted file in monitoring docs (elastic#20038)
  Removing xpack.monitoring.* settings (elastic#18608)
  [Heartbeat] Add service_name option for APM integration (elastic#19932)
  [Elastic Agent] Fix merging of fleet.yml. Add --staging to enroll cmd. (elastic#20026)
  Stricter stalebot configuration for PRs (elastic#20004)
  [ci] Favor direct mage invocation on CI (elastic#19960)
  Add cloudwatch input into Filebeat configure inputs documentation (elastic#19973)
  [Filebeat] remove delimiter \n from log line in s3 input (elastic#19972)
  [Metricbeat] Update MySQL dashboard (elastic#19913)
  Packetbeat process monitor: Ignore missing /proc/net/tcp6 (elastic#19945)
  [CI] fix MODULE variable cornercases (elastic#19985)
  Ignore timestamp in fortinet/clientendpoint and netscout/sightline (elastic#19998)
  add 7.9 to .backportrc.json (elastic#19952)
  Update internal links to external (elastic#19947)
  Remove Dynamic Script Compilations warning in Cisco module (elastic#19840)
  [Elastic Agent] Fix RPM and DEB packaging for Elastic Agent (elastic#19959)
  [Ingest Manager] Do not compare err with custom type (elastic#19980)
  Fix nanocore sum for non default intervals on Kubernetes Overview Dashboard (elastic#19675)
  ...
v1v added a commit to v1v/beats that referenced this pull request Jul 20, 2020
…nly-mod

* upstream/master: (75 commits)
  Test export commands in all Beats (elastic#20016)
  [Ingest Manager] Allow using drop path for agent build (elastic#20019)
  [DOCS] Remove include for deleted file in monitoring docs (elastic#20038)
  Removing xpack.monitoring.* settings (elastic#18608)
  [Heartbeat] Add service_name option for APM integration (elastic#19932)
  [Elastic Agent] Fix merging of fleet.yml. Add --staging to enroll cmd. (elastic#20026)
  Stricter stalebot configuration for PRs (elastic#20004)
  [ci] Favor direct mage invocation on CI (elastic#19960)
  Add cloudwatch input into Filebeat configure inputs documentation (elastic#19973)
  [Filebeat] remove delimiter \n from log line in s3 input (elastic#19972)
  [Metricbeat] Update MySQL dashboard (elastic#19913)
  Packetbeat process monitor: Ignore missing /proc/net/tcp6 (elastic#19945)
  [CI] fix MODULE variable cornercases (elastic#19985)
  Ignore timestamp in fortinet/clientendpoint and netscout/sightline (elastic#19998)
  add 7.9 to .backportrc.json (elastic#19952)
  Update internal links to external (elastic#19947)
  Remove Dynamic Script Compilations warning in Cisco module (elastic#19840)
  [Elastic Agent] Fix RPM and DEB packaging for Elastic Agent (elastic#19959)
  [Ingest Manager] Do not compare err with custom type (elastic#19980)
  Fix nanocore sum for non default intervals on Kubernetes Overview Dashboard (elastic#19675)
  ...
melchiormoulin pushed a commit to melchiormoulin/beats that referenced this pull request Oct 14, 2020
* Removing xpack.monitoring.* setting and corresponding code

* Updating docs

* Adding CHANGELOG entry

* Removing ES calls to custom monitoring endpoints!

* Removing xpack monitoring API params

* Removing format from test
@zube zube bot removed the [zube]: Done label Oct 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change Feature:Stack Monitoring libbeat Team:Services (Deprecated) Label for the former Integrations-Services team v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants