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

Cherry-pick #24502 to 7.12: Update gosigar package after fix #24627

Merged
merged 9 commits into from
Mar 26, 2021

Commits on Mar 18, 2021

  1. Update gosigar package after fix (elastic#24502)

    * mofidy doc
    
    * work on fix
    
    * update changelog
    
    * update notice
    
    * Update notice
    
    * [Ingest Manager] Sync on rename on windows (elastic#24504)
    
    * Add tests for encoding settings of filestream input (elastic#24426)
    
    * [Elastic Agent] Add the ability to provide custom CA's inside of docker. (elastic#24486)
    
    * Add the ability to provide custom CA's for Elastic Agent docker.
    
    * Add changelog.
    
    * Update Golang to 1.15.9 (elastic#24442)
    
    * Add syntax for multiple selector logging (elastic#24207) (elastic#24497)
    
    * Add syntax for multiple selector logging
    
    * Update libbeat/docs/loggingconfig.asciidoc
    
    Co-authored-by: EamonnTP <[email protected]>
    
    Co-authored-by: EamonnTP <[email protected]>
    
    Co-authored-by: AndyHunt66 <[email protected]>
    
    * chore(ci): use beat_version instead of PR version (elastic#24446)
    
    * Add test for close.reader.after_interval to filestream input (elastic#24423)
    
    * Refactor use of system.hostfs to fix cgroup metrics (elastic#24334)
    
    * refactor use of system.hostfs to fix cgroup metrics
    
    * add changelog
    
    * remove comment
    
    * add cfgwarn
    
    * move changelog
    
    * shift around CLI config location and rep warning
    
    * add comment about system.hostfs usage
    
    * update docs
    
    * capitalization
    
    * fix grammar, add conditional
    
    * change docs phrasing
    
    * [Elastic Agent] Add verification check when updating communication to Kibana. (elastic#24489)
    
    * Add verification check when updating communication to Kibana.
    
    * Add changelog.
    
    * Add const.
    
    * Fix typo in mqtt input docs (elastic#24509)
    
    * Update input-http-endpoint.asciidoc (elastic#24490)
    
    * [Ingest Manager] Move logging defaults to agent (elastic#24535)
    
    [Ingest Manager] Move logging defaults to agent (elastic#24535)
    
    * Clarify that the Tomcat module is for ingesting access logs (elastic#24543)
    
    The Tomcat module is for ingesting access logs, not Catalina or localhost logs.
    
    * [Auditbeat] btmp offset check (elastic#24515)
    
    * auditbeat btmp offset check
    
    Add check that saved offset is not larger than the current file size
    to prevent seeking past the end of file
    
    * [Heartbeat] Produce error rather than panic on missing source (elastic#24404)
    
    Fixes elastic#24403.
    
    With the changes to the heartbeat config syntax in 7.12 the `source`
    field is now required. Our config validation code didn't actually check
    for this field's presence, which caused an NPE.
    
    This PR adds a validation checking for that config's presence. It also
    adds tests for the validation code for config sub-fields. There were no
    defects found in the validations for source.inline, or source.browser,
    but a few tests were missing.
    
    Instead of the panic seen in elastic#24403 users will now get the error seen
    below.
    
    ```
    2021-03-05T15:41:40.146-0600	ERROR	instance/beat.go:952	Exiting: could not create monitor: job err could not parse suite config: config 'source' must be specified for this monitor, if upgrading from a previous experimental version please see our new config docs accessing 'heartbeat.monitors.0' (source:'sample-synthetics-config/heartbeat.yml')
    Exiting: could not create monitor: job err could not parse suite config: config 'source' must be specified for this monitor, if upgrading from a previous experimental version please see our new config docs accessing 'heartbeat.monitors.0' (source:'sample-synthetics-config/heartbeat.yml')
    ```
    
    * Fix default scope in add_nomad_metadata (elastic#24559)
    
    Fix default scope in add_nomad_metadata. It is set to local, but
    it should be node. Fix also error message that showed that local
    is a valid value.
    
    * [Filebeat] Add Dashboards to Threat Intel Module (elastic#24488)
    
    * added dashboards & docs
    
    * ran mage fmt update
    
    * [CI] bump gvm version and use the binary (elastic#24571)
    
    * [CI] Add resilience when installing required tooling (elastic#24542)
    
    * [CI] enable new flaky detector (elastic#24464)
    
    * chore: do not pass beat version (elastic#24586)
    
    We will be delegating the version calculation to the e2e tests, using
    target branch values as defaults
    
    Co-authored-by: Jaime Soriano Pastor <[email protected]>
    Co-authored-by: Michal Pristas <[email protected]>
    Co-authored-by: Noémi Ványi <[email protected]>
    Co-authored-by: Blake Rouse <[email protected]>
    Co-authored-by: EamonnTP <[email protected]>
    Co-authored-by: AndyHunt66 <[email protected]>
    Co-authored-by: Manuel de la Peña <[email protected]>
    Co-authored-by: Alex K <[email protected]>
    Co-authored-by: DeDe Morton <[email protected]>
    Co-authored-by: Lee Hinman <[email protected]>
    Co-authored-by: Andrew Cholakian <[email protected]>
    Co-authored-by: Andrew Pease <[email protected]>
    Co-authored-by: Victor Martinez <[email protected]>
    (cherry picked from commit 5c6f1b6)
    narph committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    1b4de5f View commit details
    Browse the repository at this point in the history
  2. upadte changelog

    narph committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    d8377b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f760888 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Configuration menu
    Copy the full SHA
    0965669 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d47bb1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fa4b04 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Configuration menu
    Copy the full SHA
    f3296f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Configuration menu
    Copy the full SHA
    3f8609a View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Configuration menu
    Copy the full SHA
    32b72f1 View commit details
    Browse the repository at this point in the history