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

[libbeat] Add configurable exponential backoff for disk queue write errors #21493

Merged
merged 8 commits into from
Oct 2, 2020

Conversation

faec
Copy link
Contributor

@faec faec commented Oct 2, 2020

What does this PR do?

This PR adds user-configurable fields retry_interval and max_retry_interval to the disk queue, and uses them to perform exponential backoff when encountering fatal errors writing to disk.

I'm aware that there are some existing helper wrappers for this functionality, e.g. ExpBackoff in libbeat/common/backoff. Unfortunately they didn't fit the cancellation or error handling model in the queue, so the backoff here is done "by hand." I've tried to restrict the moving parts to self-contained helper functions.

  • 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.

How to test this PR locally

Enable the disk queue (with e.g. queue.disk.max_size: 1GB in the beat config) and start the beat. While it's running, remove write permissions to data/diskqueue. This should log errors for the writer and deleter (if applicable), e.g.:

2020-10-02T13:10:10.844-0400    ERROR   [publisher.diskqueue]   diskqueue/writer_loop.go:251    Writing to segment 9: open /Users/fae/go/src/github.com/elastic/beats/filebeat/data/diskqueue/9.seg: permission denied
2020-10-02T13:10:14.670-0400    ERROR   [publisher.diskqueue]   diskqueue/core_loop.go:204      Deleting segment files {"errors": [{"error": "Couldn't delete segment 4: remove /Users/fae/go/src/github.com/elastic/beats/filebeat/data/diskqueue/4.seg: permission denied"}]}

By default, any such errors should start 1 second apart and grow by powers of 2 up to 30 seconds. This default can be changed by setting queue.disk.{retry_interval, max_retry_interval}.

@faec faec added enhancement libbeat needs_backport PR is waiting to be backported to other branches. Team:Integrations Label for the Integrations team labels Oct 2, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/integrations (Team:Integrations)

@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 Oct 2, 2020
Copy link
Contributor

@fearful-symmetry fearful-symmetry left a comment

Choose a reason for hiding this comment

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

LGTM.

@elasticmachine
Copy link
Collaborator

elasticmachine commented Oct 2, 2020

