From e2f8151d2d762c46a4bd8860f7082869c2580e32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferm=C3=ADn=20Gal=C3=A1n=20M=C3=A1rquez?= Date: Mon, 23 Oct 2023 13:08:01 +0200 Subject: [PATCH] Apply suggestions from code review --- doc/cygnus-ngsi/flume_extensions_catalogue/ngsi_mongo_sink.md | 2 +- doc/cygnus-ngsi/flume_extensions_catalogue/ngsi_sth_sink.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ad57f0081..1bd8299e4 100644 --- a/doc/cygnus-ngsi/flume_extensions_catalogue/ngsi_mongo_sink.md +++ b/doc/cygnus-ngsi/flume_extensions_catalogue/ngsi_mongo_sink.md @@ -296,7 +296,7 @@ Since version 3.0.0 of cygnus an index named `cyg_raw_opt` is created in this wa | dm-by-entity | recvTime, attrName, attrType, attrValue | | dm-by-attribute | recvTime, attrType, attrValue | -Note that attempting to use any other datamodel different from these ones will cause a "Unknown data model" ERROR in log traces. In addition, note that default datamodel for STH/Mongo sink is dm-by-entity as all others sinks which uses datamodel. +Note that attempting to use any other datamodel different from these ones will cause a "Unknown data model" ERROR in log traces. In addition, note that default datamodel for NGSIMongoSink is dm-by-entity as all others sinks which uses datamodel. ## Administration guide ### Configuration diff --git a/doc/cygnus-ngsi/flume_extensions_catalogue/ngsi_sth_sink.md b/doc/cygnus-ngsi/flume_extensions_catalogue/ngsi_sth_sink.md index 7d6e90902..346763010 100644 --- a/doc/cygnus-ngsi/flume_extensions_catalogue/ngsi_sth_sink.md +++ b/doc/cygnus-ngsi/flume_extensions_catalogue/ngsi_sth_sink.md @@ -300,7 +300,7 @@ Since version 3.0.0 of cygnus index named `cyg_agg_opt` is created in this way b | dm-by-attribute | resolution, origin | -Note that attempting to use any other datamodel different from these ones will cause a "Unknown data model" ERROR in log traces. In addition, note that default datamodel for STH/Mongo sink is dm-by-entity as all others sinks which uses datamodel. +Note that attempting to use any other datamodel different from these ones will cause a "Unknown data model" ERROR in log traces. In addition, note that default datamodel for NGSISTHSink is dm-by-entity as all others sinks which uses datamodel. ## Administration guide ### Configuration