diff --git a/x-pack/plugins/security_solution/server/lib/detection_engine/signals/executors/eql.ts b/x-pack/plugins/security_solution/server/lib/detection_engine/signals/executors/eql.ts index a5ebfef9d2c685..8e2f5e92ae5028 100644 --- a/x-pack/plugins/security_solution/server/lib/detection_engine/signals/executors/eql.ts +++ b/x-pack/plugins/security_solution/server/lib/detection_engine/signals/executors/eql.ts @@ -92,6 +92,11 @@ export const eqlExecutor = async ({ ruleParams.eventCategoryOverride ); const eqlSignalSearchStart = performance.now(); + logger.debug( + `EQL query request path: ${request.path}, method: ${request.method}, body: ${JSON.stringify( + request.body + )}` + ); // TODO: fix this later const { body: response } = (await services.scopedClusterClient.asCurrentUser.transport.request( request