Monitoring OBS Operations

To clearly display the operations of the storage and compute decoupling plugin in OBS, the real-time OBS rate metric is added to CSS and recorded in the system index.

Prerequisite

This feature is available at Elasticsearch of versions 7.6.2 and 7.10.2 and Opensearch clusters created after March 2023.

Description

GET _frozen_stats/obs_rate API

System Index

Configuration Item

Configuration Item

Type

Scope

Can Be Dynamically Modified

Description

low_cost.obs_rate_index.evict_time

String

node

Yes

The retention period of the .freeze_obs_rate-YYYY.mm.dd index.

  • Value range: 1d to 365d
  • Default value: 30d
  • Unit: day

For example, run the following command to modify the retention period of the .freeze_obs_rate-YYYY.mm.dd index:

PUT _cluster/settings
 {
   "persistent": {
     "low_cost.obs_rate_index.evict_time":  "7d"
   }
 }