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

Fix terminating pod autodiscover issue #20084

Merged
merged 4 commits into from
Jul 23, 2020

Conversation

ChrsMark
Copy link
Member

@ChrsMark ChrsMark commented Jul 21, 2020

What does this PR do?

This addition handles the case when a Pod is in Terminating phase.
In this case the pod is neither PodSucceeded nor PodFailed and
hence requires special handling.
In this, we check all Pod's containers' statuses and if we find a at least
one still running we ignore this update event. With this, we make sure
that all containers are stopped before stopping Filebeat.

Why is it important?

To collect any leftover logs when the pod is going in Terminating state.

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.

How to test this PR locally

Use replication steps of #17396 (comment) and expect to see that the issue is fixed. The screenshot below provides the fixed case.

filebeat.autodiscover:
      providers:
        - type: kubernetes
          node: ${NODE_NAME}
          templates:
            - condition:
                equals:
                  kubernetes.pod.name: "mytargetpod"
              config:
                - type: container
                  paths:
                    - /var/log/containers/*${data.kubernetes.container.id}.log

Related issues

Screenshots

Screenshot 2020-07-21 at 12 17 45

Signed-off-by: chrismark <chrismarkou92@gmail.com>
@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Jul 21, 2020
@ChrsMark ChrsMark self-assigned this Jul 21, 2020
@ChrsMark ChrsMark added the Team:Platforms Label for the Integrations - Platforms team label Jul 21, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/integrations-platforms (Team:Platforms)

@botelastic botelastic bot removed the needs_team Indicates that the issue/PR needs a Team:* label label Jul 21, 2020
@ChrsMark ChrsMark added needs_team Indicates that the issue/PR needs a Team:* label review labels Jul 21, 2020
@botelastic botelastic bot removed the needs_team Indicates that the issue/PR needs a Team:* label label Jul 21, 2020
@botelastic
Copy link

botelastic bot commented Jul 21, 2020

This pull request doesn't have a Team:<team> label.

Signed-off-by: chrismark <chrismarkou92@gmail.com>
@elasticmachine
Copy link
Collaborator

elasticmachine commented Jul 21, 2020

💔 Tests Failed

Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: [Pull request #20084 event]

  • Start Time: 2020-07-22T12:03:20.557+0000

  • Duration: 76 min 6 sec

Test stats 🧪

Test Results
Failed 2
Passed 16923
Skipped 1896
Total 18821

Test errors

Expand to view the tests failures

  • Name: Build and Test / Metricbeat OSS Unit tests / test_process – test_system.Test

    • Age: 1
    • Duration: 1.369
    • Error Details: False is not true : fd not found in any process events
  • Name: Build and Test / Filebeat x-pack / test_fileset_file_095_cylance – test_xpack_modules.XPackTest

    • Age: 1
    • Duration: 9.164
    • Error Details: The following expected object doesn't match:
      Diff:
      {'values_changed': {"root['rsa.time.event_time']": {'new_value': '2020-07-24T10:58:48.000Z', 'old_value': '2019-07-24T10:58:48.000Z'}, "root['@timestamp']": {'new_value': '2020-07-24T10:58:48.000Z', 'old_value': '2019-07-24T10:58:48.000Z'}}}, full object:
      {'rsa.internal.messageid': 'CylancePROTECT', 'rsa.identity.firstname': 'rinc', 'rsa.identity.lastname': 'tno', 'rsa.investigations.event_cat': 1609000000, 'rsa.investigations.event_cat_name': 'System.Alerts', 'rsa.time.event_time': '2020-07-24T10:58:48.000Z', 'rsa.db.index': 'rExce', 'rsa.misc.device_name': 'ncididu', 'rsa.misc.event_type': 'Alert', 'rsa.misc.mail_id': 'meumf', 'rsa.network.alias_host': ['squ2213.www.test'], 'log.offset': 24048, 'fileset.name': 'protect', 'tags': ['cylance.protect', 'forwarded'], 'observer.product': 'Protect', 'observer.vendor': 'Cylance', 'observer.type': 'Anti-Virus', 'input.type': 'log', '@timestamp': '2020-07-24T10:58:48.000Z', 'service.type': 'cylance', 'host.name': 'squ2213.www.test', 'event.original': '24-Jul-2019 8:58:48 very-high uiacon6640.api.localhost suntexpl <sBonoru 24T08:58:48.everi squ2213.www.test CylancePROTECT Event Name:Alert, Device Message: Device: ncididu; Zones Removed: itati; Zones Added: nostrude, User: rinc tno (meumf), Zone Names:rExce Device Id: quisquam', 'event.code': 'CylancePROTECT', 'event.module': 'cylance', 'event.action': 'Alert', 'event.dataset': 'cylance.protect'}
      -------------------- >> begin captured stdout << ---------------------
      Using elasticsearch: http://elasticsearch:9200
      Testing cylance/protect on /go/src/github.com/elastic/beats/x-pack/filebeat/module/cylance/protect/test/generated.log

--------------------- >> end captured stdout << ----------------------

Steps errors

Expand to view the steps failures

  • Name: Mage build test

    • Description: mage build test

    • Duration: 8 min 27 sec

    • Start Time: 2020-07-22T12:26:39.439+0000

    • log

  • Name: Mage build test

    • Description: mage build test

    • Duration: 26 min 24 sec

    • Start Time: 2020-07-22T12:26:41.143+0000

    • log

  • Name: Report to Codecov

    • Description: .ci/scripts/report-codecov.sh auditbeat filebeat heartbeat journalbeat libbeat metricbeat packetbeat winlogbeat

    • Duration: 1 min 27 sec

    • Start Time: 2020-07-22T12:28:11.689+0000

    • log

  • Name: Mage build unitTest

    • Description: mage build unitTest

    • Duration: 6 min 46 sec

    • Start Time: 2020-07-22T12:26:40.755+0000

    • log

Log output

Expand to view the last 100 lines of log output

[2020-07-22T13:18:36.510Z] Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
[2020-07-22T13:18:36.510Z] It requires Docker daemon to be installed and running
[2020-07-22T13:18:59.762Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats
[2020-07-22T13:19:00.071Z] + find . -type f -name TEST*.xml -path */build/* -delete
[2020-07-22T13:19:00.083Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Lint
[2020-07-22T13:19:00.168Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Elastic-Agent-Mac-OS-X
[2020-07-22T13:19:00.245Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Elastic-Agent-x-pack
[2020-07-22T13:19:00.325Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Auditbeat-oss-Mac-OS-X
[2020-07-22T13:19:00.407Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Winlogbeat-oss
[2020-07-22T13:19:00.483Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Auditbeat-x-pack-Mac-OS-X
[2020-07-22T13:19:00.560Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Auditbeat-crosscompile
[2020-07-22T13:19:00.637Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Journalbeat-oss
[2020-07-22T13:19:00.719Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Dockerlogbeat
[2020-07-22T13:19:00.798Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Functionbeat-x-pack
[2020-07-22T13:19:00.879Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Metricbeat-Mac-OS-X
[2020-07-22T13:19:00.958Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Generators-Metricbeat-Linux
[2020-07-22T13:19:01.038Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Packetbeat-Linux
[2020-07-22T13:19:01.115Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Elastic-Agent-x-pack-Windows
[2020-07-22T13:19:01.191Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Metricbeat-OSS-Unit-tests
[2020-07-22T13:19:01.267Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Filebeat-Mac-OS-X
[2020-07-22T13:19:01.344Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Heartbeat-oss
[2020-07-22T13:19:01.420Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Auditbeat-x-pack
[2020-07-22T13:19:01.495Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Filebeat-oss
[2020-07-22T13:19:01.569Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Auditbeat-oss-Windows
[2020-07-22T13:19:01.644Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Filebeat-x-pack-Mac-OS-X
[2020-07-22T13:19:01.719Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Functionbeat-Mac-OS-X-x-pack
[2020-07-22T13:19:01.795Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Packetbeat-Mac-OS-X
[2020-07-22T13:19:01.872Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Libbeat-x-pack
[2020-07-22T13:19:01.946Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Filebeat-x-pack-Windows
[2020-07-22T13:19:02.022Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Heartbeat-Mac-OS-X
[2020-07-22T13:19:02.110Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Auditbeat-oss-Linux
[2020-07-22T13:19:02.187Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Metricbeat-crosscompile
[2020-07-22T13:19:02.264Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Filebeat-Windows
[2020-07-22T13:19:02.341Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Auditbeat-x-pack-Windows
[2020-07-22T13:19:02.419Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Winlogbeat-Windows-x-pack
[2020-07-22T13:19:02.494Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Winlogbeat-Windows
[2020-07-22T13:19:02.569Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Metricbeat-x-pack-Windows
[2020-07-22T13:19:02.643Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Metricbeat-Windows
[2020-07-22T13:19:02.725Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Generators-Beat-Linux
[2020-07-22T13:19:02.802Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Heartbeat-Windows
[2020-07-22T13:19:02.876Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Functionbeat-Windows
[2020-07-22T13:19:02.949Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Packetbeat-Windows
[2020-07-22T13:19:03.028Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Filebeat-x-pack
[2020-07-22T13:19:03.108Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Metricbeat-OSS-Go-Integration-tests
[2020-07-22T13:19:03.186Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Metricbeat-OSS-Python-Integration-tests
[2020-07-22T13:19:03.281Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Libbeat-oss
[2020-07-22T13:19:03.366Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Metricbeat-x-pack-Mac-OS-X
[2020-07-22T13:19:03.442Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Generators-Metricbeat-Mac-OS-X
[2020-07-22T13:19:03.518Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Metricbeat-x-pack
[2020-07-22T13:19:03.607Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Libbeat-crosscompile
[2020-07-22T13:19:03.683Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Libbeat-stress-tests
[2020-07-22T13:19:03.756Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Generators-Beat-Mac-OS-X
[2020-07-22T13:19:04.115Z] + cat
[2020-07-22T13:19:04.116Z] + /usr/local/bin/runbld ./runbld-script
[2020-07-22T13:19:04.116Z] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[2020-07-22T13:19:10.735Z] runbld>>> runbld started
[2020-07-22T13:19:10.735Z] runbld>>> 1.6.12/f45d832f2ba0aa2722ab4ec1fda8ad140f027f8b
[2020-07-22T13:19:11.309Z] runbld>>> The following profiles matched the job 'Beats/beats/PR-20084' in order of occurrence in the config (last value wins).
[2020-07-22T13:19:12.691Z] runbld>>> Debug logging enabled.
[2020-07-22T13:19:12.691Z] runbld>>> Storing result
[2020-07-22T13:19:12.951Z] runbld>>> Store result: created {:total 2, :successful 2, :failed 0} 1
[2020-07-22T13:19:12.951Z] runbld>>> BUILD: https://c150076387b5421f9154dfbf536e5c60.us-west1.gcp.cloud.es.io:9243/build-1587637540455/t/20200722131912-6431B82C
[2020-07-22T13:19:12.951Z] runbld>>> Adding system facts.
[2020-07-22T13:19:13.892Z] runbld>>> Adding vcs info for the latest commit:  fa23069123a218471e43b377b27ca6f06db8055f
[2020-07-22T13:19:13.892Z] runbld>>> >>>>>>>>>>>> SCRIPT EXECUTION BEGIN >>>>>>>>>>>>
[2020-07-22T13:19:13.892Z] runbld>>> Adding /usr/lib/jvm/java-8-openjdk-amd64/bin to the path.
[2020-07-22T13:19:13.892Z] Processing JUnit reports with runbld...
[2020-07-22T13:19:13.892Z] + echo 'Processing JUnit reports with runbld...'
[2020-07-22T13:19:14.153Z] runbld>>> <<<<<<<<<<<< SCRIPT EXECUTION END <<<<<<<<<<<<
[2020-07-22T13:19:14.153Z] runbld>>> DURATION: 20ms
[2020-07-22T13:19:14.153Z] runbld>>> STDOUT: 40 bytes
[2020-07-22T13:19:14.153Z] runbld>>> STDERR: 49 bytes
[2020-07-22T13:19:14.153Z] runbld>>> WRAPPED PROCESS: SUCCESS (0)
[2020-07-22T13:19:14.153Z] runbld>>> Searching for build metadata in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats
[2020-07-22T13:19:15.094Z] runbld>>> Storing build metadata: 
[2020-07-22T13:19:15.094Z] runbld>>> Adding test report.
[2020-07-22T13:19:15.094Z] runbld>>> Searching for junit test output files with the pattern: TEST-.*\.xml$ in: /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats
[2020-07-22T13:19:16.036Z] runbld>>> Found 134 test output files
[2020-07-22T13:19:17.423Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-istio.xml
[2020-07-22T13:19:17.423Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-openmetrics.xml
[2020-07-22T13:19:17.423Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-tomcat.xml
[2020-07-22T13:19:17.423Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-activemq.xml
[2020-07-22T13:19:17.423Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-iis.xml
[2020-07-22T13:19:17.423Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Metricbeat-OSS-Go-Integration-tests/metricbeat/build/TEST-go-integration-graphite.xml
[2020-07-22T13:19:17.423Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-20084/src/github.com/elastic/beats/Metricbeat-OSS-Go-Integration-tests/metricbeat/build/TEST-go-integration-windows.xml
[2020-07-22T13:19:18.805Z] runbld>>> Test output logs contained: Errors: 0 Failures: 2 Tests: 18671 Skipped: 1627
[2020-07-22T13:19:19.066Z] runbld>>> Storing result
[2020-07-22T13:19:19.066Z] runbld>>> FAILURES: 2
[2020-07-22T13:19:19.636Z] runbld>>> Store result: updated {:total 2, :successful 2, :failed 0} 2
[2020-07-22T13:19:19.636Z] runbld>>> BUILD: https://c150076387b5421f9154dfbf536e5c60.us-west1.gcp.cloud.es.io:9243/build-1587637540455/t/20200722131912-6431B82C
[2020-07-22T13:19:19.896Z] runbld>>> Email notification disabled by environment variable.
[2020-07-22T13:19:19.896Z] runbld>>> Slack notification disabled by environment variable.
[2020-07-22T13:19:25.907Z] Running on Jenkins in /var/lib/jenkins/workspace/Beats_beats_PR-20084
[2020-07-22T13:19:26.123Z] [INFO] getVaultSecret: Getting secrets
[2020-07-22T13:19:26.191Z] Masking supported pattern matches of $VAULT_ADDR or $VAULT_ROLE_ID or $VAULT_SECRET_ID
[2020-07-22T13:19:26.921Z] + chmod 755 generate-build-data.sh
[2020-07-22T13:19:26.921Z] + ./generate-build-data.sh https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-20084/ https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-20084/runs/4 FAILURE 4566104
[2020-07-22T13:19:26.921Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-20084/runs/4/steps/?limit=10000 -o steps-info.json
[2020-07-22T13:19:29.404Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-20084/runs/4/tests/?status=FAILED -o tests-errors.json
[2020-07-22T13:19:29.955Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-20084/runs/4/log/ -o pipeline-log.txt

@ChrsMark ChrsMark requested a review from masci July 21, 2020 14:47
Copy link
Member

@jsoriano jsoriano left a comment

Choose a reason for hiding this comment

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

I think we should wait for the containers to be actually stopped before triggering a stop event. See my comment about this.

It would be also nice to have some tests to cover cases with termination grace periods, but this could go in a future change, this may be tricky to do.

Signed-off-by: chrismark <chrismarkou92@gmail.com>
@ChrsMark
Copy link
Member Author

Tested again after f62ca1e and issue is solved without the need of adding cleanup_timeout.

@ChrsMark ChrsMark merged commit b561047 into elastic:master Jul 23, 2020
ChrsMark added a commit to ChrsMark/beats that referenced this pull request Jul 23, 2020
@ChrsMark ChrsMark removed the needs_backport PR is waiting to be backported to other branches. label Jul 23, 2020
ChrsMark added a commit to ChrsMark/beats that referenced this pull request Jul 23, 2020
ChrsMark added a commit that referenced this pull request Jul 23, 2020
v1v added a commit to v1v/beats that referenced this pull request Jul 27, 2020
…ne-2.0

* upstream/master: (41 commits)
  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)
  fix: use a fixed worker type for tests (elastic#20130)
  [Ingest Manager] Prepare packaging for endpoint and asc files (elastic#20186)
  [Packetbeat] HTTP: Improve support for 100-continue elastic#15830 (elastic#19349)
  Increase index.max_docvalue_fields_search to 200 (elastic#20218)
  [Ingest Manager] Prevent closing closed reader (elastic#20214)
  [Metricbeat] Use MySQL Host Parser in Query metricset (elastic#20191)
  Testing: Ignore timestamp from cylance/protect dataset (elastic#20211)
  [Filebeat] Ignore cylance.protect timestamps while testing (elastic#20207)
  [CI] remove codecov step (elastic#20102)
  [docs] Indicate that SYSTEM user is required on Windows to use Endpoint (elastic#20172)
  Remove f5/firepass rsa2elk fileset (elastic#20160)
  [Elastic Agent] Improve GRPC stop to be more relaxed. (elastic#20118)
  Fix fileset field prefixing (elastic#20170)
  Fix terminating pod autodiscover issue (elastic#20084)
  Call host parser only once when building light metricsets (elastic#20149)
  [CI] fix null string with contains (elastic#20182)
  [Ingest Manager] Fix failing unit tests on windows (elastic#20127)
  [Filebeat] Update crowdstrike module (elastic#20138)
  [docs] Add x-pack role to relevant metricsets (elastic#20167)
  ...
@z521598
Copy link

z521598 commented Aug 19, 2020

7.9.0 have released, https://www.elastic.co/guide/en/beats/libbeat/7.9/release-notes-7.9.0.html。
Whether to include this bug, not seen in the release notes。
thanks

melchiormoulin pushed a commit to melchiormoulin/beats that referenced this pull request Oct 14, 2020
@tdmalone
Copy link

@z521598 Looks like it is in the release notes:

Bugfixes
Affecting all Beats
...
Fix terminating pod autodiscover issue. 20084

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[filebeat] Sometimes Pod logs are not collected by Filebeat
5 participants