- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

PeopleSoft SCM - Version 9.2
I am trying to figure how if the jobs that are scheduled through Process Scheduler in PeopleSoft, can be monitored through Splunk? If so, it would be great if you could walk me through the steps.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Does peoplesoft offer a log file for the Process Scheduler that can be ingested into Splunk? Does it provide any type of REST API that a script could query and send the results to Splunk as a scripted input?
Sounds like the first question to answer is what does Peoplesoft make available to extract state info about the Process Scheduler?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The way I handle this is to have a script run as a cron job from a maintenance server that queries the process scheduler tables in the database and writes out what I want to see about process scheduler jobs as key=value pairs into a text file and have a Splunk UF monitor the text file. Ugly but it works.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

PeopleSoft has log file that is available from the process scheduler
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Does peoplesoft offer a log file for the Process Scheduler that can be ingested into Splunk? Does it provide any type of REST API that a script could query and send the results to Splunk as a scripted input?
Sounds like the first question to answer is what does Peoplesoft make available to extract state info about the Process Scheduler?
