-
Notifications
You must be signed in to change notification settings - Fork 462
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
mrodm
merged 8 commits into
elastic:main
from
mrodm:update-packages-wolfi-compatible-tests
Sep 5, 2024
Merged
Changes from 6 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
65665aa
Update system test configuration for apache_tomcat package
mrodm 65fe10d
Update system test confaiguration for iptables
mrodm 90c00ac
Update system test confaiguration for journald
mrodm 9b917b3
Update system test confaiguration for microsoft_sqlserver
mrodm 6ed934d
Update system test confaiguration for stan
mrodm db43a82
Update system test confaiguration for system_audit
mrodm 7633ddb
Add comments with related issues
mrodm 13022f2
Update packages to use user root for test
mrodm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,5 @@ numeric_keyword_fields: | |
- log.file.idxhi | ||
- log.file.idxlo | ||
- log.file.vol | ||
agent: | ||
base_image: systemd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,5 @@ numeric_keyword_fields: | |
- log.file.idxhi | ||
- log.file.idxlo | ||
- log.file.vol | ||
agent: | ||
base_image: systemd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,5 @@ data_stream: | |
vars: | ||
paths: | ||
- "/run/service_logs/iptables.journal" | ||
agent: | ||
base_image: complete |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,5 @@ vars: | |
paths: | ||
- "/run/service_logs/test.journal" | ||
tags: [forwarded] | ||
agent: | ||
base_image: complete |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,5 @@ data_stream: | |
vars: | ||
paths: | ||
- "{{SERVICE_LOGS_DIR}}/error*" | ||
agent: | ||
base_image: systemd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,5 @@ data_stream: | |
vars: | ||
paths: | ||
- "{{SERVICE_LOGS_DIR}}/stan.log*" | ||
agent: | ||
base_image: systemd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,5 @@ data_stream: | |
state_period: 1m | ||
processors: |- | ||
- add_locale: ~ | ||
agent: | ||
base_image: systemd |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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