Skip to content

[DOCS] Add cloud trial link to reindex API description#6181

Merged
charlotte-hoblik merged 4 commits into
mainfrom
charlotte-cloud-trials
Apr 9, 2026
Merged

[DOCS] Add cloud trial link to reindex API description#6181
charlotte-hoblik merged 4 commits into
mainfrom
charlotte-cloud-trials

Conversation

@charlotte-hoblik
Copy link
Copy Markdown
Contributor

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.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 8, 2026

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 make validate target.

Comment thread docs/examples/package-lock.json Outdated
Copy link
Copy Markdown
Member

@leemthompo leemthompo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM but please check with dev tools folks whether we update package-lock.json file or not, if not sure :)

@charlotte-hoblik charlotte-hoblik merged commit 42814cd into main Apr 9, 2026
10 checks passed
@charlotte-hoblik charlotte-hoblik deleted the charlotte-cloud-trials branch April 9, 2026 12:52
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 9, 2026

The backport to 9.2 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-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.2

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

github-actions Bot pushed a commit that referenced this pull request Apr 9, 2026
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
(cherry picked from commit 42814cd)

Co-authored-by: Charlotte Hoblik <116336412+charlotte-hoblik@users.noreply.github.com>
charlotte-hoblik added a commit that referenced this pull request Apr 9, 2026
…#6185)

* [DOCS] Add cloud trial link to reindex API description (#6181)

(cherry picked from commit 42814cd)

* Generate json files
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