quickwit icon indicating copy to clipboard operation
quickwit copied to clipboard

Support `bytes` parameter on the ES `_cat` API

Open rdettai opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. Quickwit returns a 400 error response when the bytes param is specified.

Describe the solution you'd like It should work as per the ES spec

Describe alternatives you've considered We can get the same info index by index on the /describe API but it doesn't support wildcards

Additional context We need to analyse precisely the spec of the bytes param in ES first.

rdettai avatar Dec 12 '24 09:12 rdettai