What happens when the ouput of Auditbeat is down What happens when the ouput of Auditbeat is down elasticsearch elasticsearch

What happens when the ouput of Auditbeat is down


Auditbeat has an internal queue which stores the events before sending it to the configured output, by default this queue is a memory queue that will store up to 4096 events.

If the queue is full, no more events will be stored until the output comes back and start to receive data from auditbeat, there is a risk of data loss here.

You can change the number of the events that the memory queue stores.

There is also the option to use a file queue, which will save the events to disk before sending to the configured output, but this feature is still in beta.

You can read about the internal queue in the documentation.