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 :
System configuration that will store all system events,
Application configurations that will store all custom events.
Try it
Activates event recording in the system parameters module
Fill the analytics section in the /admin/ebnAdministration.ebn
section of your application.
Enter the URL used to connect to your ElasticSearch server, usually on port 9200
Your ElasticSearch login (if necessary)
Your ElasticSearch password (if necessary)
Prefix used for analytics indexes, e.g.:
myapplication
Yes
Yes
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
Connexions occurred on the application
Activity on DAM assets objects (creation, download, updates, etc)
HTTP activity on the application (hits, status of pages, domains, etc )
Application activity (hits, requests durations, etc )
Activity on the Planning related contents (views, updates, etc)
Extended connection reports
...