Daniel (dB.) Doubrovkine
Daniel (dB.) Doubrovkine
@david-alpert-nl +1, would love code/docs on enabling debug logging
@jnith @shashank-sachan it sounds like opensearch-js is causing the system to run out of file descriptors What's your output from `ulimit -a`? Generally this is 1024. There's a bunch of...
@shashank-sachan Which version of elasticsearch-js were you using? Need to track down the diff (help wanted). Either way sounds like we're creating some unbounded number of connections, which should be...
@perttu-n Care to add it to the documentation?
@arnabrahman Would you care to contribute something to the documentation/samples for the next person? Maybe an example for Lambda with some cautionary tales?
@arnabrahman You can get started here: https://github.com/opensearch-project/.github/blob/main/ONBOARDING.md. Thanks!
@arnabrahman do you think we should close this one?
@r-mendes or @morrissimo Any interest in picking this up?
Also, is https://github.com/opensearch-project/opensearch-py/blob/d8dc5474b7e7e2b443d9858c21d8f7be93306704/guides/search.md?plain=1#L140C37-L140C49 not the way to do this, meaning we still need different support for it?
These instructions were only for OpenSearch plugins, not OpenSearch Dashboards :) I should have made that clearer. Renaming this issue to support OSD plugins.