It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
ClusterPlanStepLogMessageInfo
editClusterPlanStepLogMessageInfo
editThe log message from a specified stage of an executed step in a plan.
Properties
edit-
delta_in_millis
(integer
asint64
) - Time in milliseconds since previous log message
-
message
(string
, required) - Human readable log message
-
stage
(string
; allowed values: [starting
,completed
,in_progress
], required) - Stage that info log message takes place in
-
timestamp
(string
asdate-time
, required) - Timestamp marking on info log of step
Example
edit{ "delta_in_millis" : 0, "message" : "string", "stage" : "string", "timestamp" : "2019-01-01T00:00:00Z" }