Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: elastic/elasticsearch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: elastic/elasticsearch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: patch/serverless-fix
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 5 files changed
  • 2 contributors

Commits on Dec 15, 2025

  1. Fix index.mapping.use_doc_values_skipper defaults in serverless (#139532

    )
    
    We can't detect whether or not we are in serverless during default
    value setup because we don't have node settings at this point.  This
    removes all serverless/stateful detection logic from here, as the
    various different index structure changes made during development
    were never released and we can use some much simpler checks.
    romseygeek authored Dec 15, 2025
    Configuration menu
    Copy the full SHA
    53fe0ea View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2025

  1. Configuration menu
    Copy the full SHA
    5cc9804 View commit details
    Browse the repository at this point in the history
  2. Fix host.name skippers index version range (#139636)

    * Revert "Remove BWC shim for a broken commit"
    
    This reverts commit 5cc9804.
    
    * Fix indexversion range check on hostname skippers
    jordan-powers authored Dec 16, 2025
    Configuration menu
    Copy the full SHA
    3669e63 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2025

  1. Adjust index versions for skippers for time series (#139670)

    And move tsdb bwc tests to x-pack/logsdb (#139671)
    jordan-powers authored Dec 17, 2025
    Configuration menu
    Copy the full SHA
    7ea9a47 View commit details
    Browse the repository at this point in the history
Loading