jira-audit-logs
Returns a list of audit records from Atlassian Jira.
jira-audit-logs [duration=NUM{mon|w|d|h|m|s}] [from=yyyyMMddHHmmss] [to=yyyyMMddHHmmss]
- duration=NUM{mon|w|d|h|m|s}
- Scan only recent data. You should use s(second), m(minute), h(hour), d(day), mon(month) time unit. For example,
10smeans data from 10 seconds earlier. - from=yyyyMMddHHmmss
- Start time of range. yyyyMMddHHmmss format. If you omit time part, it will be padded by zero.
- to=yyyyMMddHHmmss
- End time of range. yyyyMMddHHmmss format. If you omit time part, it will be padded by zero.
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| _time | Date | Time | |
| profile | String | Connect profile | The identifier of Jira connect profile |
| id | Integer | Record ID | |
| src_ip | IP address | Source IP address | |
| category | String | Category | |
| summary | String | Summary | e.g. User added to group |
| object_type | String | Object type | e.g. GROUP, PROJECT, WORKFLOW |
| object_name | String | Object name | e.g. atlassian-addons-admin |
| object_id | String | Object ID | |
| event_source | String | Event source | |
| author_account_id | String | Author account ID | |
| author_key | String | Author key | |
| associated_items | List | Associated items | |
| changes | List | Changes |