Skip to content

Conversation

DaveCTurner
Copy link
Contributor

Describes the ?bytes= and ?time= parameters which are accepted by
all the GET _cat/... APIs.

Backport of #5298 to 8.19

Describes the `?bytes=` and `?time=` parameters which are accepted by
all the `GET _cat/...` APIs.
Copy link
Contributor

Following you can find the validation changes against the target branch for the API.

API Status Request Response
cat.shards 🟢 16/16 → 11/11 16/16 → 11/11

You can validate this API yourself by using the make validate target.

@pquentin pquentin changed the title Add common cat API parameters for unit rendering [8.19] Add common cat API parameters for unit rendering Sep 17, 2025
@pquentin pquentin merged commit d5c9dc8 into 8.19 Sep 17, 2025
10 checks passed
@pquentin pquentin deleted the 2025/09/17/backport-5298-to-8.19 branch September 17, 2025 08:37
Copy link
Contributor

The backport to 8.19 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-8.19 8.19
# Navigate to the new working tree
cd .worktrees/backport-8.19
# Create a new branch
git switch --create backport-5302-to-8.19
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 d5c9dc8718ab6a8616e3c9a7bc5c6c5b29f20879
# Push it to GitHub
git push --set-upstream origin backport-5302-to-8.19
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-8.19

Then, create a pull request where the base branch is 8.19 and the compare/head branch is backport-5302-to-8.19.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants