Newer versions of Graylog supports ability to use NDJSON to bulk send events which reduces overhead over single event requests.
I was having a look at Monolog and they have a BufferHandler and it has a handleBatch method but without say a publishBatch in the PublisherInterface this can not be done.
It would be good if this library supported it nativley and exposed a publishBatch method that can allow loggers to use.
Newer versions of Graylog supports ability to use NDJSON to bulk send events which reduces overhead over single event requests.
I was having a look at Monolog and they have a BufferHandler and it has a
handleBatchmethod but without say apublishBatchin thePublisherInterfacethis can not be done.It would be good if this library supported it nativley and exposed a
publishBatchmethod that can allow loggers to use.