@@ -200,13 +200,19 @@ func (e *CloudWatchExecutor) executeStartQuery(ctx context.Context, logsClient c
// so that a row's context can be retrieved later if necessary.
// The usage of ltrim around the @log/@logStream fields is a necessary workaround, as without it,
// CloudWatch wouldn't consider a query using a non-alised @log/@logStream valid.
modifiedQueryString:="fields @timestamp,ltrim(@log) as "+logIdentifierInternal+",ltrim(@logStream) as "+logStreamIdentifierInternal+"|"+parameters.Get("queryString").MustString("")
QueryString:aws.String("fields @timestamp,ltrim(@log) as "+logIdentifierInternal+",ltrim(@logStream) as "+logStreamIdentifierInternal+"|"+parameters.Get("queryString").MustString("")),