Add more dense_vector details for cluster stats field stats (#113607)

This adds some more counts for dense_vector field mapping stats. This
allows for seeing the number of mappings with a given element type,
similarity, or index type.
This commit is contained in:
Benjamin Trent 2024-10-01 11:58:04 -04:00 committed by GitHub
parent ee73969bbb
commit 8ed0df42f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 170 additions and 23 deletions

View file

@ -432,6 +432,15 @@ To get information on segment files, use the <<cluster-nodes-stats,node stats AP
`indexed_vector_dim_max`::
(integer) For dense_vector field types, the maximum dimension of all indexed vector types in selected nodes.
`vector_index_type_count`::
(object) For dense_vector field types, the number of indexed vector types by index type in selected nodes.
`vector_similarity_type_count`::
(object) For dense_vector field types, the number of vector types by similarity type in selected nodes.
`vector_element_type_count`::
(object) For dense_vector field types, the number of vector types by element type in selected nodes.
`script_count`::
(integer) Number of fields that declare a script.