Upcoming Webinar:

Getting Started with OpenObserve

July 16, 2026
11:00 AM ET

Changelog

Release Date: Feb 24, 2025

What's Changed

Query timeout for ingester

ZO_QUERY_INGESTER_TIMEOUT=0

Default value is 0 means it will use the value of ZO_QUERY_TIMEOUT. We will use separate timeout for ingester when the searchType is UI. for example we set ZO_QUERY_INGESTER_TIMEOUT=10, if the ingester can't response in 10 seconds, we will drop the data from ingester and return data from other nodes that can avoid waiting too long on ingester.