Skip to content
Merged
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
@@ -1,7 +1,7 @@
[metadata]
creation_date = "2021/07/14"
maturity = "production"
updated_date = "2025/01/15"
updated_date = "2025/11/10"

[rule]
author = ["Elastic"]
Expand Down Expand Up @@ -29,7 +29,7 @@ timestamp_override = "event.ingested"
type = "query"

query = '''
event.agent_id_status:(agent_id_mismatch or mismatch)
event.agent_id_status:(agent_id_mismatch or mismatch) and not host.name:agentless-*
'''
note = """## Triage and analysis

Expand Down
Loading