Expand my Community achievements bar.

Elastic Search Integration with AEM 6.5 having issue

Avatar

Level 1

Hi all,

We are integrating Elastic search to AEM 6.5 using the below dependency, and the dependencies are not getting resolved in OSGI(system/console). In addition to that there is no build issue

Even we tried to add embed dependency, it is also not helpful.

The dependencies are

<dependency>

              <groupId>org.elasticsearch</groupId>

              <artifactId>elasticsearch</artifactId>

              <version>7.1.1</version>

</dependency>

Error in system console:

1808485_pastedImage_1.png

1 Reply

Avatar

Community Advisor

Hey,

Try using Elastic search as a service, it provides dashboard and provides trial version to explore all the options.
Here you have a look at the setup for Elastic search as service.
Happy coding!!