Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Disabling SiteCatalyst Impressions Importer on author

Avatar

Level 1

We are using AEM 6.3.

On author machine, we are seeing so many extra resources getting used and crx nodes getting created for SiteCatalyst Impressions Importer.

We need to disable it urgently, and we have already tried to overlay com.day.cq.analytics.sitecatalyst.ImpressionsImporter.xml with contents:

<?xml version="1.0" encoding="UTF-8"?>

<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"

    jcr:primaryType="sling:OsgiConfig"

    cq.analytics.sitecatalyst.importer.enabled="{Boolean}false"

    />

But it did not work for us. Please tell us how else we can disable it.

3 Replies

Avatar

Administrator

You can configure the Importing of report from the Adobe AEM Analytics Report Importer.

Go to http://localhost:4502/system/console/configMgr/

Search "Adobe AEM Analytics Report Importer" -> Change the Fetch delay

It’s a global setting, meaning it would take effect for all analytics report importers.

-Kautuk



Kautuk Sahni

Avatar

Level 1

Thank you for your answer Kautuk.

This seems to be a workaround and it will affect other importers as well. Please tell me how we can just disable only the SiteCatalyst Impressions Importer.