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
Add missing fields across multiple APIs for OpenSearch 3.2.0+ support:
Nodes Stats API:
- Add MaxLastIndexRequestTimestamp to indexing stats
- Add StartreeQueryTotal, StartreeQueryTimeInMillis, StartreeQueryCurrent
for startree query tracking
Indices Stats API:
- Add same startree query fields and MaxLastIndexRequestTimestamp
Cat APIs (nodes, shards, indices):
- Add indexing timestamp fields (last_index_request_timestamp)
- Add startree query tracking fields
Floating Point Precision:
- Fix concurrent_avg_slice_count precision loss by changing from float32
to float64 to match OpenSearch's double precision
Security Plugin:
- Add Settings field to security health API response for plugin
configuration like cache TTL settings
Signed-off-by: Sean Chittenden <sean.chittenden@crowdstrike.com>
0 commit comments