In the GIM, what is the difference between field types “integer” and “long?” IIRC, in Graylog there are only two numeric data types- long (integers) and double (floating point numbers).
Hi William
These relate to the java types of the same name, see Difference Between int and long (with Comparison Chart) - Tech Differences
1 Like
So if Long is the only data type available in Graylog pipeline functions, why is Int referred to in the GIM? Is this just an oversight and Int is actually referring to the Long data type, or is there a hidden or to-be-released way to access Int data types in pipeline functions?