mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
Improvements to job validation messages: - Changed cardinality_over_field_low "might be less suitable" to "might not be suitable". - Fixed documentation URLs. - Extended categorization_filters_invalid message + documentation URL.
This commit is contained in:
parent
f3e0ef6134
commit
86aa90a337
1 changed files with 7 additions and 6 deletions
|
@ -2,12 +2,12 @@
|
||||||
"field_not_aggregatable": {
|
"field_not_aggregatable": {
|
||||||
"status": "ERROR",
|
"status": "ERROR",
|
||||||
"text": "Detector field \"{{fieldName}}\" is not an aggregatable field.",
|
"text": "Detector field \"{{fieldName}}\" is not an aggregatable field.",
|
||||||
"url": "https://www.elastic.co/guide/en/x-pack/{{version}}/ml-configuring-aggregation.html"
|
"url": "https://www.elastic.co/guide/en/elastic-stack-overview/{{version}}/ml-configuring-aggregation.html"
|
||||||
},
|
},
|
||||||
"fields_not_aggregatable": {
|
"fields_not_aggregatable": {
|
||||||
"status": "ERROR",
|
"status": "ERROR",
|
||||||
"text": "One of the detector fields is not an aggregatable field.",
|
"text": "One of the detector fields is not an aggregatable field.",
|
||||||
"url": "https://www.elastic.co/guide/en/x-pack/{{version}}/ml-configuring-aggregation.html"
|
"url": "https://www.elastic.co/guide/en/elastic-stack-overview/{{version}}/ml-configuring-aggregation.html"
|
||||||
},
|
},
|
||||||
"cardinality_by_field": {
|
"cardinality_by_field": {
|
||||||
"status": "WARNING",
|
"status": "WARNING",
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
},
|
},
|
||||||
"cardinality_over_field_low": {
|
"cardinality_over_field_low": {
|
||||||
"status": "WARNING",
|
"status": "WARNING",
|
||||||
"text": "Cardinality of over_field \"{{fieldName}}\" is below 10 and might be less suitable for population analysis.",
|
"text": "Cardinality of over_field \"{{fieldName}}\" is below 10 and might not be suitable for population analysis.",
|
||||||
"url": "https://www.elastic.co/guide/en/kibana/{{version}}/job-tips.html#cardinality"
|
"url": "https://www.elastic.co/guide/en/kibana/{{version}}/job-tips.html#cardinality"
|
||||||
},
|
},
|
||||||
"cardinality_over_field_high": {
|
"cardinality_over_field_high": {
|
||||||
|
@ -36,11 +36,12 @@
|
||||||
"categorization_filters_valid": {
|
"categorization_filters_valid": {
|
||||||
"status": "SUCCESS",
|
"status": "SUCCESS",
|
||||||
"text": "Categorization filters checks passed.",
|
"text": "Categorization filters checks passed.",
|
||||||
"url": "https://www.elastic.co/guide/en/x-pack/{{version}}/ml-configuring-categories.html#ml-configuring-categories"
|
"url": "https://www.elastic.co/guide/en/elastic-stack-overview/{{version}}/ml-configuring-categories.html"
|
||||||
},
|
},
|
||||||
"categorization_filters_invalid": {
|
"categorization_filters_invalid": {
|
||||||
"status": "ERROR",
|
"status": "ERROR",
|
||||||
"text": "The categorization filters are invalid."
|
"text": "The categorization filters configuration is invalid. Make sure filters are valid regular expressions and \"categorization_field_name\" is set.",
|
||||||
|
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/{{version}}/ml-job-resource.html#ml-analysisconfig"
|
||||||
},
|
},
|
||||||
"bucket_span_empty": {
|
"bucket_span_empty": {
|
||||||
"status": "ERROR",
|
"status": "ERROR",
|
||||||
|
@ -188,7 +189,7 @@
|
||||||
"status": "SUCCESS",
|
"status": "SUCCESS",
|
||||||
"heading": "Model memory limit",
|
"heading": "Model memory limit",
|
||||||
"text": "Valid and within the estimated model memory limit.",
|
"text": "Valid and within the estimated model memory limit.",
|
||||||
"url": "https://www.elastic.co/guide/en/x-pack/{{version}}/ml-gs-job1-manage.html#ml-gs-job1-manage"
|
"url": "https://www.elastic.co/guide/en/elastic-stack-overview/{{version}}/ml-gs-job1-manage.html"
|
||||||
},
|
},
|
||||||
"success_time_range": {
|
"success_time_range": {
|
||||||
"status": "SUCCESS",
|
"status": "SUCCESS",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue