Uriel

Results 18 comments of Uriel

@pravinkarthy you are right about the `IndexAsync` I'm thinking of changing this default behavior but afraid to break users that use old versions. As for now, I recommend to **always**...

FYI, I'm planning on add a new configuration property ( [related commit](https://github.com/urielha/log4stash/commit/af0113608cf0d7a1c42ea881877dea83d0fdc502#diff-42e320d746a1d4b53c9665d1953f4c9b) )so you can limit the bulk size and **drop** events if the limit has been reached. If you...

Mmm I want to make sure I understand - You want the bulk size which sent to Elasticsearch to be 100 but the internal accumulating bulk size to be 20,000...

I'm not sure I fully understood your approach. Each `send` will send one bulk from the Set upon one `BulkIdleTimeout` ? It seems like a reasonable solution but keep in...

Sure, ### Bulk properties The indexing to Elasticsearch are sent by bulk and not one by one. So on each call to "log" it will be accumulated until we have...

Hi, Actually you don't need logstash when using the appender. The appender is writing directly to your Elasticsearch service. You will have to configure the server and port of your...

Hi sorry for the late answer, Unfortunately in that case the logs will be lost. From what I remember it can also consume more RAM (regarding CPU, I don't think...