typer command: Examples
Examples for using the SPL2 typer command.
Returning all of the event types associated with all of the search results
The following example returns a field called eventtype which contains the names of the event types associated with the search results.
... | typer
Returning only events with a specific event type and limit how far into each event to locate the event type
The following example returns only events with the successful purchases event type and limits the number of characters to search each event to 300.
...| typer eventypes="successful purchases" maxlen=300
See also
typer command