Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

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!!