Atlassian collector
Overview
The Atlassian collector queries the Atlassian cloud and returns audit data from Confluence and Jira.
Devo collector features
Feature | Details |
---|---|
Allow parallel downloading ( |
|
Running environments |
|
Populated Devo events |
|
Data sources
Data source | Description | Collector service name | Related remote endpoint | Devo table |
---|---|---|---|---|
Jira | Pulls audit logs from the Jira API |
|
| |
Confluence | Pulls audit logs from the Confluence API |
| https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-audit/#api-group-audit |
|
For more information on how the events are parsed, visit our page.
Vendor setup
The Atlassian collector works over the Atlassian API. We need to enable API access and ensure its permissions in your Atlassian account to allow the collector to get the data correctly.
Log in to https://id.atlassian.com/manage-profile/secuirty/api-tokens
Create the required API token.
From the dialog that appears, enter a label for your token and click Create.
Click Copy to clipboard then paste the token to the
config.yaml
.
Minimum configuration required for basic pulling
Although this collector supports advanced configuration, the fields required to retrieve data with basic configuration are defined below.
This minimum configuration refers exclusively to those specific parameters of this integration. There are more required parameters related to the generic behavior of the collector. Check setting sections for details.
Setting | Details |
---|---|
| - |
| - |
|
|
|
See the Accepted authentication methods section to verify what settings are required based on the desired authentication method.
Accepted authentication methods
Depending on how you obtained your credentials, you will have to either fill or delete the following properties on the JSON credentials
configuration block.
Run the collector
Once the data source is configured, you can either send us the required information if you want us to host and manage the collector for you (Cloud collector), or deploy and host the collector in your own machine using a Docker image (On-premise collector).
Change log
Release | Released on | Release type | Details | Recommendations |
---|---|---|---|---|
| Oct 4, 2023 | BUG FIX | Updated dependencies in the |
|
| Sep 29, 2023 | INITIAL RELEASE | Initial Release with Collector SDK 1.9.2 |
|