File tree 1 file changed +30
-0
lines changed
1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -523,6 +523,36 @@ been reported.
523
523
`peak_usage_bytes` ::::
524
524
(long) The number of bytes used at the highest peak of memory usage.
525
525
526
+ `node` :::
527
+ (object)
528
+ Contains properties for the node that runs the job. This information is
529
+ available only for running jobs.
530
+
531
+ `node` .`attributes`:::
532
+ (object)
533
+ Lists node attributes such as `ml.machine_memory` , `ml.max_open_jobs` , and
534
+ `xpack.installed` .
535
+
536
+ `node` .`ephemeral_id`:::
537
+ (string)
538
+ The ephemeral id of the node.
539
+
540
+ `node` .`id`:::
541
+ (string)
542
+ The unique identifier of the node.
543
+
544
+ `node` .`name`:::
545
+ (string)
546
+ The node name.
547
+
548
+ `node` .`transport_address`:::
549
+ (string)
550
+ The host and port where transport HTTP connections are accepted.
551
+
552
+ `assignment_explanation` :::
553
+ (string)
554
+ For running jobs only, contains messages relating to the selection of a node to
555
+ run the job.
526
556
end::data-frame-analytics-stats[]
527
557
528
558
tag::datafeed-id[]
You can’t perform that action at this time.
0 commit comments