Activate analytics data retrieval for the Back Office - Fluid Topics - 3.11

Install Fluid Topics on a Single Server

Operating system
Debian
Category
Technical Notes
Audience
public
Version
3.11

Since the release of Fluid Topics v3.5.22, Antidot provides users with a conf.xml file which is preconfigured to activate data retrieval for the analytics displayed in the Back Office.

For reference, the configuration process is as follows:

  • Open the following file:

As root user

/usr/local/afs7/conf/conf.xml

  • Add the following lines:

<?xml version='1.0' encoding='iso-8859-1'?>
<afs:conf xmlns:afs="http://ref.antidot.net/v7/afs#">
...
<afs:LogManager>
<afs:storages>
<afs:listItem value="sqlite" /> <!-- in order to enable sqlite storage -->
<afs:listItem value="text" /> <!-- in order to enable raw text file storage -->
</afs:storages>
</afs:LogManager>
...
</afs:conf>

  • Restart the Log Manager by running the following command:

As root user

systemctl restart afs-logmanager.service