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 ES Resolve index API handler #5096

Closed
wants to merge 2 commits into from
Closed

Add ES Resolve index API handler #5096

wants to merge 2 commits into from

Conversation

kuzaxak
Copy link
Collaborator

@kuzaxak kuzaxak commented Jun 8, 2024

Description

This method is used by Opensearch Dashboards when user typing index
name in pattern creation UI.

Case that is not handled within this change is *:* pattern which should be converted to * as QuickWit do not support : in the index name.

How was this PR tested?

Tested on own cluster. Couldn't figure out how to add integration tests to cover ES functionality.

image image

kuzaxak added 2 commits June 8, 2024 20:16
This [method][1] is used by Opensearch Dashboards when user typing index
 name in pattern creation UI.

OpenSearch Dashboard makes first request with `*:*` pattern which
should be converted to `*` as QuickWit do not support `:` in the index
name. This part is not implemented within this PR.

[1]: https://www.elastic.co/guide/en/elasticsearch/reference/7.17/indices-resolve-index-api.html
Seems left over from prev development as are we
[passing](quickwit/quickwit-serve/src/elasticsearch_api/mod.rs:81)
`metastore` service.
@kuzaxak
Copy link
Collaborator Author

kuzaxak commented Jun 12, 2024

Recreated to feature branch here

@kuzaxak kuzaxak closed this Jun 12, 2024
@kuzaxak kuzaxak deleted the es_resolve_api branch June 12, 2024 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant