Assign the end of the search time interval to the field provided
by parameter as
.
The time is represented as milliseconds since January 1, 1970
(UTC). In live queries (where the search time interval is
forever moving), end()
is equivalent to
now()
— that is, the current time.
Note
The parser does not have a search interval; therefore, it does
not make sense to use the end()
query
function here.
Hide omitted argument names for this function
Omitted Argument NamesThe argument name for
as
can be omitted; the following forms of this function are equivalent:logscale Syntaxend("value")
and:
logscale Syntaxend(as="value")
These examples show basic structure only.