...
To send import events to the monitoring dashboard, it uses a configuration file monitoring-service-client.json. The file is located in the same folder as the file defined by the ServerConfigPath element. Ensure that the file is in the same folder as the active server.config file. Should the file be missing. an empty file is generated, as a template for configuration. It has the enabled attribute defined to false to disable event generation initially.
Example of file monitoring-service-client.json, apiKey is received from Signifikant, externalId and customer may be used to identify events later.
Code Block |
---|
{
"enabled": true,
"url": "https://development.signifikant.se/monitoringserviceapi/",
"apiKey": "*",
"defaults": {
"externalId": "id",
"customer": "name"
},
"apiKeyHeaderName": "api-key",
"sendUrl": "api/event"
}
|
Custom Xsl for uploads
Overview
...