Hi guys,
I need to create a search + join via CLI or with web app automatically .
How can do this? where it is stored the search? can make a report after that?
Best Regards, Buscatrufas.
You can create a form
in splunk like this:
http://docs.splunk.com/Documentation/Splunk/latest/Viz/Buildandeditforms
You can run searches from your own app using the REST API:
http://dev.splunk.com/restapi
https://answers.splunk.com/answers/232330/how-to-use-the-rest-api-to-just-run-a-search-and-s.html
You can create a form
in splunk like this:
http://docs.splunk.com/Documentation/Splunk/latest/Viz/Buildandeditforms
You can run searches from your own app using the REST API:
http://dev.splunk.com/restapi
https://answers.splunk.com/answers/232330/how-to-use-the-rest-api-to-just-run-a-search-and-s.html