Variable | MAX_INGEST_DELAY_SECONDS | |
Description | Events backlog allowed before Humio starts responding on http interfaces | |
Default | 3600 |
How big a backlog of events in Humio is allowed before Humio starts
responding http-status=503
on the
http interfaces and rejecting ingesting messages on HTTP? Measured in
seconds worth of latency from an event arrival at Humio until it has been
fully processed. (Note that typical latency in normal conditions is zero
to one second.)
Set to a large number, such as 31104000 (~1 year as seconds), to avoid having this kind of back pressure towards the ingest clients. Range: Min=300, Max=2147483647.
ini files
MAX_INGEST_DELAY_SECONDS=3600