fiware-cygnus icon indicating copy to clipboard operation
fiware-cygnus copied to clipboard

A connector in charge of persisting context data sources into other third-party databases and storage systems, creating a historical view of the context

Results 121 fiware-cygnus issues
Sort by recently updated
recently updated
newest added

Changes in the NGSIElasticsearchSink to not append the date at the end of the index created. This was done due to the limit of 1000 shards per node of elasticsearch....

In commit d50030e8d776de26a157663fd170ad4a610a4b06 the CkanSink has been refactoring by moving the aggregation to a generic class. However, an important thing is overlooked: In CKAN the recvTimeTs is in seconds, otherwise...

bug

I'm on macOS Monterey 12.3.1 (Intel) Following as described in https://github.com/telefonicaid/fiware-cygnus/blob/master/doc/cygnus-ngsi-ld/installation_and_administration_guide/install_with_docker.md#section2.1 $ git clone https://github.com/telefonicaid/fiware-cygnus.git $ cd fiware-cygnus $ sudo docker build -f docker/cygnus-ngsi-ld/Dockerfile -t cygnus-ngsi-ld . results in: ......

Hi to everyone, I do not know if this could be consider a bug or a different way of implementation adapted to other scenarios, due to according to implementation it...

Possible bug to analize: Given a destination in some sinks (SQL, CKAN...) https://github.com/telefonicaid/fiware-cygnus/blob/e42dd616a07bb6e7766266cf7dce0ba85109636e/cygnus-ngsi/src/main/java/com/telefonica/iot/cygnus/sinks/NGSIPostgisSink.java#L373 but that subsservice could be different in each event of the same destination

When using Postgresql, the creation of the database schema fails. This occurs when there is no database matching the PostgreSQL user name. As a specification of the Postgresql driver, if...

https://flume.apache.org/releases/1.10.0.html

(Reverts telefonicaid/fiware-cygnus#2181) Issue #2179 This PR is similar to PR #2180. We have detected some problems in CI e2e (see parent issue) so we need to analyse the migration more...

Fixes #1592 CC: @cesarjorgemartinez - [x] Upgrade cygnus to use API from log4j v2 - [x] Upgrade log4j configuration files - [ ] Test - [ ] Test change log...