[DOCS] Clarify missing_field_count for elastic/x-pack-elasticsearch#987 (elastic/x-pack-elasticsearch#1105)
Original commit: elastic/x-pack-elasticsearch@91e867e6b5
This commit is contained in:
parent
c27bb16141
commit
178d259315
|
@ -83,7 +83,14 @@ and any related error counts. It has the following properties:
|
||||||
`missing_field_count`::
|
`missing_field_count`::
|
||||||
(long) The number of records that are missing a field that the job is configured to analyze.
|
(long) The number of records that are missing a field that the job is configured to analyze.
|
||||||
Records with missing fields are still processed because it is possible that not all fields are missing.
|
Records with missing fields are still processed because it is possible that not all fields are missing.
|
||||||
The value of `processed_record_count` includes this count.
|
The value of `processed_record_count` includes this count. +
|
||||||
|
+
|
||||||
|
--
|
||||||
|
NOTE: If you are using data feeds or posting data to the job in JSON format, a
|
||||||
|
high `missing_field_count` is often not an indication of data issues. It is not
|
||||||
|
necessarily a cause for concern.
|
||||||
|
|
||||||
|
--
|
||||||
|
|
||||||
`out_of_order_timestamp_count`::
|
`out_of_order_timestamp_count`::
|
||||||
(long) The number of records that are out of time sequence and outside of the latency window.
|
(long) The number of records that are out of time sequence and outside of the latency window.
|
||||||
|
|
Loading…
Reference in New Issue