Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
creation_date = "2022/05/23"
integration = ["endpoint"]
maturity = "production"
updated_date = "2025/01/15"
updated_date = "2025/11/04"

[rule]
author = ["Elastic"]
Expand Down Expand Up @@ -51,7 +51,7 @@ or
/* service or systemctl used to stop Elastic Agent on Linux */
(event.type == "end" and
(process.name : ("systemctl", "service") and
process.args : "elastic-agent" and
process.args : ("elastic-agent", "elastic-agent.service") and
process.args : ("stop", "disable"))
or
/* pkill , killall used to stop Elastic Agent on Linux */
Expand Down
Loading