IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
ClusterPlanWarning
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
ClusterPlanWarning
editInformation about a warning from a plan.
Properties
edit-
code(string, required) - A unique warning code
-
message(string, required) - A description of the warning
-
step_id(string) - The ID of the step which produced a warning, if any
Example
edit{
"code" : "string",
"message" : "string",
"step_id" : "string"
}