Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
  • Community
  • Q&A
  • Jira
  • Questions
  • How to find in jira splunk logs when API calls being made from Confluence when Issue collectors are

How to find in jira splunk logs when API calls being made from Confluence when Issue collectors are

Bhargavi Vasa
Contributor
January 27, 2025

How to identify logs when we make API calls to jira the issue collectors running from confluence 

1 answer

0 votes
Mercy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
December 12, 2025

In Jira Data Center, issue collectors invoked from Confluence trigger REST API calls to the `/rest/collectors/1.0/template/form` and `/rest/collectors/1.0/submit` endpoints on the Jira node that receives the request. These calls are logged in the `atlassian-jira-access.log` file, not in the application log, because they are standard HTTP requests. You can locate them in Splunk by filtering on the request path or the collector ID, for example with a search like `source="*atlassian-jira-access.log*" "rest/collectors/1.0/submit"`. The log entries include the client IP, timestamp, and response code, which helps identify when and from where Confluence invoked the collector.

Suggest an answer

Log in or Sign up to answer