By default, even CLI-initiated searches are assigned a Job id. Unfortunately, these disappear immediately upcome completion of the search run. To make the Job id persist you can add '-detach true' to your search:
[/opt/splunk/bin] ./splunk search "search terms" -maxout 100000 -detach true
Job id: 1277828645.277
By default, even CLI-initiated searches are assigned a Job id. Unfortunately, these disappear immediately upcome completion of the search run. To make the Job id persist you can add '-detach true' to your search:
[/opt/splunk/bin] ./splunk search "search terms" -maxout 100000 -detach true
Job id: 1277828645.277
It showed in my jobs manager on Splunk 4.1 (build 77833)