


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:
Views
Replies
Sign in to like this content
Total Likes
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!!