From 5cb09bba7cd4b74b43bc08c44b9e5279fb0aed29 Mon Sep 17 00:00:00 2001 From: Vitor Antloga Date: Wed, 10 Jul 2024 14:27:58 -0300 Subject: [PATCH] fix mongokit intro --- featured-plugins/mongokit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/featured-plugins/mongokit.md b/featured-plugins/mongokit.md index 37fe1b1..2c62a96 100644 --- a/featured-plugins/mongokit.md +++ b/featured-plugins/mongokit.md @@ -1,6 +1,6 @@ # MongoKit -MongoKit is a tool that enables users to configure MongoDB timeseries instances alongside a MongoDB instance for temporal collections. With MongoKit, users define the temporal fields and the respective MongoDB timeseries databases that will store events matching each temporal field and filter defined by in "Databases for timeseries collections". Events that do not match any of the timeseries configurations of an integration will be directed to the database defined for non-timeseries collections (or that do not match any timeseries) in "Database for non-timeseries collections". +MongoKit is a tool that enables users to configure a MongoDB instance alongside MongoDB Timeseries instances for temporal collections. With MongoKit, users define the temporal fields and the respective MongoDB timeseries databases that will store events matching each temporal field and filter defined by in "Databases for timeseries collections". Events that do not match any of the timeseries configurations of an integration will be directed to the database defined for non-timeseries collections (or that do not match any timeseries) in "Database for non-timeseries collections". ![](../.gitbook/assets/MongokitOverview.png)