Expand my Community achievements bar.

SOLVED

Search where a component is used on an AEM 6.5 instance

Avatar

Level 7

Hi

I need to find out where a component is used on an AEM 6.5 instance. How can I do that? What tool do I use? Lets say my AEM component name is Video.

Thanks in advance.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

You can go to miscadmin and create a component report.

 

URL: <server>/miscadmin#/etc/reports/compreport

 

AnmolBhardwaj1808_0-1651134558156.png

 

Here you can find the usage of the components in a single page as well as all the pages.

View solution in original post

4 Replies

Avatar

Correct answer by
Community Advisor

You can go to miscadmin and create a component report.

 

URL: <server>/miscadmin#/etc/reports/compreport

 

AnmolBhardwaj1808_0-1651134558156.png

 

Here you can find the usage of the components in a single page as well as all the pages.

Avatar

Level 3

you can go to components manager >

foalowaini_0-1651142081133.png

then click on the component, then you can see where it used from live usage tab

Avatar

Level 7

Thanks for your reply. If I go to <servername>/libs/wcm/core/content/sites/components.html I do not see the custom component. Any idea?