You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example:
0xFFFFE00B570CE001 (in this case coming from windows.bigpool plugin) became 18446708938042564609 and generates this error in Elastic:
Numeric value (18446708938042564609) out of range of long (-9223372036854775808 - 9223372036854775807)
Some input are considered as integer but they are to big to be an int.
Since I don't specify index structure I need to find a way to manage this.
The text was updated successfully, but these errors were encountered: