Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

What it is?

The analytics module allows you to analyze in near real-time events that occurred on the application.

Those events may be user connexions, content modifications, assets downloads or any other kind of events.

This module tracks and help you to explore any kind of event thanks to a dedicated Analytics API .

All events are linked to analysis configurations grouping events into logical sets.

Two kind of configurations exists in the system :

Try it

Caution
The analytics module requires an ElasticSearch server up and running.

Activates event recording in the system parameters module

Fill the analytics section in the /admin/ebnAdministration.ebn section of your application.

topic d2e77
  1. Enter the URL used to connect to your ElasticSearch server, usually on port 9200

  2. Your ElasticSearch login (if necessary)

  3. Your ElasticSearch password (if necessary)

  4. Prefix used for analytics indexes, e.g.: myapplication

  5. Yes

  6. Yes

  7. Leave this field empty for now

Record some events

Connect to your application, create, update , download and delete some assets in the system.

Visualize events

Connect to your application and starts browsing your analytics

  1. Connexions occurred on the application

  2. Activity on DAM assets objects (creation, download, updates, etc)

  3. HTTP activity on the application (hits, status of pages, domains, etc )

  4. Application activity (hits, requests durations, etc )

  5. Activity on the Planning related contents (views, updates, etc)

  6. Extended connection reports

Figure 1. Sample dashboard

Learn more

  • No labels