Skip to content

Commit

Permalink
Remove segrep changes
Browse files Browse the repository at this point in the history
Signed-off-by: Bhumika Saini <sabhumik@amazon.com>
  • Loading branch information
Bhumika Saini committed Oct 13, 2023
1 parent bc4d6e4 commit 98079ea
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 54 deletions.
8 changes: 0 additions & 8 deletions _api-reference/cluster-api/cluster-stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,14 +142,6 @@ Parameter | Type | Description
"total_time_spent_in_millis" : 0
}
},
"segment_replication" : {
"max_bytes_behind" : "0b",
"total_bytes_behind" : "0b",
"max_replication_lag" : "0s",
"pressure" : {
"total_rejections" : 0
}
},
"file_sizes": {}
},
"mappings": {
Expand Down
32 changes: 0 additions & 32 deletions _api-reference/index-apis/stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,14 +225,6 @@ By default, the returned statistics are aggregated in the `primaries` and `total
"total_time_spent_in_millis" : 0
}
},
"segment_replication" : {
"max_bytes_behind" : "0b",
"total_bytes_behind" : "0b",
"max_replication_lag" : "0s",
"pressure" : {
"total_rejections" : 0
}
},
"file_sizes": {}
},
"translog": {
Expand Down Expand Up @@ -400,14 +392,6 @@ By default, the returned statistics are aggregated in the `primaries` and `total
"total_time_spent_in_millis" : 0
}
},
"segment_replication" : {
"max_bytes_behind" : "0b",
"total_bytes_behind" : "0b",
"max_replication_lag" : "0s",
"pressure" : {
"total_rejections" : 0
}
},
"file_sizes": {}
},
"translog": {
Expand Down Expand Up @@ -579,14 +563,6 @@ By default, the returned statistics are aggregated in the `primaries` and `total
"total_time_spent_in_millis" : 0
}
},
"segment_replication" : {
"max_bytes_behind" : "0b",
"total_bytes_behind" : "0b",
"max_replication_lag" : "0s",
"pressure" : {
"total_rejections" : 0
}
},
"file_sizes": {}
},
"translog": {
Expand Down Expand Up @@ -754,14 +730,6 @@ By default, the returned statistics are aggregated in the `primaries` and `total
"total_time_spent_in_millis" : 0
}
},
"segment_replication" : {
"max_bytes_behind" : "0b",
"total_bytes_behind" : "0b",
"max_replication_lag" : "0s",
"pressure" : {
"total_rejections" : 0
}
},
"file_sizes": {}
},
"translog": {
Expand Down
15 changes: 1 addition & 14 deletions _api-reference/nodes-apis/nodes-stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,14 +271,6 @@ Select the arrow to view the example response.
"total_time_spent_in_millis" : 0
}
},
"segment_replication" : {
"max_bytes_behind" : "0b",
"total_bytes_behind" : "0b",
"max_replication_lag" : "0s",
"pressure" : {
"total_rejections" : 0
}
},
"file_sizes" : { }
},
"translog" : {
Expand Down Expand Up @@ -840,12 +832,7 @@ segments.index_writer_memory_in_bytes | Integer | The total amount of memory use
segments.version_map_memory_in_bytes | Integer | The total amount of memory used by all version maps, in bytes.
segments.fixed_bit_set_memory_in_bytes | Integer | The total amount of memory used by fixed bit sets, in bytes. Fixed bit sets are used for nested objects and join fields.
segments.max_unsafe_auto_id_timestamp | Integer | The timestamp for the most recently retired indexing request, in milliseconds since the epoch.
segments.segment_replication | Object | Segment replication statistics for all primary shards when segment replication is enabled on the node.
segments.segment_replication.max_bytes_behind | Integer | The maximum number of bytes behind the primary replica.
segments.segment_replication.total_bytes_behind | Integer | The total number of bytes behind the primary replicas.
segments.segment_replication.max_replication_lag | Integer | The maximum amount of time, in milliseconds, taken by a replica to catch up to its primary.
segments.segment_replication.pressure | Object | Statistics related to segment replication backpressure.
segments.segment_replication.pressure.total_rejections | Integer | The total number of requests rejected due to segment replication backpressure.
segments.segment_replication | Object | Segment replication statistics for all primary shards when segment replication is enabled on the node.
segments.remote_store | Object | Statistics about remote segment store operations.
segments.remote_store.upload | Object | Statistics related to uploads to the remote segment store.
segments.remote_store.upload.total_upload_size | Object | The amount of data, in bytes, uploaded to the remote segment store.
Expand Down

0 comments on commit 98079ea

Please sign in to comment.