Still testing

This commit is contained in:
Josh Mock
2024-11-20 11:39:21 -06:00
parent be8fc5ae83
commit 15a43f3747
115 changed files with 609 additions and 818 deletions

View File

@ -51,14 +51,14 @@ interface CcrFollowRequest extends <<RequestBase>> {
index: <<IndexName>>
wait_for_active_shards?: <<WaitForActiveShards>>
leader_index?: <<IndexName>>
max_outstanding_read_requests?: number
max_outstanding_write_requests?: number
max_read_request_operation_count?: number
max_outstanding_read_requests?: <<_long, long>>
max_outstanding_write_requests?: <<_long, long>>
max_read_request_operation_count?: <<_long, long>>
max_read_request_size?: string
max_retry_delay?: <<Duration>>
max_write_buffer_count?: number
max_write_buffer_count?: <<_long, long>>
max_write_buffer_size?: string
max_write_request_operation_count?: number
max_write_request_operation_count?: <<_long, long>>
max_write_request_size?: string
read_poll_timeout?: <<Duration>>
remote_cluster?: string