Skip to content
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
5 changes: 5 additions & 0 deletions packages/github/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ To use this integration, users must use GitHub Apps or Personal Access Token wit

**Note**: The Issues API can fetch a maximum of 30,000 issues when querying at the organization level. No limitation exists when querying for the repository level.

**Note**: Ensure the GitHub Personal Access Token includes following fine-grained permission for the repository:
- At least `Read-only` permission on Issues
- At least `Read-only` permission on Metadata
If misconfigured, the integration could run successfully without any data being processed. Alternatively, you might encounter an error like `⁠GET: server returned a 404 (Not Found)`.

{{fields "issues"}}

{{event "issues"}}
Expand Down
5 changes: 5 additions & 0 deletions packages/github/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "2.21.0"
changes:
- description: Clarify GitHub PAT permissions required for Issues data stream.
type: enhancement
link: https://github.com/elastic/integrations/pull/16758
- version: "2.20.0"
changes:
- description: Update `event.kind` to "alert" for `code_scanning.alert_created` and `secret_scanning_alert.create` actions.
Expand Down
5 changes: 5 additions & 0 deletions packages/github/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,11 @@ To use this integration, users must use GitHub Apps or Personal Access Token wit

**Note**: The Issues API can fetch a maximum of 30,000 issues when querying at the organization level. No limitation exists when querying for the repository level.

**Note**: Ensure the GitHub Personal Access Token includes following fine-grained permission for the repository:
- At least `Read-only` permission on Issues
- At least `Read-only` permission on Metadata
If misconfigured, the integration could run successfully without any data being processed. Alternatively, you might encounter an error like `⁠GET: server returned a 404 (Not Found)`.

**Exported fields**

| Field | Description | Type | Unit | Metric Type |
Expand Down
2 changes: 1 addition & 1 deletion packages/github/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: github
title: GitHub
version: "2.20.0"
version: "2.21.0"
description: Collect logs from GitHub with Elastic Agent.
type: integration
format_version: "3.4.0"
Expand Down