💔 Build Failed

Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: [Pull request #21493 updated]

  • Start Time: 2020-10-02T17:42:56.640+0000

  • Duration: 91 min 37 sec

Test stats 🧪

Test Results
Failed 0
Passed 11868
Skipped 777
Total 12645

Steps errors

Expand to view the steps failures

  • Name: Extract

    • Description: tar -xpf source.tgz

    • Duration: 0 min 27 sec

    • Start Time: 2020-10-02T18:11:41.125+0000

    • log

  • Name: Error signal

    • Description: untar: step failed with error script returned exit code 1

    • Duration: 0 min 0 sec

    • Start Time: 2020-10-02T18:12:08.005+0000

    • log

  • Name: Extract

    • Description: tar -xpf source.tgz

    • Duration: 1 min 32 sec

    • Start Time: 2020-10-02T18:11:43.967+0000

    • log

  • Name: Error signal

    • Description: untar: step failed with error script returned exit code 1

    • Duration: 0 min 0 sec

    • Start Time: 2020-10-02T18:12:16.420+0000

    • log

  • Name: Extract

    • Description: tar -xpf source.tgz

    • Duration: 1 min 39 sec

    • Start Time: 2020-10-02T18:11:49.563+0000

    • log

  • Name: Error signal

    • Description: untar: step failed with error script returned exit code 1

    • Duration: 0 min 0 sec

    • Start Time: 2020-10-02T18:12:28.670+0000

    • log

  • Name: Extract

    • Description: tar -xpf source.tgz

    • Duration: 0 min 28 sec

    • Start Time: 2020-10-02T18:11:41.366+0000

    • log

  • Name: Error signal

    • Description: untar: step failed with error script returned exit code 1

    • Duration: 0 min 0 sec

    • Start Time: 2020-10-02T18:12:09.630+0000

    • log

  • Name: Extract

    • Description: tar -xpf source.tgz

    • Duration: 0 min 28 sec

    • Start Time: 2020-10-02T18:11:43.050+0000

    • log

  • Name: Error signal

    • Description: untar: step failed with error script returned exit code 1

    • Duration: 0 min 0 sec

    • Start Time: 2020-10-02T18:12:11.307+0000

    • log

  • Name: Extract

    • Description: tar -xpf source.tgz

    • Duration: 1 min 39 sec

    • Start Time: 2020-10-02T18:11:49.874+0000

    • log

  • Name: Error signal

    • Description: untar: step failed with error script returned exit code 1

    • Duration: 0 min 0 sec

    • Start Time: 2020-10-02T18:12:28.992+0000

    • log

  • Name: Extract

    • Description: tar -xpf source.tgz

    • Duration: 0 min 29 sec

    • Start Time: 2020-10-02T18:11:45.584+0000

    • log

  • Name: Error signal

    • Description: untar: step failed with error script returned exit code 1

    • Duration: 0 min 0 sec

    • Start Time: 2020-10-02T18:12:14.354+0000

    • log

  • Name: Extract

    • Description: tar -xpf source.tgz

    • Duration: 1 min 32 sec

    • Start Time: 2020-10-02T18:11:44.854+0000

    • log

  • Name: Error signal

    • Description: untar: step failed with error script returned exit code 1

    • Duration: 0 min 0 sec

    • Start Time: 2020-10-02T18:12:17.272+0000

    • log

  • Name: Extract

    • Description: tar -xpf source.tgz

    • Duration: 1 min 39 sec

    • Start Time: 2020-10-02T18:11:52.517+0000

    • log

  • Name: Error signal

    • Description: untar: step failed with error script returned exit code 1

    • Duration: 0 min 0 sec

    • Start Time: 2020-10-02T18:12:31.583+0000

    • log

  • Name: Extract

    • Description: tar -xpf source.tgz

    • Duration: 1 min 39 sec

    • Start Time: 2020-10-02T18:11:53.482+0000

    • log

  • Name: Error signal

    • Description: untar: step failed with error script returned exit code 1

    • Duration: 0 min 0 sec

    • Start Time: 2020-10-02T18:12:32.583+0000

    • log

  • Name: Extract

    • Description: tar -xpf source.tgz

    • Duration: 1 min 47 sec

    • Start Time: 2020-10-02T18:11:53.837+0000

    • log

  • Name: Error signal

    • Description: untar: step failed with error script returned exit code 1

    • Duration: 0 min 0 sec

    • Start Time: 2020-10-02T18:12:40.879+0000

    • log

  • Name: Extract

    • Description: tar -xpf source.tgz

    • Duration: 1 min 48 sec

    • Start Time: 2020-10-02T18:12:01.091+0000

    • log

  • Name: Error signal

    • Description: untar: step failed with error script returned exit code 1

    • Duration: 0 min 0 sec

    • Start Time: 2020-10-02T18:12:49.613+0000

    • log

Log output

Expand to view the last 100 lines of log output

[2020-10-02T19:12:39.424Z]  Engine:
[2020-10-02T19:12:39.424Z]   Version:          19.03.13
[2020-10-02T19:12:39.424Z]   API version:      1.40 (minimum version 1.12)
[2020-10-02T19:12:39.424Z]   Go version:       go1.13.15
[2020-10-02T19:12:39.424Z]   Git commit:       4484c46d9d
[2020-10-02T19:12:39.424Z]   Built:            Wed Sep 16 17:01:06 2020
[2020-10-02T19:12:39.424Z]   OS/Arch:          linux/amd64
[2020-10-02T19:12:39.424Z]   Experimental:     false
[2020-10-02T19:12:39.424Z]  containerd:
[2020-10-02T19:12:39.424Z]   Version:          1.3.7
[2020-10-02T19:12:39.424Z]   GitCommit:        8fba4e9a7d01810a393d5d25a3621dc101981175
[2020-10-02T19:12:39.424Z]  runc:
[2020-10-02T19:12:39.424Z]   Version:          1.0.0-rc10
[2020-10-02T19:12:39.424Z]   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
[2020-10-02T19:12:39.424Z]  docker-init:
[2020-10-02T19:12:39.424Z]   Version:          0.18.0
[2020-10-02T19:12:39.424Z]   GitCommit:        fec3683
[2020-10-02T19:12:46.429Z] [INFO] unstashV2: JOB_GCS_BUCKET is set. bucket param got precedency instead.
[2020-10-02T19:12:46.439Z] [INFO] unstashV2: JOB_GCS_CREDENTIALS is set. credentialsId param got precedency instead.
[2020-10-02T19:12:46.548Z] [Google Cloud Storage Plugin] Found 1 files to download from pattern: gs://beats-ci-temp/Beats/beats/PR-21493-2/source/source.tgz
[2020-10-02T19:12:46.569Z] [Google Cloud Storage Plugin] Downloading: Beats/beats/PR-21493-2/source/source.tgz to local path: /var/lib/jenkins/workspace/Beats_beats_PR-21493/source.tgz
[2020-10-02T19:12:59.753Z] + tar --version
[2020-10-02T19:13:00.054Z] + tar -xpf source.tgz
[2020-10-02T19:13:10.402Z] + rm source.tgz
[2020-10-02T19:13:10.507Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21493/src/github.com/elastic/beats
[2020-10-02T19:13:10.522Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21493/src/github.com/elastic/beats/uncategorized-1601662082682
[2020-10-02T19:13:10.583Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21493/src/github.com/elastic/beats/libbeat-stress-tests-1601662309215
[2020-10-02T19:13:10.616Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21493/src/github.com/elastic/beats/winlogbeat-crosscompile-1601662387885
[2020-10-02T19:13:10.649Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21493/src/github.com/elastic/beats/x-pack-elastic-agent-build-1601662405321
[2020-10-02T19:13:10.683Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21493/src/github.com/elastic/beats/auditbeat-crosscompile-1601662422951
[2020-10-02T19:13:10.715Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21493/src/github.com/elastic/beats/journalbeat-unitTest-1601662423565
[2020-10-02T19:13:10.753Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21493/src/github.com/elastic/beats/x-pack-dockerlogbeat-build-1601662429433
[2020-10-02T19:13:10.785Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21493/src/github.com/elastic/beats/libbeat-crosscompile-1601662592930
[2020-10-02T19:13:10.818Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21493/src/github.com/elastic/beats/packetbeat-build-1601662622681
[2020-10-02T19:13:10.852Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21493/src/github.com/elastic/beats/metricbeat-unitTest-1601662685862
[2020-10-02T19:13:10.894Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21493/src/github.com/elastic/beats/heartbeat-build-1601662788378
[2020-10-02T19:13:10.932Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21493/src/github.com/elastic/beats/x-pack-auditbeat-build-1601662795741
[2020-10-02T19:13:10.968Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21493/src/github.com/elastic/beats/x-pack-functionbeat-build-1601662846513
[2020-10-02T19:13:11.007Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21493/src/github.com/elastic/beats/auditbeat-build-1601662880080
[2020-10-02T19:13:11.042Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21493/src/github.com/elastic/beats/metricbeat-crosscompile-1601662925682
[2020-10-02T19:13:11.140Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21493/src/github.com/elastic/beats/generator-metricbeat-test-1601662957751
[2020-10-02T19:13:11.180Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21493/src/github.com/elastic/beats/generator-beat-test-1601663016215
[2020-10-02T19:13:11.211Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21493/src/github.com/elastic/beats/x-pack-libbeat-build-1601663301836
[2020-10-02T19:13:11.244Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21493/src/github.com/elastic/beats/filebeat-build-1601663739876
[2020-10-02T19:13:11.280Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21493/src/github.com/elastic/beats/libbeat-build-1601664115780
[2020-10-02T19:13:11.318Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21493/src/github.com/elastic/beats/metricbeat-goIntegTest-1601664334251
[2020-10-02T19:13:11.362Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21493/src/github.com/elastic/beats/x-pack-filebeat-build-1601664376723
[2020-10-02T19:13:11.399Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21493/src/github.com/elastic/beats/metricbeat-pythonIntegTest-1601664426964
[2020-10-02T19:13:11.431Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-21493/src/github.com/elastic/beats/x-pack-metricbeat-build-1601665673270
[2020-10-02T19:13:11.772Z] + cat
[2020-10-02T19:13:11.772Z] + /usr/local/bin/runbld ./runbld-test-reports --job-name elastic+beats+pull-request
[2020-10-02T19:13:11.772Z] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[2020-10-02T19:13:18.369Z] runbld>>> runbld started
[2020-10-02T19:13:18.369Z] runbld>>> 1.6.12/f45d832f2ba0aa2722ab4ec1fda8ad140f027f8b
[2020-10-02T19:13:19.755Z] runbld>>> The following profiles matched the job 'elastic+beats+pull-request' in order of occurrence in the config (last value wins).
[2020-10-02T19:13:19.755Z] runbld>>> Matches in the system config:
[2020-10-02T19:13:19.755Z] runbld>>> - Matched ^elastic\+beats
[2020-10-02T19:13:19.755Z] runbld>>> - Matched ^elastic\+beats\+pull-request
[2020-10-02T19:13:21.145Z] runbld>>> Debug logging enabled.
[2020-10-02T19:13:21.145Z] runbld>>> Storing result
[2020-10-02T19:13:21.145Z] runbld>>> Store result: created {:total 2, :successful 2, :failed 0} 1
[2020-10-02T19:13:21.145Z] runbld>>> BUILD: https://c150076387b5421f9154dfbf536e5c60.us-west1.gcp.cloud.es.io:9243/build-1597739501209/t/20201002191320-E347774D
[2020-10-02T19:13:21.145Z] runbld>>> Adding system facts.
[2020-10-02T19:13:22.090Z] runbld>>> Adding vcs info for the latest commit:  eac8427297acda562fd3c82b98feaa5c2ebb0269
[2020-10-02T19:13:22.090Z] runbld>>> >>>>>>>>>>>> SCRIPT EXECUTION BEGIN >>>>>>>>>>>>
[2020-10-02T19:13:22.090Z] runbld>>> Adding /usr/lib/jvm/java-8-openjdk-amd64/bin to the path.
[2020-10-02T19:13:22.090Z] Processing JUnit reports with runbld...
[2020-10-02T19:13:22.090Z] + echo 'Processing JUnit reports with runbld...'
[2020-10-02T19:13:22.664Z] runbld>>> <<<<<<<<<<<< SCRIPT EXECUTION END <<<<<<<<<<<<
[2020-10-02T19:13:22.664Z] runbld>>> DURATION: 54ms
[2020-10-02T19:13:22.664Z] runbld>>> STDOUT: 40 bytes
[2020-10-02T19:13:22.664Z] runbld>>> STDERR: 49 bytes
[2020-10-02T19:13:22.664Z] runbld>>> WRAPPED PROCESS: SUCCESS (0)
[2020-10-02T19:13:22.664Z] runbld>>> Searching for build metadata in /var/lib/jenkins/workspace/Beats_beats_PR-21493
[2020-10-02T19:13:23.608Z] runbld>>> Storing build metadata: 
[2020-10-02T19:13:23.608Z] runbld>>> Adding test report.
[2020-10-02T19:13:23.608Z] runbld>>> Searching for junit test output files with the pattern: TEST-.*\.xml$ in: /var/lib/jenkins/workspace/Beats_beats_PR-21493/src/github.com/elastic/beats
[2020-10-02T19:13:24.553Z] runbld>>> Found 101 test output files
[2020-10-02T19:13:25.943Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-21493/src/github.com/elastic/beats/x-pack-metricbeat-build-1601665673270/x-pack/metricbeat/build/TEST-go-integration-openmetrics.xml
[2020-10-02T19:13:25.943Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-21493/src/github.com/elastic/beats/x-pack-metricbeat-build-1601665673270/x-pack/metricbeat/build/TEST-go-integration-istio.xml
[2020-10-02T19:13:25.943Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-21493/src/github.com/elastic/beats/x-pack-metricbeat-build-1601665673270/x-pack/metricbeat/build/TEST-go-integration-activemq.xml
[2020-10-02T19:13:25.943Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-21493/src/github.com/elastic/beats/x-pack-metricbeat-build-1601665673270/x-pack/metricbeat/build/TEST-go-integration-iis.xml
[2020-10-02T19:13:25.943Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-21493/src/github.com/elastic/beats/x-pack-metricbeat-build-1601665673270/x-pack/metricbeat/build/TEST-go-integration-tomcat.xml
[2020-10-02T19:13:26.205Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-21493/src/github.com/elastic/beats/metricbeat-goIntegTest-1601664334251/metricbeat/build/TEST-go-integration-graphite.xml
[2020-10-02T19:13:26.205Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-21493/src/github.com/elastic/beats/metricbeat-goIntegTest-1601664334251/metricbeat/build/TEST-go-integration-windows.xml
[2020-10-02T19:13:26.776Z] runbld>>> Test output logs contained: Errors: 0 Failures: 0 Tests: 12645 Skipped: 559
[2020-10-02T19:13:26.776Z] runbld>>> Storing result
[2020-10-02T19:13:26.776Z] runbld>>> FAILURES: 0
[2020-10-02T19:13:27.037Z] runbld>>> Store result: updated {:total 2, :successful 2, :failed 0} 2
[2020-10-02T19:13:27.037Z] runbld>>> BUILD: https://c150076387b5421f9154dfbf536e5c60.us-west1.gcp.cloud.es.io:9243/build-1597739501209/t/20201002191320-E347774D
[2020-10-02T19:13:27.299Z] runbld>>> Email notification disabled by environment variable.
[2020-10-02T19:13:27.299Z] runbld>>> Slack notification disabled by environment variable.
[2020-10-02T19:13:32.755Z] Running on Jenkins in /var/lib/jenkins/workspace/Beats_beats_PR-21493
[2020-10-02T19:13:32.784Z] [INFO] getVaultSecret: Getting secrets
[2020-10-02T19:13:32.862Z] Masking supported pattern matches of $VAULT_ADDR or $VAULT_ROLE_ID or $VAULT_SECRET_ID
[2020-10-02T19:13:33.464Z] + chmod 755 generate-build-data.sh
[2020-10-02T19:13:33.464Z] + ./generate-build-data.sh https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-21493/ https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-21493/runs/2 FAILURE 5436566
[2020-10-02T19:13:33.464Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-21493/runs/2/steps/?limit=10000 -o steps-info.json
[2020-10-02T19:13:41.490Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-21493/runs/2/tests/?status=FAILED -o tests-errors.json
[2020-10-02T19:13:41.490Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-21493/runs/2/log/ -o pipeline-log.txt

@faec faec merged commit b0236ee into elastic:master Oct 2, 2020
@faec faec deleted the disk-queue branch October 2, 2020 20:30
@faec faec added v7.10.0 and removed needs_backport PR is waiting to be backported to other branches. labels Oct 2, 2020
faec added a commit to faec/beats that referenced this pull request Oct 2, 2020
v1v added a commit to v1v/beats that referenced this pull request Oct 5, 2020
…-matches-found

* upstream/master: (21 commits)
  Skip filestream flaky tests (elastic#21490)
  Ignore unsupported metrics in the azure module (elastic#21486)
  Do not run symlink tests on Windows (elastic#21472)
  Map `cloud.account.id` to azure sub id (elastic#21483)
  Add support for app_state metricset (elastic#20639)
  Include original error when metricbeat fails to connect with Kafka (elastic#21484)
  Prompt only when agent is already enrolled (elastic#21473)
  Fix leftover delpoyment example (elastic#21474)
  Bump version to ECS 1.6 in modules without ECS updates (elastic#21455)
  Clarify input type configuration options (elastic#19284)
  Increase index pattern size check to 10MiB (elastic#21487)
  Migrate S3 Input to Filebeat Input V2 (elastic#20005)
  [libbeat] Add configurable exponential backoff for disk queue write errors (elastic#21493)
  Revert "Revert "[JJBB] Set shallow cloning to 10 (elastic#21409)" (elastic#21447)" (elastic#21467)
  Fix format of debug messages in tlscommon (elastic#21482)
  [CI] Change x-pack/auditbeat build events (comments, labels) (elastic#21463)
  [CI] changeset from elastic#20603 was not added to CI2.0 (elastic#21464)
  Add new log file reader for filestream input (elastic#21450)
  [CI] Send slack message with build status (elastic#21428)
  Remove duplicated sources url in dependencies report (elastic#21462)
  ...
faec added a commit that referenced this pull request Oct 5, 2020
v1v added a commit to v1v/beats that referenced this pull request Oct 5, 2020
* upstream/master: (26 commits)
  [Ingest Manager] Send updating state (elastic#21461)
  [Filebeat][New Fileset] Cisco Umbrella support (elastic#21504)
  [Ingest Manager] Download asc from artifact store specified in spec (elastic#21488)
  Implementation of fileProspector (elastic#21479)
  [Metricbeat] Add latency config option into aws module (elastic#20875)
  Skip filestream flaky tests (elastic#21490)
  Ignore unsupported metrics in the azure module (elastic#21486)
  Do not run symlink tests on Windows (elastic#21472)
  Map `cloud.account.id` to azure sub id (elastic#21483)
  Add support for app_state metricset (elastic#20639)
  Include original error when metricbeat fails to connect with Kafka (elastic#21484)
  Prompt only when agent is already enrolled (elastic#21473)
  Fix leftover delpoyment example (elastic#21474)
  Bump version to ECS 1.6 in modules without ECS updates (elastic#21455)
  Clarify input type configuration options (elastic#19284)
  Increase index pattern size check to 10MiB (elastic#21487)
  Migrate S3 Input to Filebeat Input V2 (elastic#20005)
  [libbeat] Add configurable exponential backoff for disk queue write errors (elastic#21493)
  Revert "Revert "[JJBB] Set shallow cloning to 10 (elastic#21409)" (elastic#21447)" (elastic#21467)
  Fix format of debug messages in tlscommon (elastic#21482)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants