-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Filebeat auditd: Fix Top Exec Commands dashboard visualization (#27638)
This visualization was expecting an uppercase EXECVE value in event.action while the ingest pipeline was lowercasing this value. (cherry picked from commit 02315d9) # Conflicts: # filebeat/module/auditd/_meta/kibana/7/visualization/5ebdbe50-0a0f-11e7-825f-6748cda7d858-ecs.json
- Loading branch information
Showing
2 changed files
with
83 additions
and
0 deletions.
There are no files selected for viewing
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
81 changes: 81 additions & 0 deletions
81
.../module/auditd/_meta/kibana/7/visualization/5ebdbe50-0a0f-11e7-825f-6748cda7d858-ecs.json
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 |
---|---|---|
@@ -0,0 +1,81 @@ | ||
{ | ||
"attributes": { | ||
"description": "", | ||
"kibanaSavedObjectMeta": { | ||
"searchSourceJSON": { | ||
"filter": [], | ||
"indexRefName": "kibanaSavedObjectMeta.searchSourceJSON.index", | ||
"query": { | ||
"language": "kuery", | ||
"query": "event.action:execve" | ||
} | ||
} | ||
}, | ||
"title": "Top Exec Commands [Filebeat Auditd] ECS", | ||
"uiStateJSON": { | ||
"vis": { | ||
"params": { | ||
"sort": { | ||
"columnIndex": null, | ||
"direction": null | ||
} | ||
} | ||
} | ||
}, | ||
"version": 1, | ||
"visState": { | ||
"aggs": [ | ||
{ | ||
"enabled": true, | ||
"id": "1", | ||
"params": {}, | ||
"schema": "metric", | ||
"type": "count" | ||
}, | ||
{ | ||
"enabled": true, | ||
"id": "2", | ||
"params": { | ||
"customLabel": "Command (arg 0)", | ||
"field": "auditd.log.a0", | ||
"order": "desc", | ||
"orderBy": "1", | ||
"size": 30 | ||
}, | ||
"schema": "bucket", | ||
"type": "terms" | ||
} | ||
], | ||
"listeners": {}, | ||
"params": { | ||
"perPage": 10, | ||
"showMeticsAtAllLevels": false, | ||
"showPartialRows": false, | ||
"showToolbar": true, | ||
"showTotal": false, | ||
"sort": { | ||
"columnIndex": null, | ||
"direction": null | ||
}, | ||
"totalFunc": "sum" | ||
}, | ||
"title": "Audit Top Exec Commands ECS", | ||
"type": "table" | ||
} | ||
}, | ||
"coreMigrationVersion": "8.0.0", | ||
"id": "5ebdbe50-0a0f-11e7-825f-6748cda7d858-ecs", | ||
"migrationVersion": { | ||
"visualization": "7.14.0" | ||
}, | ||
"references": [ | ||
{ | ||
"id": "filebeat-*", | ||
"name": "kibanaSavedObjectMeta.searchSourceJSON.index", | ||
"type": "index-pattern" | ||
} | ||
], | ||
"type": "visualization", | ||
"updated_at": "2021-08-04T16:33:56.442Z", | ||
"version": "WzQzNDcsMV0=" | ||
} |