From e025dade7513d7b47ba53ec04ade78d74dfb0d60 Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Wed, 19 Jun 2024 08:33:26 +0200 Subject: [PATCH] update doc --- doc/cygnus-ngsi/flume_extensions_catalogue/ngsi_mongo_sink.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/cygnus-ngsi/flume_extensions_catalogue/ngsi_mongo_sink.md b/doc/cygnus-ngsi/flume_extensions_catalogue/ngsi_mongo_sink.md index 189576133..6e792ba18 100644 --- a/doc/cygnus-ngsi/flume_extensions_catalogue/ngsi_mongo_sink.md +++ b/doc/cygnus-ngsi/flume_extensions_catalogue/ngsi_mongo_sink.md @@ -322,6 +322,7 @@ When datamodel changes Cygnus tries to recreate index (delete current and create | db\_prefix | no | sth_ || | mongo\_ssl | no | false | Enable SSL in mongodb connection | | mongo\_ssl\_invalid\_host\_allowed | no | false | Allow invalid host name in mongo SSL connections | +| mongo\_ssl\_keystore\_path\_File | no | empty | Java SSL KeyStore path file (JKS file) | | collection\_prefix | no | sth_ | `system.` is not accepted. | | batch\_size | no | 1 | Number of events accumulated before persistence. | | batch\_timeout | no | 30 | Number of seconds the batch will be building before it is persisted as it is. |