Elastic Search Integration with AEM 6.5 having issue | Adobe Higher Education
Skip to main content
viveka_S
August 7, 2019

Elastic Search Integration with AEM 6.5 having issue

  • August 7, 2019
  • 1 답변
  • 1900 조회

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:

이 주제는 답변이 닫혔습니다.

1 답변

Nikhil-Kumar
Community Advisor
Community Advisor
August 15, 2020

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