I want to monitor JBoss application logs using Sentry.
167 views
Skip to first unread message
Arun Sasidharan
unread,
Mar 13, 2013, 5:12:07 PM3/13/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gets...@googlegroups.com
I was able to setup Sentry server to monitor my application log. But I dont know how to feed my Jboss application logs to Sentry server. I have tested Sentry Server using Raven client: # raven test DSN
And it is recorded in the server.
My app server log looks like below:
2013-03-13 10:48:56,442 ERROR
[nucleusNamespace.app.ecommerce.search.QueryFormHandler]
(ajp-0.0.0.0-8239-71) beforeSearch() can not execute paged request with
no previously saved request
I don't want to modify the application code for Sentry. I need a standalone client for sending the log data to Sentry server.
Any help would highly appreciated.
Thanks Arun S
Brad Chen
unread,
May 15, 2013, 3:24:19 PM5/15/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gets...@googlegroups.com
While I have no experience working with JBoss AS (I assume that’s what you meant by JBoss application), if JBoss AS can append logs to log4j, then Raven-Java might be what you’re looking for. The project is on GItHub at https://github.com/kencochrane/raven-java.