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

@ -53,16 +53,16 @@ interface CcrPutAutoFollowPatternRequest extends <<RequestBase>> {
follow_index_pattern?: <<IndexPattern>>
leader_index_patterns?: <<IndexPatterns>>
leader_index_exclusion_patterns?: <<IndexPatterns>>
max_outstanding_read_requests?: number
max_outstanding_read_requests?: <<_integer, integer>>
settings?: Record<string, any>
max_outstanding_write_requests?: number
max_outstanding_write_requests?: <<_integer, integer>>
read_poll_timeout?: <<Duration>>
max_read_request_operation_count?: number
max_read_request_operation_count?: <<_integer, integer>>
max_read_request_size?: <<ByteSize>>
max_retry_delay?: <<Duration>>
max_write_buffer_count?: number
max_write_buffer_count?: <<_integer, integer>>
max_write_buffer_size?: <<ByteSize>>
max_write_request_operation_count?: number
max_write_request_operation_count?: <<_integer, integer>>
max_write_request_size?: <<ByteSize>>
}