Stream: FHIRcast
Topic: Log endpoint
Niklas Svenzen (Sep 11 2020 at 18:35):
@George Kustas does your logging endpoint still work? I can't figure out why get a bad request and probably need some details. I was thinking the log endpoint we used before might still be around?
George Kustas (Sep 11 2020 at 18:45):
To get more details, check the response content (error message as a string) when the error code > 2xx.
We still have the logging endpoint, but as it is now, it’s very difficult to parse and understand. We are working on a new web user interface using elasticSearch and Kibana. Not ready yet.
Catie Ladd (Sep 11 2020 at 18:48):
You can look at our swagger endpoint to see how to call the logging endpoint, the signature has changed since we implemented elasticsearch as our backend storage for log messages.
https://powercast.dev.nuancepowerscribe.com/swagger/index.html
Niklas Svenzen (Sep 11 2020 at 19:31):
Well, the error is: "message":"Requested value 'imagingstudy' was not found."
Catie Ladd (Sep 14 2020 at 15:23):
Oddly, what I'm getting right now is a 404 - not found. We'll have to investigate to see what's going on.
Martin Bellehumeur (Visage Imaging) (Sep 17 2020 at 14:26):
Catie Ladd said:
Oddly, what I'm getting right now is a 404 - not found. We'll have to investigate to see what's going on.
Hi, is the access to the log now working and could you give an example? Thanks.
Last updated: Apr 12 2022 at 19:14 UTC