I am trying to fight occasional spikes in Refresh Time on my logging service for API calls. Almost all of the requests to server are index/update pairs with refresh_interval -1. _refresh is called from cronjob every minute, but the spikes happen only 1-4 times per hour. The spikes are usually 6-8s.
Translog durability is set to async. indices.memory.index_buffer_size: 50%
Or maybe it's just completely normal? I have no comparison, all my other projects do not index that many records. On average there are 170k index operations daily. I am not using bulk indexing, it's not possible in this scenario.
Thank you for all suggestions! Marcin