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

Add an Elasticsearch Index selector in "Create New API" dialog #128

Open
newgene opened this issue Jan 19, 2024 · 0 comments
Open

Add an Elasticsearch Index selector in "Create New API" dialog #128

newgene opened this issue Jan 19, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@newgene
Copy link
Member

newgene commented Jan 19, 2024

Under the "API" tab, we currently have a "Create New API" dialog to build a test API using the existing ES index:

image

The current ES index dropdown list populates all ES indices from all provided ES servers (defined in INDEX_CONFIG of config.py) first. We noticed it can be very slow or even crash the browser when this list is very large.

Let's implement a better interface to select the particular index (or alias) from the available ES servers. For example, we can select ES server first, and then allow to type a few words to filter the indices/aliases from the selected ES server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants