inputlookup
Description
Returns data from a lookup.
Syntax
... | inputlookup <lookup-name> [append=<bool>] [max=<int>] [start=<int>]
Required Arguments
Parameter | Syntax | Description |
---|---|---|
lookup-name | <lookup-name> | Name of the predefined lookup. |
Optional Arguments
Parameter | Syntax | Default | Description |
---|---|---|---|
append | append=<bool> | false | If true , appends existing data; if false , ignores existing data. |
max | max=<int> | Integer.MAX (2147483647) | Maximum number of events to fetch. |
start | start=<int> | 0 | Offset 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