List Sources
list_sourcesList data sources from a Splunk index with paginated results. Use offset to fetch additional pages when more sources exist.
Instructions
Discover data sources using the metadata command. Sources can be numerous; results are paged. If has_more is true, call again with offset=next_offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Page size. Default 50. Maximum 100. Values above 100 are capped to 100; 0 uses 50. Do not send a count larger than 100. | |
| index | No | Limit to one index | |
| offset | No | Result offset (default 0) |