From 62adbc5a8c378f51c1d4883ed9c0dbdfb80da1f2 Mon Sep 17 00:00:00 2001 From: Dan Kortschak Date: Tue, 29 Aug 2023 17:58:37 +0930 Subject: [PATCH] address pr comment --- x-pack/filebeat/input/entityanalytics/provider/azuread/azure.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/filebeat/input/entityanalytics/provider/azuread/azure.go b/x-pack/filebeat/input/entityanalytics/provider/azuread/azure.go index 2f7bd8bac56..7db004237c9 100644 --- a/x-pack/filebeat/input/entityanalytics/provider/azuread/azure.go +++ b/x-pack/filebeat/input/entityanalytics/provider/azuread/azure.go @@ -293,7 +293,7 @@ func (p *azure) doFetch(ctx context.Context, state *stateStore, fullSync bool) ( if err != nil { return updatedUsers, updatedDevices, err } - p.logger.Debugf("Received %d devices from API", len(changedUsers)) + p.logger.Debugf("Received %d devices from API", len(changedDevices)) default: p.logger.Debugf("Skipping device collection from API: dataset=%s", p.conf.Dataset) }