We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aac56be commit 9225924Copy full SHA for 9225924
specification/migration/deprecations/DeprecationInfoResponse.ts
@@ -24,6 +24,7 @@ export class Response {
24
body: {
25
cluster_settings: Deprecation[]
26
index_settings: Dictionary<string, Deprecation[]>
27
+ data_streams: Dictionary<string, Deprecation[]>
28
node_settings: Deprecation[]
29
ml_settings: Deprecation[]
30
}
0 commit comments