Skip to content

v0.7.2

Choose a tag to compare

@klinux klinux released this 19 Sep 00:20
· 9 commits to main since this release

Elasticsearch 6.x: no more "Invalid index name [_data_stream]"

On 6.x, GET /_data_stream and GET /_index_template are read as index names ("Invalid index name [data_stream], must not start with ''"), and that one refusal sank the whole object inventory the sidebar loads on connect, as a toast on every open.

  • Composable templates arrived in 7.8 and data streams in 7.9. The transport keeps the release it already reads for the SQL path (major and minor, once per connection) and answers those two listings with an empty list, without a request, on a cluster that predates the kind. Zero is the truth there: the objects are not in its model.
  • A cluster the client cannot date, or one naming another distribution, is asked and answers for itself.

See docs/providers/elasticsearch.md §3.12 and docs/CONTEXT.md §4.55.

Image: ghcr.io/klinux/dbportal:0.7.2 · chart 0.1.31.