Seth Michael Larson
Seth Michael Larson
Not currently, what parts of the ingest pipeline are tough to use and warrant a declarative structure?
@zikphil I don't have a timeframe available currently, my guess is in the next few months.
Update: Still haven't found time to work on this feature, it is on my to-do list. As always, community PRs are welcome if you're willing to take a stab at...
You can certainly add more examples to the documentation :)
I'm not quite sure what you're asking? You should never need to use `eval` or `exec`, are you by-chance wanting to write a scripted field?
@violuke The error you've described is due to connecting to a cluster with HTTPS enabled via HTTP, not anything to do with 8.x versus 7.x. In 8.x and later HTTPS...
BTW: There is no native async support in Elasticsearch-DSL but it's on my priority list.
For this you mean a way to patch the `ssl` module's `SSLContext` so it's automatically used? I know a few other similar libraries do that, especially because `SSLContext` is usually...
Great question! I want to create a "_hazmat" API namespace that allows for users to use their own SSLContext implementation and sources of certificate chains with truststore. Might look pretty...
@bjvetter Happy that you're interested in this feature. If you'd like to lend a hand doing research or creating an implementation we can help you get started. Remember that we...