srdc / tofhir

Mapping toolset to migrate/transform existing datasets to HL7 FHIR
Apache License 2.0
8 stars 1 forks source link

EFK stack problem at local development #215

Closed YemreGurses closed 3 weeks ago

YemreGurses commented 3 weeks ago

It seems after changes on the images, local execution result details are not shown by EFK during local development. We may update the docker compose file accordingly if required: https://github.com/srdc/tofhir/blob/main/docker/docker-compose-efk.yml

Example screen after a fully successful mapping job execution: image

dogukan10 commented 3 weeks ago

I've updated tofhir-web to utilize the latest version of Kibana dashboards. Further, there was a typo in the logback.xml configuration which has been fixed now.

YemreGurses commented 3 weeks ago

Success ones seems fixed now but there is a bug related to failed ones. A mapping task failed resulting this log:

image

However, we cannot see statistics about the failed one (procedure-mapping) in the kibana dashboard:

image

dogukan10 commented 3 weeks ago

This problem is resolved with https://github.com/srdc/tofhir/commit/7972d36269460e52ac87839a63d39789ac207d61. Could you please test it ?

YemreGurses commented 3 weeks ago

Resolved with a441c6d32defbe5e4c09ae2d5e4bf56e9f607475