Skip to content

Commit 520a6dd

Browse files
Fixed post_x_signals bug
1 parent a97207d commit 520a6dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/legacy/plugins/siem/server/lib/detection_engine/scripts/post_x_signals.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ do {
3131
\"type\": \"query\",
3232
\"from\": \"now-6m\",
3333
\"to\": \"now\",
34-
\"query\": \"user.name: root or user.name: admin\"
34+
\"query\": \"user.name: root or user.name: admin\",
3535
\"language\": \"kuery\"
3636
}" \
3737
| jq .;

0 commit comments

Comments
 (0)