Projects // Chronicle Client

What is Chronicle Client?

Chronicle Client is a log viewer for the Chronicle Console remote logging tool. Data is queried via the serverless AWS Chronicle API.

Features

  • Apps
    • Choose the application you want to view logs for.
  • Dashboard
    • Graphical breakdown of standard console methods and custom user actions
    • Graph of daily log activity
  • Browser
    • Color and icon coded log events
    • Collapsible object browser to analyze logged data
    • Each logged item includes:
      • Full trace of the logged activity
      • Extensive client information

Using Chronicle Client

Start the server:

$ npm run start:server

Browse to the URL presented after starting the server.

Development

To build the react application (and watch the files):

$ npm run compile

License

Chronicle Client is released as open source software under the MIT License.