List Lookup Files
list_lookup_filesList CSV lookup files in Splunk to reveal metadata like name, owner, app, permissions, and last updated time, helping you locate relevant lookup tables for further analysis.
Instructions
List CSV lookup table files in Splunk. Returns metadata including name, filename, app, owner, sharing/permissions, and last updated time. Use this to discover available lookup files. To view the actual CSV content, use run_splunk_search with '| inputlookup '.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | No | Filter by app context. Default: '-' (all apps) | - |
| count | No | Page size. Default 50. Maximum 200. Values above 200 are capped to 200; 0 uses 50. Do not send a count larger than 200. | |
| owner | No | Filter by owner. Default: 'nobody' (all users) | nobody |
| offset | No | Result offset for pagination. Default: 0 | |
| search_filter | No | Filter results (e.g., 'name=*geo*') |