diff --git a/changelog/18629.txt b/changelog/18629.txt deleted file mode 100644 index 50743b3916..0000000000 --- a/changelog/18629.txt +++ /dev/null @@ -1,3 +0,0 @@ -```release-note:bug -core/activity: add namespace breakdown for new clients when date range spans multiple months, including the current month. -``` diff --git a/vault/activity_log.go b/vault/activity_log.go index d89f7599ba..3c4bc613da 100644 --- a/vault/activity_log.go +++ b/vault/activity_log.go @@ -1664,7 +1664,6 @@ func (a *ActivityLog) handleQuery(ctx context.Context, startTime, endTime time.T a.logger.Warn("no month data found, returning query with no namespace attribution for current month") } else { currentMonth.Namespaces = currentMonthNamespaceAttribution[0].Namespaces - currentMonth.NewClients = currentMonthNamespaceAttribution[0].NewClients } pq.Months = append(pq.Months, currentMonth) distinctEntitiesResponse += pq.Months[len(pq.Months)-1].NewClients.Counts.EntityClients