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 packages to use Elastic Agent images based on Ubuntu #11007

Merged
merged 8 commits into from
Sep 5, 2024
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved variants file in order to be considered by elastic-package.
It is expected to be in _dev/deploy folder: https://github.com/elastic/package-spec/blob/aacaf7b19f51d54b394a7640e6898b8398d88cc8/spec/integration/_dev/deploy/spec.yml#L22

File renamed without changes.
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:
base_image: systemd
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:
base_image: systemd
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
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
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:
base_image: systemd
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:
base_image: systemd
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