is it possible that JIRA integration can be done with IBM QRadar SIEM if yes then solution is required.
Yes, Jira can be "integrated" with Qradar.
The nature of the "solution" you go for depends entirely upon what you want from your "integration". We can't tell you more than that without an explanation of what you are trying to do.
We need to have JIRA logs to be integrated with QRadar. So that any malicious activity can be detected and hence rectified.
We need logs like the following:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, so the Jira application doesn't trap most of that in any way that would be easy to get to in the application.
For example "time of all activities performed" - yep, there's a full issue history, so you could read that to see when changes were made, but doing so would be an incredibly heavy load to do it for all issues, and it might not catch all that you're thinking of - Jira certainly doesn't bother logging view activity beyond "person looked at something so I'll record it as one of the five recent things they can go back to later"
What you'll need to do is enable access logs on your server and then tell Qradar how to read them. I usually do that at a proxy level (I rarely run Jira on its own, there's always a load balancer or proxy in front of it because it makes logging and SSL a lot easier). Specifically:
The two that fall outside that:
One last point here - you've tagged this question with "Cloud", which would make it all moot. You don't have any access to anything you'd need to do this integration with Cloud (except the audit log)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Good day, where i can find all of these logs except atlassian-security.log? Thought which logs are usefull to implement to Qradar?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the Atlassian Community!
You will need to ask the server admins what access logging they have set up, they'll be able to tell you where the logs are for it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.