You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yep, this does look like another TypeScript bug. I'll check the elasticsearch-specificaton soon to see if we can resolve it there. I've had to divert my focus away from this client for the last couple of months, but should be able to address several of the open issues soon.
In the meantime, you can use ignore instructions to skip over this bug and any others like it.
🐛 Bug Report
Typescript issue.
It is not possible to set a
refresh_interval
tonull
using the typescript client.null
is allowed in Elastic to reset the value of a setting to its default.To Reproduce
Steps to reproduce the behavior:
Expected behavior
putSettings
should accept arefresh_interval
of null.Your Environment
@elastic/elasticsearch
: 8.0The text was updated successfully, but these errors were encountered: