Joshua Powers
Joshua Powers
Hi @gangadharaswamy, For the tests, you need to add the new package to the list of our dependencies: ```diff diff --git a/docs/LICENSE_OF_DEPENDENCIES.md b/docs/LICENSE_OF_DEPENDENCIES.md index 030430695..2a5d22095 100644 --- a/docs/LICENSE_OF_DEPENDENCIES.md +++ b/docs/LICENSE_OF_DEPENDENCIES.md...
> Pipeline part is in TODO because bulkIndexer support Pipeline at config level and not metric level, we need to decide on the implementation once. Can you outline what this...
Hi @gangadharaswamy, Looks like your latest push is failing the tests. Could you look at fixing those up? Thanks!
> In my opinion we'll have to implement by using multiple bulkIndexers based on the unique pipeline values in the data. In terms of the user experience, this sounds similar...
> @srebhan What's the next step? Is there anything that needs to be done to move forward? Sven and I just went through all the outstanding PRs to see what...
Hi, Just a gentle ping. v1.27 will release Monday, June 12 and I'd love to see this land before then.
> exploring some efficient alternative to execute test-cases with 2 diff OpenSearch versions Unfortunately I think you will need to run 2x the tests, once with 1.x and again with...
@mannukalra - I rebased on master and pushed a few formatting changes. If this passes tests, which I verified locally, except the integration tests, then I'll +1!
@mannukalra will you have time to go through srebhan's suggestions?
> This was an unintended behavior and should be fixed now. If no state-file exists it will be created by Telegraf **on exit** so the user has to do nothing....