From a26320ab9c4e669fc2d195ae562b013528c5eb7b Mon Sep 17 00:00:00 2001 From: Karolina Przerwa Date: Mon, 19 Feb 2024 10:43:46 +0100 Subject: [PATCH] templates: update file stats index template --- .../stats/file_download/os-v1/file-download-v1.json | 3 +++ .../stats/file_download/os-v2/file-download-v1.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/invenio_app_ils/stats/file_download/os-v1/file-download-v1.json b/invenio_app_ils/stats/file_download/os-v1/file-download-v1.json index 450010cc2..75d40c00c 100644 --- a/invenio_app_ils/stats/file_download/os-v1/file-download-v1.json +++ b/invenio_app_ils/stats/file_download/os-v1/file-download-v1.json @@ -52,6 +52,9 @@ "type": "date", "format": "strict_date_hour_minute_second" }, + "updated_timestamp": { + "type": "date" + }, "unique_id": { "type": "keyword" }, diff --git a/invenio_app_ils/stats/file_download/os-v2/file-download-v1.json b/invenio_app_ils/stats/file_download/os-v2/file-download-v1.json index 450010cc2..75d40c00c 100644 --- a/invenio_app_ils/stats/file_download/os-v2/file-download-v1.json +++ b/invenio_app_ils/stats/file_download/os-v2/file-download-v1.json @@ -52,6 +52,9 @@ "type": "date", "format": "strict_date_hour_minute_second" }, + "updated_timestamp": { + "type": "date" + }, "unique_id": { "type": "keyword" },