Skip to content

Commit

Permalink
fix processors/script documentation (#24527)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-melnyk authored Apr 23, 2021
1 parent 61a34ae commit 5bf8760
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libbeat/processors/script/docs/script.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ function process(event) {
if (event.Get("event.code") === 1102) {
event.Put("event.action", "cleared");
}
return event;
}
function test() {
Expand Down

0 comments on commit 5bf8760

Please sign in to comment.