Closed jamilhaddadin closed 5 years ago
I'm not sure what you mean by this. The client submits the events to the exceptionless server which stores the events in Elasticsearch. Does this help?
aha I see, Cannot we have the data log stored somewhere as server side (I can have a restful service interface that can store the error details in a file system or event viewer)
It's only stored server side in elasticsearch. You can call the servers api to get events (https://github.com/exceptionless/Exceptionless/wiki/API-Usage)
make sense! thanks a lot :-)
The documentation is missing a very important aspect, where can we find the submitted data? (i.e. locally, another webservices that will take care of logging?)