Hi, i'm ussing lastet verion ES, LS.
I'm ussing Brocker RabbitMQ : LS Shipper -> RabbitMQ -> LS Indexer -> ES
Now I run, i check on RabbitMQ, i have 2M doc/event queue (Incomming 6-10k event/doc per second) and ack very small ( 20 doc/event per second -> 100 per second)
I try to restart LS Indexer , Ack increare 4k /s, after that down to < 100 ack/s and stop get doc/event.
I run LS indexer with --debug, i see log
Here are all my config LS
Config for RabbitMQ Server (Config file)
And i have many filter ( filter log nginx, apache, SSH, Mail exchange, Winlogbeat, Network (router, swicth, firewall)
I set LS-Heap-size on /etc/sysconfig/logstash : ( I have 2 LS Indexer and 16Gb RAM/ LS)
LS_HEAP_SIZE="10g"
So, what is my config wrong?