Issues with Updating Analyzer for Existing Index
TLDR s.p.cherkasov encountered an error while updating analyzer for an existing index using Zincsearch API. Hengfei confirmed it's a part of the API design and suggested creating an issue for this.
Aug 31, 2023 (3 months ago)
s.p.cherkasov
10:05 AMcurl -X 'PUT' \
'' \
-H 'accept: application/json' \
-H 'authorization: Basic YWRtaW46Q29tcGxleHBhc3MjMTIz' \
-H 'Content-Type: application/json' \
-d '{
"analyzer" : {
"web" : {
"tokenizer" : "web"
}
}
}'
Hengfei
10:08 AMs.p.cherkasov
10:10 AMs.p.cherkasov
10:10 AM{
"error": "can't update analyzer for existing index"
}
Hengfei
10:20 AMHengfei
10:20 AMHengfei
10:47 AMOpenObserve
Indexed 404 threads (74% resolved)
Similar Threads
Troubleshooting Postman Request for ZincObserve
Juan experienced a "bad formarted" error using Postman with ZincObserve. vvv suggested checking headers and input. Prabhat advised using ZincSearch for non-log data.
Guidance on Using ZincSearch and API Calls for OpenObserve Cloud
YULL was initially confused about making API calls to OpenObserve Cloud while working on a technical test involving ZincSearch. Prabhat clarified the distinction between ZincSearch and OpenObserve cloud and advised on how to proceed.
Telegraf Plugin for ZincSearch/ZincObserve Issues and Update
Vinod inquired about a Telegraf plugin for Zinc. Ashish shared that it works, but was broken in the last release. The fix is in .