Cesar Jorge Martinez
Cesar Jorge Martinez
Hi, I apply this theme, by now works well. But, howto configure other favicon image instead of Mr. Jenkins? By example, settings as same as the "Company Logo". Regards, Cesar...
Hi, I see your json2yaml and is a great tool. When use a big json file, and covert into a yaml file, write all in each line, the is difficult...
Hi, I have a question, if exist stable versions or LTS Long Term Support as node does, for pm2, to prevent experiment bugs or problems in node 16, 18... Or...
Hi, In my CKAN (using 2.7.5, I don't know if this fail occurs in 2.8), when I list my installed plugins: paster --plugin=ckan plugin-info --config=/etc/myckan/production.ini Then show: ``` harvest: --------...
Orion in Docker Container form when running in fail state then not start by existing pid Example log: time=Wednesday 25 Apr 08:06:39 2018.654Z | lvl=ERROR | corr=N/A | trans=N/A |...
Show: 2021-12-14 12:34:17 DEBUG Debug level is: 3. 2021-12-14 12:34:17 DEBUG Network timeout is: 5 seconds. 2021-12-14 12:34:17 DEBUG Trying ::1... 2021-12-14 12:34:17 DEBUG Connecting... 2021-12-14 12:34:17 DEBUG Sending CONNECT...
Example: ``` time=2021-11-03T10:23:14.718Z | lvl=INFO | corr=XYZ; cbnotif=1 | trans=ABC | srv=N/A | subsrv=N/A | op=processNewBatches | comp=Cygnus | msg=com.telefonica.iot.cygnus.sinks.NGSISink[606] : Finishing internal transaction (DEF; cbnotif=1, FFF; cbnotif=1, ) Sink:...
Bug Cygnus persist STH (or other sinks) data batch_size and batch_timeout Reading https://github.com/telefonicaid/fiware-cygnus/blob/master/doc/cygnus-ngsi/flume_extensions_catalogue/ngsi_sth_sink.md explain two parameters: batch_size Mandatory no Default 1 => Number of events accumulated before persistence. batch_timeout Mandatory...
BUG Cygnus CKAN not refresh data when one dataset/resource is delete and purge and recreated with the same data Case: One dataset and resource created. Cygnus is writing. Delete the...
Hi, We see in http://mongodb.github.io/mongo-java-driver/3.0/driver/getting-started/quick-tour/ That this driver support default port 27017 Then in: https://github.com/telefonicaid/fiware-cygnus/blob/ab2c3e5d4ecba1379d2b47145d9481f143237d3c/cygnus-common/src/main/java/com/telefonica/iot/cygnus/backends/mongo/MongoBackendImpl.java#L461 We need to change these code for: if not exist port (second part of ":")...