Skip to content

Commit

Permalink
#1946 Fix index name in status
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Apr 9, 2021
1 parent 29615a5 commit a113812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thehive/app/org/thp/thehive/controllers/v1/AdminCtrl.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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 =>
Expand Down

0 comments on commit a113812

Please sign in to comment.