User documentation
The "EventLog" web client application displays application logs and messages automatically created by the different active applications.
SDN-R offers a common log service, so that PNFs or other ONAP components could log their data and users can analyses and export such data in a common way.
Specification
A view “EventLog” should be implemented to show log entries persistently stored in the DB.
The view implements the common ux-framework-table supporting sorting, filtering and pagination on the server.
The table shows the following columns:
- Node Name
- Counter
- Time stamp
The time stamp of the log entry is displayed in ISO format [https://en.wikipedia.org/wiki/ISO_8601] with milliseconds (example: 2019-12-10T15:12:53.4Z) - object ID
object ID of the element - Attribute Name
The attribute name, which created the log entry - Message
- Source
EventLog App
Data Provider
The log entries are stored in an ElasticSearch database. The Data-Provider provides a REST-API to read the log: read-eventlog-list