OpenSearch/client
Simon Willnauer 833e0f8ecf
Prevent throttled indices to be searched through wildcards by default (#34354)
Today if a wildcard, date-math expression or alias expands/resolves
to an index that is search-throttled we still search it. This is likely
not the desired behavior since it can unexpectedly slow down searches
significantly.

This change adds a new indices option that allows `search`, `count`
and `msearch` to ignore throttled indices by default. Users can
force expansion to throttled indices by using `ignore_throttled=true`
on the rest request to expand also to throttled indices.

Relates to #34352
2018-11-06 09:45:30 +01:00
..
benchmark Logging: Drop two deprecated methods (#34055) 2018-09-26 11:20:52 -04:00
client-benchmark-noop-api-plugin Refactor: Remove settings from transport action CTOR (#35208) 2018-11-05 13:08:18 +01:00
rest Remove static import from HLRC doc snippet (#34834) 2018-10-25 16:22:50 +02:00
rest-high-level Prevent throttled indices to be searched through wildcards by default (#34354) 2018-11-06 09:45:30 +01:00
sniffer Checkstyle: Catch wide snippets (#34163) 2018-10-01 15:22:15 -04:00
test Run forbidden api checks with runtimeJavaVersion (#32947) 2018-08-22 09:05:22 +03:00
transport Run forbidden api checks with runtimeJavaVersion (#32947) 2018-08-22 09:05:22 +03:00