mirror of
https://github.com/librenms/librenms-agent.git
synced 2024-05-09 09:54:52 +00:00
add unassigned shards for opensearch #421
This commit is contained in:
@@ -153,6 +153,7 @@ $to_return->{data}{c_act_shards} = $health_json->{active_shards};
|
||||
$to_return->{data}{c_rel_shards} = $health_json->{relocating_shards};
|
||||
$to_return->{data}{c_init_shards} = $health_json->{initializing_shards};
|
||||
$to_return->{data}{c_delayed_shards} = $health_json->{delayed_unassigned_shards};
|
||||
$to_return->{data}{c_unass_shards} = $health_json->{unassigned_shards};
|
||||
$to_return->{data}{c_pending_tasks} = $health_json->{number_of_pending_tasks};
|
||||
$to_return->{data}{c_in_fl_fetch} = $health_json->{number_of_in_flight_fetch};
|
||||
$to_return->{data}{c_task_max_in_time} = $health_json->{task_max_waiting_in_queue_millis};
|
||||
|
||||
Reference in New Issue
Block a user