-
Notifications
You must be signed in to change notification settings - Fork 474
Add syslog source - macos system.log #4157
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
Conversation
💚 CLA has been signed |
FYI, just signed the agreement. |
@nimarezainia adding |
Anything I can do to help move this forward? |
Hi! We just realized that we haven't looked into this PR in a while. We're sorry! We're labeling this issue as |
Yep this is still valid. Let me know what I can do to help move it along! |
I'll look into that again, sorry for the delay @defensivedepth ! |
Hi! We just realized that we haven't looked into this PR in a while. We're sorry! We're labeling this issue as |
Anything I can do to help move this along? |
sorry for the extremely late response. I don;t see any issues here. |
Pinging @elastic/elastic-agent (Team:Elastic-Agent) |
Adding To move this forward we just need the changelog updated in - version: "1.24.0"
changes:
- description: Add basic dimension fields for cpu, load and memory
type: enhancement
link: https://github.com/elastic/integrations/pull/1234 This change could be considered either a bug fix or new functionality, probably the latter makes more sense here so updating the version to |
@cmacknz This PR currently uses |
On my MacOS Monterey system I see the following, where every time it rotates the previous file is compressed with the .gz extension which the integration ignores for this data stream already.
The .gz extension for the system logs datastream is ignored here for reference:
|
Ok, I have updated the PR based on feedback from @cmacknz |
You need to increase the package version in the manifest.yml file to match what is in the changelog:
diff --git a/packages/system/manifest.yml b/packages/system/manifest.yml
index b20180a28..43f732a0a 100644
--- a/packages/system/manifest.yml
+++ b/packages/system/manifest.yml
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: system
title: System
-version: 1.24.2
+version: 1.25.0
license: basic
description: Collect system logs and metrics from your servers with Elastic Agent.
type: integration |
Hi! We just realized that we haven't looked into this PR in a while. We're sorry! We're labeling this issue as |
I fixed the manifest version and merged it with main. It should be good to merge assuming it goes green. |
🌐 Coverage report
|
Thanks @andrewkroh, I missed the notification that there was still a change needed! |
Package system - 1.26.0 containing this change is available at https://epr.elastic.co/search?package=system |
What does this PR do?
Adds
/var/log/system.log
to default syslog input datastream for macOS.Have been running this for quite some time:
Checklist
changelog.yml
file.