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:

  1. Node Name 
  2. Counter
  3. 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)
  4. object ID
    object ID of the element
  5. Attribute Name
    The attribute name, which created the log entry
  6. Message
  7. 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

  • No labels