Skip to content

Commit 6630d61

Browse files
committed
xpack settings fixes
1 parent dbde402 commit 6630d61

File tree

4 files changed

+82
-33
lines changed

4 files changed

+82
-33
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 12 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 56 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 7 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/nodes/info/types.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,15 +247,20 @@ export class NodeInfoXpackSecurity {
247247
enabled: string
248248
transport?: NodeInfoXpackSecuritySsl
249249
authc?: NodeInfoXpackSecurityAuthc
250+
ml?: NodeInfoXpackSecurityMl
251+
}
252+
253+
export class NodeInfoXpackSecurityMl {
254+
use_auto_machine_memory_percent?: boolean
250255
}
251256

252257
export class NodeInfoXpackSecuritySsl {
253258
ssl: Dictionary<string, string>
254259
}
255260

256261
export class NodeInfoXpackSecurityAuthc {
257-
realms: NodeInfoXpackSecurityAuthcRealms
258-
token: NodeInfoXpackSecurityAuthcToken
262+
realms?: NodeInfoXpackSecurityAuthcRealms
263+
token?: NodeInfoXpackSecurityAuthcToken
259264
}
260265

261266
export class NodeInfoXpackSecurityAuthcRealms {

0 commit comments

Comments
 (0)