Search

Bot Monitoring

Articles

The Audit log provides insight into the activities that are performed on the system. It provides the options to monitor the activities and evaluate in case of security incidents.

All the logs corresponding to the server components are streamed to fluentD. FluentD picks up the audit logs from the predefined location and writes them to Elasticsearch. Details of the audit log are viewed through Kibana Dashboard.

Image description

Prerequisite: Ensure that Kibana and Elastic Search services are up and running.

Log in to Kibana

  1. Navigate to URL of the Kibana dashboard and enter login credentials.

    Contact Admin for the URL and login credentials.

  2. Select Global Tenant. Image description Kibana dashboard opens. Image description

View Jiffy Audit Log

  1. Click the Image description icon and navigate to the Discover option.
  2. Select jiffy.audit from the filter drop-down.

Image description

The following details are displayed for the activities that are performed.

  • Tenant Name: Name of the Tenant
  • Component: Component that is tracked, for example, Task.
  • Event: Actions performed for the log, for example, Update, Start, etc.
  • Event Info: Details of the action performed for the Component, for example, TaskID, App Group, App name, Version, etc.
  • Event Status: Status of event, for example, Success or Failure.
  • Time Stamp: Date and time of occurrence of the event
  • UserName: Name of the user who performed the action. If the event was triggered by System, UserName gets displayed as System.
  • User Type: Type of the user who performed the action.

If John Smith(Admin) is starting a Task, Component is Task, Event is Start, UserName is John Smith, and User Type is Admin.

Create Visualization

Audit Logs can be visualized in different formats, for example, Data Table, Gantt Chart, Horizontal Bar, etc.

  1. Click the Image description icon and select the Visualize option.
  2. Click the Create Visualization button.
  3. Select the Visualization Type, for example, Data Table. Image description
  4. Choose the source as jiffy.audit. Create Visualization page opens.
  5. Click the Add button from the Buckets.
  6. Select Split Rows option from the Buckets drop-down. Image description
  7. Select Terms from the Aggregation drop-down.
  8. Select the field to be displayed in the visualization, for example, select eventinfo.keyword to display Event Info.
  9. Click the Update button and add more fields.
  10. Click the Save button.

Image description

All the visualizations created are listed in the Visualization page.

Image description

Create dashboard

  1. Click the Image description icon and select the Dashboard option.
  2. Click the Create Dashboard button.
  3. Add an existing or new object to this dashboard.

All the dashboards created are listed in the Dashboard page. You can click and view the required Dashboard.

Image description

See Also

Did you find what you were looking for?