list_lookup_definitions
Retrieve and filter lookup definitions (transforms) from Splunk to understand how CSV files and external lookups are configured for search operations.
Instructions
List lookup definitions (transforms) in Splunk. Returns metadata including name, type, associated filename, fields configuration, app, owner, and permissions. Lookup definitions specify how CSV files or external lookups are used in searches.
Args: owner (str, optional): Filter by owner. Default: 'nobody' (all users) app (str, optional): Filter by app context. Default: '-' (all apps) count (int, optional): Max results to return. 0=all, default: 50 for performance offset (int, optional): Result offset for pagination. Default: 0 search_filter (str, optional): Filter results (e.g., 'filename=*.csv')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | No | nobody | |
| app | No | - | |
| count | No | ||
| offset | No | ||
| search_filter | No |