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

Update 8.x from main #40719

Merged
merged 24 commits into from
Sep 10, 2024
Merged

Update 8.x from main #40719

merged 24 commits into from
Sep 10, 2024

Commits on Sep 1, 2024

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

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    7f317fd View commit details
    Browse the repository at this point in the history
  2. [vSphere][datastore_cluster] Add support for new metrics in datastore…

    …_cluster metricset (#40634)
    
    * initial commit for datastore cluster
    
    * mage update
    
    * update:
    - data.json
    - field.yml
    
    * doc updates
    
    * datastore_cluster -> datastorecluster
    
    * resolve review comments
    
    * fix UTs
    
    * update URL for UTs
    
    * update UTs
    
    * fix field mapping
    
    * update data.json
    kush-elastic authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    30320a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    6715964 View commit details
    Browse the repository at this point in the history
  2. [GCP] Log ListTimeSeries and AggregatedList requests duration (#4…

    …0661)
    
    * log total time taken for ListTimeSeries requests
    
    * add changelog entry
    
    * fix PR id
    
    * log total time taken for AggregatedList request
    
    * update changelog entry
    
    * remove log
    
    * Update x-pack/metricbeat/module/gcp/metrics/compute/metadata.go
    
    Co-authored-by: subham sarkar <[email protected]>
    
    * Update x-pack/metricbeat/module/gcp/metrics/metrics_requester.go
    
    Co-authored-by: subham sarkar <[email protected]>
    
    * Update x-pack/metricbeat/module/gcp/metrics/compute/metadata.go
    
    Co-authored-by: Harnish Chavda <[email protected]>
    
    * Update x-pack/metricbeat/module/gcp/metrics/metrics_requester.go
    
    Co-authored-by: Harnish Chavda <[email protected]>
    
    ---------
    
    Co-authored-by: subham sarkar <[email protected]>
    Co-authored-by: Harnish Chavda <[email protected]>
    3 people authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    3f3e57d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f20a39 View commit details
    Browse the repository at this point in the history
  4. filebeat/input/filestream: Remove x-pack dependency (#40483)

    To fix the failing linter rule that requires OSS code to not depend on x-pack
    code, this change removes the dependency on x-pack/dockerlogbeat/pipelinemock
    from the Filebeat filestream input. It does this by creating a mock client
    that is local to filestream test code ("A little copying is better than a
    little dependency").
    
    Fixes #40293
    vinit-chauhan authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    49582f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. [Packetbeat] Fix Packetbeat parsing mongodb OP_MSG (#40589)

    * [Packetbeat] Fix Packetbeat parsing mongodb OP_MSG
    
    * Fixes handling OP_MSG based request/response, missing "end" timestamp
      and "duration" field for the event
    aleksmaus authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    b11b86a View commit details
    Browse the repository at this point in the history
  2. [Heartbeat] Add Synthetics to wolfi image (#40689)

    Adding required dependencies to run Synthetics to Wolfi-based heartbeat images, from wolfi-os package manager.
    emilioalvap authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    2b5384a View commit details
    Browse the repository at this point in the history
  3. refactor fleet mode detection and storage (#40667)

    * refactor fleet mode detection and storage
    leehinman authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    3309620 View commit details
    Browse the repository at this point in the history
  4. x-pack/filebeat/input/cel: improve missing events error value (#40580)

    CEL programs used in the CEL input are specific to return an object that
    includes an array. This is tested for, but currently the check is
    indirect and only shows that the type is not expected, rather than a
    more informative message that the events array is missing. This changes
    that so that when no events field is present, an error is returned
    directly. This will flow on to a status update in the handling of the
    returned error by the input Run method, alerting the user more promptly
    to the cause. Since a CEL input program is not valid if it returns no
    events field, a hard error (fleet status failed rather than degraded)
    seems appropriate.
    efd6 authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    72f4afb View commit details
    Browse the repository at this point in the history
  5. [Heartbeat] Fix testing pipeline for Windows (#40583)

    * Fix windows test pipeline by reflecting browser monitor build constraints in the include file
    emilioalvap authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    41b1c4d View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Add support of snapshot in vSphere virtualmachine metricset (#40683)

    * Add support of snapshot in virtualmachine
    
    * mage update and add fields.yml
    
    * Update data_test.go
    
    * address comments, mage update
    
    * Lint error
    
    * Add createtime
    
    * Update CHANGELOG.next.asciidoc
    
    * Add state and id for snapshot
    
    * update changelog
    
    * lint change
    
    * lint change
    ishleenk17 authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    7f29f60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a56ef8 View commit details
    Browse the repository at this point in the history
  3. docs: Prepare Changelog for 8.15.1 (#40695) (#40700)

    Co-authored-by: Craig MacKenzie <[email protected]>
    (cherry picked from commit fff09dc)
    
    Co-authored-by: elastic-vault-github-plugin-prod[bot] <150874479+elastic-vault-github-plugin-prod[bot]@users.noreply.github.com>
    Co-authored-by: Julien Lind <[email protected]>
    3 people authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    9f2f744 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Make Wolfi a part of Docker packaging (#40524)

    * New images with `-wolfi` suffix get created
    * Wolfi is used for preparing the file structure for Docker images
    rdner authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    b06f7ce View commit details
    Browse the repository at this point in the history
  2. [vSphere][datastore_cluster] Add support for new metrics in datastore…

    …_cluster metricset (#40694)
    
    * initial commit
    
    * add childEntity
    
    * add changelog entry
    
    * resolve review comments
    kush-elastic authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    83a880f View commit details
    Browse the repository at this point in the history
  3. [add_kubernetes_metadata] Remove extra debug messages (#40625)

    * Remove extra debug messages
    
    ---------
    
    Signed-off-by: constanca <[email protected]>
    constanca-m authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    9008e8d View commit details
    Browse the repository at this point in the history
  4. refactor: consistently use one uuid library (#40161)

    * refactor: consistently use one uuid library
    
    the codebase is using a mix of github.com/google/uuid and github.com/gofrs/uuid
    Update the codebase to use github.com/gofrs/uuid consistently and bump to the
    current major version.
    
    * lint: fix linting issues
    
    * refactor: move to gofrs/uuid
    
    * lint: add gomodguard setting
    
    * lint: fix more linter issues
    
    * lint: more linting errors
    
    * lint: completely remove gofrs/uuid v4
    
    * lint: more linting errors
    
    * lint: more linting errors
    
    * lint: fix more linting errors
    
    * fix: replace uuid.MustParse with uuid.Must(uuid.FromString())
    
    * refactor: update uuid.Parse to uuid.FromString
    
    * lint: fix linting errors
    
    * lint: fix linting errors
    
    * docs: fix nolint comments
    
    * lint: fix linting errors
    
    * docs: update nolint comments
    
    * test: update uuid parsing err
    
    * lint: fix linter issues
    
    * lint: fix linter issues
    
    * lint: run go mod tidy
    
    * lint: regenerate notice
    
    * build: regenerate notice
    
    * build: regenerate notice
    
    * refactor: cleanup double uuid conversion
    
    * test: gracefully log the error
    kruskall authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    cd51941 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    815b5b0 View commit details
    Browse the repository at this point in the history
  6. [Processor\Script] Add option to prevent creation of new sessions (#4…

    …0692)
    
    * Add option to prevent new session creation and pre-create cached sessions
    strawgate authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    3f3b988 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Bump version to 9.0.0 (#40671)

    Co-authored-by: Julien Lind <[email protected]>
    pierrehilbert and jlind23 authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    f2fcee4 View commit details
    Browse the repository at this point in the history
  2. Automatically label PRs to main with backport-v8.x (#40718)

    * Automatically label PRs to `main` with `backport-8.x`
    
    When the `main` branch switches over to `9.0`, we will want most PRs that are merged into
    `main` to also be backported to `8.x`. This PR makes this process easier by automatically
    adding the `backport-8.x` label to all PRs targeting the `main` branch.
    
    The exceptions will be PRs for changes that should _only_ be present in `9.0`.  For such PRs,
    authors should simply remove the `backport-8.x` label from their PR.
    
    * Fix typo in comment
    
    * Add missing v prefix to label for consistent with backport PR rule
    ycombinator authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5bd0723 View commit details
    Browse the repository at this point in the history
  3. revert 9.X bump for 8.X branch

    julienlind committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c31aeb5 View commit details
    Browse the repository at this point in the history