Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Atlassian Jira Readme #3063

Merged
merged 10 commits into from
Apr 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/atlassian_jira/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Atlassian Jira Integration

The Jira integration collects audit logs from the audit log files or the audit API.
The Jira integration collects audit logs from the audit log files or the [audit API](https://confluence.atlassian.com/jiracore/audit-log-improvements-for-developers-1019401815.html).

## Logs

Expand All @@ -10,4 +10,4 @@ The Jira integration collects audit logs from the audit log files or the audit A

{{fields "audit"}}

{{event "audit"}}
{{event "audit"}}
5 changes: 5 additions & 0 deletions packages/atlassian_jira/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.1.2"
changes:
- description: Update Readme
type: enhancement
link: https://github.com/elastic/integrations/pull/3063
- version: "1.1.1"
changes:
- description: Add documentation for multi-fields
Expand Down
4 changes: 2 additions & 2 deletions packages/atlassian_jira/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Atlassian Jira Integration

The Jira integration collects audit logs from the audit log files or the audit API.
The Jira integration collects audit logs from the audit log files or the [audit API](https://confluence.atlassian.com/jiracore/audit-log-improvements-for-developers-1019401815.html).

## Logs

Expand Down Expand Up @@ -201,4 +201,4 @@ An example event for `audit` looks as following:
"name": "test.user"
}
}
```
```
2 changes: 1 addition & 1 deletion packages/atlassian_jira/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: atlassian_jira
title: Atlassian Jira
version: 1.1.1
version: 1.1.2
license: basic
description: Collect logs from Atlassian Jira with Elastic Agent.
type: integration
Expand Down