Integer

A signed 8-byte (32-bit) integer. The value can be a positive or negative whole number.

Assigning Integer Values to Fields
logscale
count := 42
port := 8080
offset := -10
Using Integer Values in Functions
logscale
head(100)
tail(50)
top(10, field=hostname)
Integer Comparisons
logscale
status = 200
error_count > 5
retry_attempts <= 3

Functions using this Type: bucket(), collect(), communityId(), concatArray(), correlate(), dropEvent(), eval(), fieldset(), fieldstats(), formatDuration(), geohash(), groupBy(), hash(), hashMatch(), hashRewrite(), head(), join(), json:prettyPrint(), match(), matchAsArray(), math:mod(), math:pow(), math:spherical2cartesian(), neighbor(), parseInt(), rdns(), readFile(), regex(), reverseDns(), selfJoin(), slidingWindow(), sort(), splitString(), subnet(), table(), tail(), text:editDistance(), text:editDistanceAsArray(), timeChart(), top(), transpose(), window(), worldMap(), xml:prettyPrint()