These index patterns have been updated after extending the Cross-reference analysis study from GitHub events to the rest of the GitHub indexes (github_issues, github2_issues and github2_pull_requests).
The following fields are added:
referenced_by_issues: List of issues referenced by a given Issue or Pull Request, from the same repository.
referenced_by_prs: List of pull requests referenced by a given Issue or Pull Request, from the same repository.
referenced_by_external_issues: List of issues referenced by a given Issue or Pull Request, from different (external) repositories.
referenced_by_external_prs: List of pull requests referenced by a given Issue or Pull Request, from different (external) repositories.
These index patterns have been updated after extending the Cross-reference analysis study from GitHub events to the rest of the GitHub indexes (
github_issues
,github2_issues
andgithub2_pull_requests
).The following fields are added:
referenced_by_issues
: List of issues referenced by a given Issue or Pull Request, from the same repository.referenced_by_prs
: List of pull requests referenced by a given Issue or Pull Request, from the same repository.referenced_by_external_issues
: List of issues referenced by a given Issue or Pull Request, from different (external) repositories.referenced_by_external_prs
: List of pull requests referenced by a given Issue or Pull Request, from different (external) repositories.This PR is related to https://github.com/chaoss/grimoirelab-elk/pull/941.
Note: As soon as this PR and https://github.com/chaoss/grimoirelab-elk/pull/942 get merged, the index pattern for
github_issues
has to be updated to include the fieldissue_url
.