You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use default thread pools for Fleet Integration Knowledge system index
The Fleet Integration Knowledge index is a system index managed by Elasticsearch,
but functionally it behaves like a regular search index. To align with
this behavior, it should use the shared thread pools rather than the
dedicated system thread pool. This ensures consistency with other search
and ingest indices, while keeping the only distinction that it is managed
internally by Elasticsearch.
0 commit comments