How to get all the csv names present in Splunk environment ? Lets say, i have 1000+ csv and i want to get all csv names in table format. How to achieve this?
@splunk
REST to the rescue!
| rest /servicesNS/-/-/data/lookup-table-files
View solution in original post
This definitely helps.. Thanks a lot. 😁😎