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

[Backport 2.15] update config index mappings to use correct field types #2718

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport 1926699 from #2710

* update config index mappings to use with correct field types

Signed-off-by: Bhavana Ramaram <[email protected]>

* enable dynamic mapping for config index

Signed-off-by: Bhavana Ramaram <[email protected]>

* change last_update_time field

Signed-off-by: Bhavana Ramaram <[email protected]>

---------

Signed-off-by: Bhavana Ramaram <[email protected]>
(cherry picked from commit 1926699)
@rbhavna rbhavna merged commit 15470bc into 2.15 Jul 24, 2024
7 of 11 checks passed
@opensearch-trigger-bot
Copy link
Contributor Author

The backport to feature/multi_tenancy 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-feature/multi_tenancy feature/multi_tenancy
# Navigate to the new working tree
cd .worktrees/backport-feature/multi_tenancy
# Create a new branch
git switch --create backport/backport-2718-to-feature/multi_tenancy
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 15470bcf8eec60ef13bca3156f776f6f70948b88
# Push it to GitHub
git push --set-upstream origin backport/backport-2718-to-feature/multi_tenancy
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-feature/multi_tenancy

Then, create a pull request where the base branch is feature/multi_tenancy and the compare/head branch is backport/backport-2718-to-feature/multi_tenancy.

dhrubo-os pushed a commit to dhrubo-os/ml-commons that referenced this pull request Oct 2, 2024
…roject#2710) (opensearch-project#2718)

* update config index mappings to use with correct field types

Signed-off-by: Bhavana Ramaram <[email protected]>

Signed-off-by: Bhavana Ramaram <[email protected]>
(cherry picked from commit 1926699)

Co-authored-by: Bhavana Ramaram <[email protected]>
dhrubo-os added a commit that referenced this pull request Oct 2, 2024
… (#3053)

* update config index mappings to use with correct field types




(cherry picked from commit 1926699)

Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
Co-authored-by: Bhavana Ramaram <[email protected]>
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.

3 participants