diff --git a/src/controllers/log-controller.ts b/src/controllers/log-controller.ts index 9cd5249..43ce6c3 100644 --- a/src/controllers/log-controller.ts +++ b/src/controllers/log-controller.ts @@ -53,11 +53,16 @@ export class LogController extends Controller { ? [ { bool: { - should: ["method", "logType", "endpoint", "host", "responseCode"].map( - (v) => ({ - wildcard: { [v]: "*" + search + "*" }, - }), - ), + should: [ + "method", + "logType", + "endpoint", + "host", + "responseCode", + "output", + ].map((v) => ({ + wildcard: { [v]: "*" + search + "*" }, + })), }, }, ]