You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Uses a natural language processing model to convert the query text into a list of token-weight pairs which are then used in a query against a rank features field.",
32204
+
"description": "Uses a natural language processing model to convert the query text into a list of token-weight pairs which are then used in a query against a sparse vector or rank features field.",
"description": "Indicates if ILM should take precedence over DSL in case both are configured to managed this data stream.",
48479
+
"type": "boolean"
48480
+
},
48462
48481
"indices": {
48463
48482
"description": "Array of objects containing information about the data stream’s backing indices.\nThe last item in this array contains information about the stream’s current write index.",
48464
48483
"type": "array",
@@ -48493,13 +48512,37 @@
48493
48512
"required": [
48494
48513
"generation",
48495
48514
"hidden",
48515
+
"next_generation_managed_by",
48516
+
"prefer_ilm",
48496
48517
"indices",
48497
48518
"name",
48498
48519
"status",
48499
48520
"template",
48500
48521
"timestamp_field"
48501
48522
]
48502
48523
},
48524
+
"_types:ManagedBy": {
48525
+
"oneOf": [
48526
+
{
48527
+
"type": "string",
48528
+
"enum": [
48529
+
"Index Lifecycle Management"
48530
+
]
48531
+
},
48532
+
{
48533
+
"type": "string",
48534
+
"enum": [
48535
+
"Data stream lifecycle"
48536
+
]
48537
+
},
48538
+
{
48539
+
"type": "string",
48540
+
"enum": [
48541
+
"Unmanaged"
48542
+
]
48543
+
}
48544
+
]
48545
+
},
48503
48546
"indices._types:DataStreamIndex": {
48504
48547
"type": "object",
48505
48548
"properties": {
@@ -48508,11 +48551,23 @@
48508
48551
},
48509
48552
"index_uuid": {
48510
48553
"$ref": "#/components/schemas/_types:Uuid"
48554
+
},
48555
+
"ilm_policy": {
48556
+
"$ref": "#/components/schemas/_types:Name"
48557
+
},
48558
+
"managed_by": {
48559
+
"$ref": "#/components/schemas/_types:ManagedBy"
48560
+
},
48561
+
"prefer_ilm": {
48562
+
"description": "Indicates if ILM should take precedence over DSL in case both are configured to manage this index.",
0 commit comments