Skip to content

Commit

Permalink
Update packages to use Elastic Agent images based on Ubuntu (elastic#…
Browse files Browse the repository at this point in the history
…11007)

Updated configuration files of the system tests of the packages
failing when Elastic Agent images based on Wolfi are used in tests.
This PR updates these configuration files to allow using the Elastic
Agent images based on Ubuntu or setting the user root for tests to
avoid failures when testing those packages.
  • Loading branch information
mrodm authored Sep 5, 2024
1 parent 95117e4 commit 5a931ba
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ numeric_keyword_fields:
- log.file.idxhi
- log.file.idxlo
- log.file.vol
agent:
user: root # Related issue: https://github.com/elastic/integrations/issues/10999
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ numeric_keyword_fields:
- log.file.idxhi
- log.file.idxlo
- log.file.vol
agent:
user: root # Related issue: https://github.com/elastic/integrations/issues/10999
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ data_stream:
vars:
paths:
- "/run/service_logs/iptables.journal"
agent:
base_image: complete # Related issue: https://github.com/elastic/integrations/issues/10998
2 changes: 2 additions & 0 deletions packages/journald/_dev/test/system/test-journald-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ vars:
paths:
- "/run/service_logs/test.journal"
tags: [forwarded]
agent:
base_image: complete # Related issue: https://github.com/elastic/integrations/issues/10998
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ data_stream:
vars:
paths:
- "{{SERVICE_LOGS_DIR}}/error*"
agent:
user: root # Related issue: https://github.com/elastic/integrations/issues/10999
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ data_stream:
vars:
paths:
- "{{SERVICE_LOGS_DIR}}/stan.log*"
agent:
user: root # Related issue: https://github.com/elastic/integrations/issues/10999
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ data_stream:
state_period: 1m
processors: |-
- add_locale: ~
agent:
base_image: systemd # Related issue: https://github.com/elastic/integrations/issues/11000

0 comments on commit 5a931ba

Please sign in to comment.