When I do a search under Jenkins app and save as report, how do I find it afterwards?
By default it will be private and under app "splunk_app_jenkins"
I can only see Search tab under the Jenkins app, but no Reports?
Search&Reporting app cannot see the Jenkins app reports by default.
Go to the Search & Reporting app and display the Reports page. In the URL of your browser, replace "search" with "splunk_app_jenkins".
Go to the Search & Reporting app and display the Reports page. In the URL of your browser, replace "search" with "splunk_app_jenkins".
Heh, indeed! 🙂
Looks like we are missing the Reports link in the Jenkins app navigation bar.
So something like this works: https://splunkserver/en-GB/app/splunk_app_jenkins/reports
I added a custom default.xml:
$SPLUNK_HOME/etc/apps/splunk_app_jenkins/local/data/ui/views/default.xml
with:
<a href="https://[splunkserver]/en-GB/app/splunk_app_jenkins/reports">Reports</a>
And it does the job.