Skip to content

Commit a389f38

Browse files
authored
Re-apply fix for auditd dashboard (#27672)
Re-applies the fix introduced by #27646, as it's been reverted in #27636. This is caused by merging PRs in a different order than in master.
1 parent c383b2b commit a389f38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

filebeat/module/auditd/_meta/kibana/7/visualization/5ebdbe50-0a0f-11e7-825f-6748cda7d858-ecs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"indexRefName": "kibanaSavedObjectMeta.searchSourceJSON.index",
88
"query": {
99
"language": "kuery",
10-
"query": "event.action:EXECVE"
10+
"query": "event.action:execve"
1111
}
1212
}
1313
},

0 commit comments

Comments
 (0)