From 08249f572e2b15deac99ac84e9dc48ea5c246419 Mon Sep 17 00:00:00 2001 From: jiarongping Date: Wed, 21 Aug 2024 11:15:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20uni=E7=BB=9F=E8=AE=A1=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E8=A1=A8=E7=B4=A2=E5=BC=95=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- collection/uni-stat-error-logs/collection.json | 6 +++--- collection/uni-stat-page-logs/collection.json | 14 +++++++++++++- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/collection/uni-stat-error-logs/collection.json b/collection/uni-stat-error-logs/collection.json index 7f6e09c..1056db5 100644 --- a/collection/uni-stat-error-logs/collection.json +++ b/collection/uni-stat-error-logs/collection.json @@ -169,11 +169,11 @@ } }, { - "IndexName":"hash", + "IndexName":"error_hash", "MgoKeySchema":{ "MgoIndexKeys":[ { - "Name":"hash", + "Name":"error_hash", "Direction":"1" } ], @@ -181,4 +181,4 @@ } } ] -} \ No newline at end of file +} diff --git a/collection/uni-stat-page-logs/collection.json b/collection/uni-stat-page-logs/collection.json index 734ae1c..8f0b878 100644 --- a/collection/uni-stat-page-logs/collection.json +++ b/collection/uni-stat-page-logs/collection.json @@ -224,6 +224,18 @@ ], "MgoIsUnique":false } + }, + { + "IndexName":"previous_page_duration", + "MgoKeySchema":{ + "MgoIndexKeys":[ + { + "Name":"previous_page_duration", + "Direction":"1" + } + ], + "MgoIsUnique":false + } } ] -} \ No newline at end of file +}