UX EventLog
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 elementAttribute Name
The attribute name, which created the log entryMessage
Source
EventLog App
Reload Button: Reloads/Refresh the Event log table
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