- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What's the most efficient way to monitor JBoss log file activity?

suresh364
New Member
08-22-2017
06:39 PM
Sometimes we see our JBoss process running but really not functional. The indication is that the log file has not updated for a while. I have the following Splunk search to monitor the log for this condition. Is there any better way to track this ? Planning to run this every 5 minutes or so.
index=jboss_prod
| eval lastseen=strftime(_time, "%b %d %Y %H:%M:%S")
| eval since=now()-_time
| rename last(lastseen) as "Last updated on"
| where since >210
| search sourcetype=log4j
| table host , source,lastseen,since
| dedup host , source
| stats last(lastseen) by host , source,since
Thanks in advance
Radhak
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

nickhills
Ultra Champion
12-28-2017
02:00 PM
Hi - I added this post - If you find it useful, please upvote the answer, or add your own solution if you found another way!
https://answers.splunk.com/answers/606762/how-do-i-monitor-jbosstomcatapacheetc-and-raise-an.html
If my comment helps, please give it a thumbs up!
