Original commit: elastic/x-pack-elasticsearch@91e867e6b5
This commit is contained in:
Lisa Cawley 2017-04-18 11:30:30 -07:00 committed by GitHub
parent c27bb16141
commit 178d259315
1 changed files with 8 additions and 1 deletions

View File

@ -83,7 +83,14 @@ and any related error counts. It has the following properties:
`missing_field_count`::
(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.
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`::
(long) The number of records that are out of time sequence and outside of the latency window.