-
Notifications
You must be signed in to change notification settings - Fork 62
/
indices.rollover.yaml
41 lines (41 loc) · 1.41 KB
/
indices.rollover.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
openapi: 3.1.0
info:
title: Schemas of `indices.rollover` Category
description: Schemas of `indices.rollover` category.
version: 1.0.0
paths: {}
components:
schemas:
RolloverConditions:
type: object
properties:
min_age:
$ref: '_common.yaml#/components/schemas/Duration'
max_age:
$ref: '_common.yaml#/components/schemas/Duration'
max_age_millis:
$ref: '_common.yaml#/components/schemas/DurationValueUnitMillis'
min_docs:
type: number
max_docs:
type: number
max_size:
$ref: '_common.yaml#/components/schemas/HumanReadableByteCount'
max_size_bytes:
$ref: '_common.yaml#/components/schemas/ByteCount'
min_size:
$ref: '_common.yaml#/components/schemas/HumanReadableByteCount'
min_size_bytes:
$ref: '_common.yaml#/components/schemas/ByteCount'
max_primary_shard_size:
$ref: '_common.yaml#/components/schemas/HumanReadableByteCount'
max_primary_shard_size_bytes:
$ref: '_common.yaml#/components/schemas/ByteCount'
min_primary_shard_size:
$ref: '_common.yaml#/components/schemas/HumanReadableByteCount'
min_primary_shard_size_bytes:
$ref: '_common.yaml#/components/schemas/ByteCount'
max_primary_shard_docs:
type: number
min_primary_shard_docs:
type: number