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
I'm using the periodicbatching through elasticsearch-sink, and i'd like to be able to monitor the state of the bounded queue.
Unless i'm missing something, there's no way to know if my system is producing more logs than it can digest, and i'd find it useful to receive an alert before starting to drop LogEvents.
Something like adding in the PeriodicBatchingSinkOptions
a callback that would be triggered after a given threshold is reached
a callback that would be triggered when we're back to below this threshold
the threshold itself
Of course that would be useful for me only if elasticsearch-sink is ok to use those new settings, i'll ping them after your answer :)
Please let me know, i can do a PR if you're OK with the idea.
The text was updated successfully, but these errors were encountered:
Hello there,
I'm using the periodicbatching through elasticsearch-sink, and i'd like to be able to monitor the state of the bounded queue.
Unless i'm missing something, there's no way to know if my system is producing more logs than it can digest, and i'd find it useful to receive an alert before starting to drop LogEvents.
Something like adding in the PeriodicBatchingSinkOptions
Of course that would be useful for me only if elasticsearch-sink is ok to use those new settings, i'll ping them after your answer :)
Please let me know, i can do a PR if you're OK with the idea.
The text was updated successfully, but these errors were encountered: