[ML][DOCS] Remove empty rules from docs
Original commit: elastic/x-pack-elasticsearch@dee88e1161
This commit is contained in:
parent
c4ff5ad3ed
commit
5f219bd70f
|
@ -80,7 +80,6 @@ The API returns the following results:
|
||||||
"detector_description": "Sum of total",
|
"detector_description": "Sum of total",
|
||||||
"function": "sum",
|
"function": "sum",
|
||||||
"field_name": "total",
|
"field_name": "total",
|
||||||
"rules": [ ],
|
|
||||||
"detector_index": 0
|
"detector_index": 0
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
@ -121,7 +121,6 @@ When the job is created, you receive the following results:
|
||||||
"detector_description": "Sum of total",
|
"detector_description": "Sum of total",
|
||||||
"function": "sum",
|
"function": "sum",
|
||||||
"field_name": "total",
|
"field_name": "total",
|
||||||
"rules": [],
|
|
||||||
"detector_index": 0
|
"detector_index": 0
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
@ -134,7 +134,6 @@ information, including the updated property values. For example:
|
||||||
"detector_description": "Sum of total",
|
"detector_description": "Sum of total",
|
||||||
"function": "sum",
|
"function": "sum",
|
||||||
"field_name": "total",
|
"field_name": "total",
|
||||||
"rules": [],
|
|
||||||
"detector_index": 0
|
"detector_index": 0
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue