Skip to content

Commit a93fac9

Browse files
committed
Restore indices.resolve_index.json
1 parent c86dcdf commit a93fac9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

specification/_json_spec/indices.resolve_index.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@
4141
"default": true
4242
},
4343
"mode": {
44-
"type": "string",
45-
"description": "Filter indices by index mode"
44+
"type": "enum",
45+
"options": ["standard", "time_series", "logsdb", "lookup"],
46+
"default": "",
47+
"description": "Filter indices by index mode. Comma-separated list of IndexMode. Empty means no filter."
4648
}
4749
}
4850
}

0 commit comments

Comments
 (0)