The anomaly detection tests referenced a TimeField. This was set to the index field utc_time which did not exist and needed to be added via a mappings file (otherwise it was being read as a text field). The mappings file was not in testdata and had to be created.
Check List
[x] New functionality includes testing.
[x] All tests pass
[x] New functionality has been documented.
[x] New functionality has documentation added
[x] Commits are signed as per the DCO using --signoff
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.
Description
Fix anomaly detection tests.
Issues Resolved
The anomaly detection tests referenced a
TimeField
. This was set to the index fieldutc_time
which did not exist and needed to be added via a mappings file (otherwise it was being read as atext
field). The mappings file was not intestdata
and had to be created.Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.