From a1138120825e8511ada89d9a81375d379aaa6379 Mon Sep 17 00:00:00 2001 From: To-om Date: Fri, 9 Apr 2021 15:08:50 +0200 Subject: [PATCH] #1946 Fix index name in status --- thehive/app/org/thp/thehive/controllers/v1/AdminCtrl.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thehive/app/org/thp/thehive/controllers/v1/AdminCtrl.scala b/thehive/app/org/thp/thehive/controllers/v1/AdminCtrl.scala index 0bb548f6b2..ecc2fdb1c2 100644 --- a/thehive/app/org/thp/thehive/controllers/v1/AdminCtrl.scala +++ b/thehive/app/org/thp/thehive/controllers/v1/AdminCtrl.scala @@ -87,7 +87,7 @@ class AdminCtrl @Inject() ( } } - private val indexedModels = Seq("Alert", "Attachment", "Audit", "Case", "Log", "Observable", "Tag", "Task") + private val indexedModels = Seq("global") def indexStatus: Action[AnyContent] = entrypoint("Get index status") .authPermittedRoTransaction(db, Permissions.managePlatform) { _ => graph =>