[DOCS] Add cloud trial link to reindex API description#6181
Merged
Conversation
Contributor
|
Following you can find the validation changes against the target branch for the APIs. No changes detected. You can validate these APIs yourself by using the |
leemthompo
reviewed
Apr 9, 2026
leemthompo
approved these changes
Apr 9, 2026
Member
leemthompo
left a comment
There was a problem hiding this comment.
LGTM but please check with dev tools folks whether we update package-lock.json file or not, if not sure :)
Contributor
|
The backport to 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-9.2 9.2
# Navigate to the new working tree
cd .worktrees/backport-9.2
# Create a new branch
git switch --create backport-6181-to-9.2
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 42814cd94530b53e87a1630fa7ccd82488502510
# Push it to GitHub
git push --set-upstream origin backport-6181-to-9.2
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-9.2Then, create a pull request where the |
github-actions Bot
pushed a commit
that referenced
this pull request
Apr 9, 2026
(cherry picked from commit 42814cd)
charlotte-hoblik
added a commit
that referenced
this pull request
Apr 9, 2026
(cherry picked from commit 42814cd)
charlotte-hoblik
added a commit
that referenced
this pull request
Apr 9, 2026
charlotte-hoblik
added a commit
that referenced
this pull request
Apr 9, 2026
gmjehovich
pushed a commit
that referenced
this pull request
Apr 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds an inline link to the Elastic Cloud registration page on the reindex API's existing "Elastic Cloud Hosted" mention, in the context of reindexing from a remote cluster.
This addresses #752 by restoring a cloud trial entry point on a high-traffic API page that lost its cloud trial CTA after migrating to Bump.sh.
The other four pages listed in the issue (search, create, bulk, indices create) were reviewed but don't have a natural place for a cloud trial link -- they are basic CRUD operations with no existing cloud or licensing mentions. A platform-level solution (e.g., a header banner on Bump.sh pages) would be more appropriate for those.