diff --git a/handler.go b/handler.go index 7ebd673f7..a69545c5f 100644 --- a/handler.go +++ b/handler.go @@ -1694,6 +1694,7 @@ func (h *Handler) InputJSONDataParser(req map[string]interface{}, index *Index, for _, action := range field.Actions { frame := action.Frame timestamp := timestampFrame[action.Frame] + // Skip input data field values that are set to null if req[field.Name] == nil { continue }