Skip to content

Commit 35f9d60

Browse files
committed
Fix for RTR logs
1 parent 99da36c commit 35f9d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ async function main(opts) {
8888
if (opts.message) {
8989
param.query.bool.must.push({
9090
"match": {
91-
"LogEvent.logData.message": opts.message
91+
"message": opts.message
9292
}
9393
})
9494
}

0 commit comments

Comments
 (0)