Skip to content

Commit 7c98873

Browse files
committed
Merge branch 'update-the-FAQ' of https://github.com/SumoLogic/sumologic-documentation into update-the-FAQ
2 parents 4d109c8 + 1f26784 commit 7c98873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/manage/scheduled-views/scheduled-views-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,6 @@ _view=nice_view_man | timeslice 1d | sum(_count) by _timeslice, status_code
224224

225225
### How to avoid negative count results
226226

227-
Validate if you are using the scheduled views created before August 28th, 2024. The scheduled views created before this date will use the `Int` data type for the `count` operator, inturn resulting in a negative count value after crossing the maximum integer value of `2147483647`.
227+
Validate if you are using the scheduled views created before August 28, 2024. The scheduled views created before this date will use the `Int` data type for the `count` operator, inturn resulting in a negative count value after exceeding the maximum integer value of `2147483647`.
228228

229229
To resolve this, create a new scheduled view with the same starting date as the old scheduled view. These new scheduled views will utilize the `Long` data type for the `count` operator and will not provide negative values.

0 commit comments

Comments
 (0)