Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • I Indexer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 27
    • Issues 27
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 10
    • Merge requests 10
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe SoftwareOpen Subsurface Data Universe Software
  • Platform
  • System
  • Indexer
  • Merge requests
  • !496

Provide an endpoint to create aliases for all existing indices that do not have aliases

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Zhibin Mai requested to merge index_alias into master Feb 21, 2023
  • Overview 6
  • Commits 17
  • Pipelines 27
  • Changes 10

This is follow-up of fix for issue Multi kind search does not work with more than approximately 85 kinds.

In this MR, we add an endpoint that allows cloud operators to create aliases for all existing indices. Doing that, queries from a given data partition won't trigger the alias creation operation in the search service after the endpoint is called once for the given data partition.

Please note that previous change in search service still works even the cloud operators don't call this new endpoint if they don't have time now. However, it is still recommended to explicitly call it once for all existing data partitions.

Edited Feb 21, 2023 by Zhibin Mai
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: index_alias