optimize node top metric and change cluster config editing logic
This commit is contained in:
parent
475dd606e8
commit
e10bef819e
|
@ -24,8 +24,8 @@ import _ from "lodash";
|
||||||
|
|
||||||
const gorupOrder = [
|
const gorupOrder = [
|
||||||
"thread_pool_write",
|
"thread_pool_write",
|
||||||
"thread_pool_search",
|
|
||||||
"thread_pool_index",
|
"thread_pool_index",
|
||||||
|
"thread_pool_search",
|
||||||
"thread_pool_bulk",
|
"thread_pool_bulk",
|
||||||
"thread_pool_get",
|
"thread_pool_get",
|
||||||
"thread_pool_flush",
|
"thread_pool_flush",
|
||||||
|
|
Loading…
Reference in New Issue