From 6e7457d2b59ee24d29f306748008408188e78a69 Mon Sep 17 00:00:00 2001 From: Vitor Antloga Date: Fri, 5 Jul 2024 07:19:28 -0300 Subject: [PATCH] some adjustments --- SUMMARY.md | 2 +- featured-plugins/mongokit.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SUMMARY.md b/SUMMARY.md index 02c3bfb..723dfb5 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -74,7 +74,7 @@ * [Microsoft Teams](featured-plugins/microsoft-teams.md) * [MongoDB](featured-plugins/mongodb.md) * [MongoDB Timeseries](featured-plugins/mongodb-timeseries.md) -* [MongoDB Timeseries](featured-plugins/mongokit.md) +* [MongoDB Kit](featured-plugins/mongokit.md) * [Purge plugin](featured-plugins/purge-plugin.md) * [SQL](featured-plugins/sql.md) * [TCP Input](featured-plugins/tcp-input-1.md) diff --git a/featured-plugins/mongokit.md b/featured-plugins/mongokit.md index a56557f..a8fc428 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 non-temporal collections. With MongoKit, users define the temporal fields and the respective MongoDB timeseries databases that will store events matching each 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 many 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 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 in "Database for non-timeseries collections". ## Overview