[ML][DOCS] Remove empty rules from docs

Original commit: elastic/x-pack-elasticsearch@dee88e1161
This commit is contained in:
Dimitris Athanasiou 2018-03-23 12:31:13 +00:00
parent c4ff5ad3ed
commit 5f219bd70f
3 changed files with 0 additions and 3 deletions

View File

@ -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
} }
], ],

View File

@ -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
} }
], ],

View File

@ -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
} }
], ],