How to identify logs when we make API calls to jira the issue collectors running from confluence
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.