Uriel
Uriel
Can you share your configuration? I think you can work around this if you ok with loosing few log messages in case of overflow
Hi, We have a mechanism to drop events over the bulk limit, but you will have to play with it in order to achieve optimal solution. Please read about `DropEventsOverBulkLimit`...
Hi, Sure - the library is already in use in several projects for about 3 years. All of the known issues have already been solved and we trying to do...
That's weird since I've fixed it on that version. I will check this again. Thanks @tsmithleantechniques for the workaround, I will check that too 🙂
You also can use `Filter` mechanism of log4net.
While sending the request to index, do you see any error on you elastic server? I believe log4stash still trying to send all logger properties to the server and since...
Weird that it is not working, I will have to check. In the meantime - `IndexOperationParams` is there for adding custom properties to your log message. Similar to `mutate-add_field` in...
Hi @Aleksandre , First thanks for the issue and the pull request - #46 (Added BulkListLimit parameter). Unfortunately, it seems to me like it is not the main cause for...
Emm.. What kind of objects do you usually have? Does it make sense that this object you are trying to log is really huge (in terms of object represented as...
@pravinkarthy, have you encountered this problem too?