Question regarding index stats - warmer

Hello, we are running Elasticsearch 6.8.23.
For one of our indices we are having performance problems.
When checking the stats on that index one thing stands out, very high total_time under the warmer section. Reading the documentation for version 6.8 it says that warmers are removed
so I struggle to understand what this stat is?

"warmer": {
	"current": 2,
	"total": 36955701,
	"total_time": "108.4d",
	"total_time_in_millis": 9367434053
}

Any help is appreciated :slight_smile:

// Robin

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.