mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
This commit enhances job/datafeed APIs that support acting on multiple jobs/datafeeds at once so that they accept expressions that may contain comma-separated lists or wildcard patterns. The APIs that are enhances are: - get jobs API - get job stats API - close job API - get datafeeds API - get datafeed stats API - stop datafeed API relates elastic/x-pack-elasticsearch#1876 Original commit: elastic/x-pack-elasticsearch@45a1139d97