Skip to content

Commit

Permalink
add support for unsigned_long for anomaly detection
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarezmelissa87 committed Nov 6, 2020
1 parent 79f161e commit f686efe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ function getNumericalFields(fields: Field[]): Field[] {
return fields.filter(
(f) =>
f.type === ES_FIELD_TYPES.LONG ||
f.type === ES_FIELD_TYPES.UNSIGNED_LONG ||
f.type === ES_FIELD_TYPES.INTEGER ||
f.type === ES_FIELD_TYPES.SHORT ||
f.type === ES_FIELD_TYPES.BYTE ||
Expand Down

0 comments on commit f686efe

Please sign in to comment.