...
PIPEFORCE offers a lot of toolings out-of-the-box to log, trace and monitor your business solutions in order to make error researching and optimization tasks as somooth smooth as possible.
Logging
Logging helps to track error reporting and related data in a centralized way. Applications typically write logs on the console or into log files. In PIPEFORCE managed microservices, any log output written to the standard output (= console) will be automatically collected and send to a central logs database which can be filtered and searched afterwards.
...
Afterwards, you can list the log entries using the command log.list or using the log viewer of the web portal:
...
Info |
---|
You should log as precise as possible and only information really requiredLog only the information that is necessary and as precisely as possible. A rule of thumb is this: |
...
Furthermore, any process and business messages can also be forwarded to Elastic this way in order to build powerful dashboards and to perform extensive analyses inlcuding including machine learning approaches.
...
You have an Elasticsearch server up and running and you're able to access its API endpoint. Doing so is out of the scope of this documentation. The easiest way to start here from scratch, in case you do not want to maintain the Elastic stack yourself: Go and sign Sign up for an Elastic Cloud account.
You have the credentials and permission to access the Elastic endpoints.
...