Update EDR_telem_linux.json - Uptycs Service Telemetry#149
Update EDR_telem_linux.json - Uptycs Service Telemetry#149joshlemon wants to merge 1 commit intotsale:mainfrom
Conversation
|
Hey @tsale, just flagging this one again, it should be a fairly quick review. |
|
Thanks for the submission and for taking the time to share the evidence. After reviewing this, I’m leaning toward not accepting the PR in its current form. What’s being shown here is an interpretation of service state (for example, inferring lifecycle changes from systemd unit data), rather than explicit telemetry events generated at the time a service is created, modified, or deleted. For these categories, I’m specifically looking for first-class, event-based telemetry that records the action itself with clear semantics and timestamps tied to the operation. Deriving lifecycle activity from inventory or state data, even if the interpretation is reasonable, does not meet that bar. If you’re able to provide evidence of explicit service lifecycle events rather than inferred behavior, I’m happy to revisit this. |
|
Thanks @tsale . You can also get this data via the Which provides this type of output.
|
|
Thanks for sharing the screenshot. Even in this example, what’s visible is the command line execution, not an explicit telemetry event representing the service creation, modification, or deletion itself. The conclusion about the service lifecycle is still inferred rather than recorded as a first-class event. Since this does not meet the requirement for explicit service lifecycle telemetry, I’ll be closing this PR for now. Feel free to re-open it in the futur. |

EDR Telemetry Pull Request
Contribution Details
Telemetry Validation
Run the following search in Uptycs for
systemd_units:The above search produces the following output in Uptycs
systemd_unitstelemetry:Documentation or Evidence:
Type of Contribution
Validation Details
EDR Product Information
Testing Methodology
Running the provided Linux Telemetry script on a Linux host and reviewing data in the Uptycs platform.
Additional Notes