Skip to main content

inputlookup

Description

Returns data from a lookup.

Syntax

... | inputlookup <lookup-name> [append=<bool>] [max=<int>] [start=<int>]

Required Arguments

ParameterSyntaxDescription
lookup-name<lookup-name>Name of the predefined lookup.

Optional Arguments

ParameterSyntaxDefaultDescription
appendappend=<bool>falseIf true, appends existing data; if false, ignores existing data.
maxmax=<int>Integer.MAX (2147483647)Maximum number of events to fetch.
startstart=<int>0Offset for the first fetched event; 0 for the first event.

Example Queries

Example #1
source tweets
| inputlookup my_lookup append=true
Example #2
| inputlookup my_lookup max=2 start=3