We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pelias elastic stats
Describe the bug Can be interpreted as bug or as feature request. In
docker/cmd/elastic.sh
Line 65 in d219ed3
Steps to Reproduce
"schema": { "indexName": "everything except pelias" }, "api": { "indexName": "everything except pelias" }
index_not_found_exception
Expected behavior Use the index which is used to serve the API or the index which is filled from the import scripts.
Environment (please complete the following information):
OS: Windows 11 with WSL 2.4.10.0/Debian 12 Kernel Version 5.15.167 Docker: 28.0.1 , build 068a01e Docker compose: v2.33.1
Pastebin/Screenshots
Additional context
The text was updated successfully, but these errors were encountered:
I wonder how many other places this is hard-coded 🤔
What's the use-case here? I guess you would like to name it something else, maybe to have versioned indices in the same ES machine?
Sorry, something went wrong.
I didn't found any other case in this repo. But I wouldn't bet on it.
More or less. Basically stumbled over it while experimenting with different indices for updating the data.
Successfully merging a pull request may close this issue.
Describe the bug
Can be interpreted as bug or as feature request. In
docker/cmd/elastic.sh
Line 65 in d219ed3
Steps to Reproduce
pelias elastic stats
=>
index_not_found_exception
Expected behavior
Use the index which is used to serve the API or the index which is filled from the import scripts.
Environment (please complete the following information):
OS: Windows 11 with WSL 2.4.10.0/Debian 12 Kernel Version 5.15.167
Docker: 28.0.1 , build 068a01e
Docker compose: v2.33.1
Pastebin/Screenshots
Additional context
References
The text was updated successfully, but these errors were encountered: