Hi,
We would like to create some service which can monitor logs in Jira (e.g. atlassian-jira.log), for 'FATAL', 'ERROR' & 'WARN' & create an issue
How can this be achieved ?
Any thoughts much appreciated ?
Thanks
Lokesh
Hi @Lokesh
Some options to consider.
Logging is via log4j libraries and you could add your own appenders e.g.
an SMTP appender to send email to a Jira mail listener.
a HTTP appender to make a REST API call
https://confluence.atlassian.com/adminjiraserver073/logging-and-profiling-861253813.html
https://logging.apache.org/log4j/2.x/manual/appenders.html#HttpAppender
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.