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
We have found a few issues concerning output reloading triggered by a CM changes, the problem is we have a hard time to make the fix because the code of the Elasticsearch output is also used in other places in the code base for servers request, like uploading templates, uploading pipeline, checking for license.
We have decided to do the following steps:
Extract the API layer in a esclientleg AKA Legacy
Simplify the Elasticsearch output by only having the related code for publishing events and closing the output.
Give us a migration path to the official ES golang client.
The text was updated successfully, but these errors were encountered:
Linked to #10547 and #10491
We have found a few issues concerning output reloading triggered by a CM changes, the problem is we have a hard time to make the fix because the code of the Elasticsearch output is also used in other places in the code base for servers request, like uploading templates, uploading pipeline, checking for license.
We have decided to do the following steps:
esclientleg
AKA LegacyThe text was updated successfully, but these errors were encountered: