Skip to content

Commit

Permalink
gitlab: make path configuration consistent (elastic#10994)
Browse files Browse the repository at this point in the history
  • Loading branch information
efd6 authored Sep 4, 2024
1 parent 4a3a816 commit 859cc52
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
7 changes: 6 additions & 1 deletion packages/gitlab/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# newer versions go on top
- version: 0.3.1
changes:
- description: Make path configuration consistent between data streams.
type: bugfix
link: https://github.com/elastic/integrations/pull/10994
- version: 0.3.0
changes:
- description: Add application, audit, and auth datastreams
- description: Add application, audit, and auth datastreams.
type: enhancement
link: https://github.com/elastic/integrations/pull/10644
- version: "0.2.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/gitlab/data_stream/application/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ streams:
type: text
title: Paths
multi: true
required: true
show_user: true
default:
- '/var/log/gitlab/gitlab-rails/application_json.log'
- '/home/git/gitlab/log/application_json.log'
Expand Down
2 changes: 2 additions & 0 deletions packages/gitlab/data_stream/audit/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ streams:
type: text
title: Paths
multi: true
required: true
show_user: true
default:
- /var/log/gitlab/gitlab-rails/audit_json.log
- /home/git/gitlab/log/audit_json.log
Expand Down
2 changes: 2 additions & 0 deletions packages/gitlab/data_stream/auth/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ streams:
type: text
title: Paths
multi: true
required: true
show_user: true
default:
- /var/log/gitlab/gitlab-rails/auth_json.log
- /home/git/gitlab/log/auth_json.log
Expand Down
2 changes: 1 addition & 1 deletion packages/gitlab/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.1.3
name: gitlab
title: GitLab
version: 0.3.0
version: 0.3.1
description: Collect logs from GitLab with Elastic Agent.
type: integration
categories:
Expand Down

0 comments on commit 859cc52

Please sign in to comment.