ringcentral / audit-trail-demo

Audit trail service app demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RingCentral Audit Trail App Demo

A demo app tracking RingCentral account change with audit trail API.

Video

todo

Dev

Prepare

Run

# install deps
npm i

# create env
cp sample-env.env .env
# then edit .env fill all required fields

# create config file
cp config-examples/simple-config.js ./config.js

# start server
npm start

# start client server in another terminal
npm run c

Then visit http://localhost:6066, and login with your account. After login, server will fetch recent user action history every a few minutes and log to console

Log to AWS Dynamodb

# use config-aws
cp config-examples/config-aws.js ./config.js
# start server
npm start

Log to Splunk events

Edit .env, add SPLUNK_TOKEN

# use config-aws
cp config-examples/config-splunk.js ./config.js
# start server
npm start

LICENSE

MIT

About

Audit trail service app demo

License:MIT License


Languages

Language:JavaScript 82.6%Language:Pug 9.5%Language:Stylus 8.0%