From 374539d6e942c4430aab08f170b42d78b0312663 Mon Sep 17 00:00:00 2001 From: predictiple Date: Tue, 1 Oct 2024 13:11:08 +0200 Subject: [PATCH] Remove obsolete count parameter from Server.Information.Clients (#3788) --- artifacts/definitions/Server/Information/Clients.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artifacts/definitions/Server/Information/Clients.yaml b/artifacts/definitions/Server/Information/Clients.yaml index 65f891e834c..0d819c66052 100644 --- a/artifacts/definitions/Server/Information/Clients.yaml +++ b/artifacts/definitions/Server/Information/Clients.yaml @@ -14,5 +14,5 @@ sources: timestamp(epoch=last_seen_at/ 1000000).String as LastSeenAt, last_ip AS LastIP, last_seen_at AS _LastSeenAt - FROM clients(count=100000) + FROM clients() ORDER BY _LastSeenAt DESC