The endpoint http://localhost:8080/actuator/health always indicates DOWN even when Papyrus-Web works fine
The endpoint http://localhost:8080/actuator/health always indicates DOWN even when Papyrus-Web works fine.
We should fix this issue to ease the management of the deployed Papyrus-Web instance.
The issue comes from the integration of ElasticSearch by Sirius-Web. As Papyrus-Web doesn't (still) use it, we should add the property management.health.elasticsearch.enabled=false in the file application.properties.
We a such change the status returned by http://localhost:8080/actuator/health will be UP as expected.