Tried to use SQL to requests otel-v1-apm-span-* indexes created by Data-Prepper from OTEL source, but even simple request select * from otel-v1-apm-span-000001 returns Otel-v1-apm-span-000001: [IllegalStateException] There was internal problem at backend, this query is not runnable
Problem is not described in https://opensearch.org/docs/latest/search-plugins/sql/troubleshoot/, so this is bug in docs at least or maybe elsewhere, right? Btw, are any requirements for index exists to support SQL requests?
Tried to use SQL to requests otel-v1-apm-span-* indexes created by Data-Prepper from OTEL source, but even simple request
select * from otel-v1-apm-span-000001returnsOtel-v1-apm-span-000001: [IllegalStateException] There was internal problem at backend, this query is not runnableProblem is not described in https://opensearch.org/docs/latest/search-plugins/sql/troubleshoot/, so this is bug in docs at least or maybe elsewhere, right? Btw, are any requirements for index exists to support SQL requests?