Is it possible to load data from a url using SPL at the search line? Three uses cases, specifically:
1) Load https://server.domain.com:8000/en-US/search/inspector?sid=[sid]&namespace=search for job inspect data for a particular sid,
2) Load https://server.domain.com:8000/en-US/api/search/jobs/[sid]/search.log?outputMode=raw for search.log for a particular sid,
3) Load https://mypage.mysite.com/myfile.csv
I know this can be done with scripts somehow, and while I am interested in that process as well, this question focuses on using the search bar (even with the assistance of an app if necessary) to load the data.
↧