0

I am using AWS Elasticsearch service (ES version 5.3). What are the web frontend plugin that can be used with AWS-ES?

The AWS ES supported plugins doesn't seem to support any frontend view.

Also, doesn't seem like Elasticsearch-head plugin can't be installed inside the AWS-ES service. Any suggestion?

nad
  • 2,640
  • 11
  • 55
  • 96

1 Answers1

0

Use Kibana. Launch a local instance of it or running in ec2.

Or try cloud.elastic.co which has everything OOTB.

Disclaimer: I'm working at elastic.

dadoonet
  • 14,109
  • 3
  • 42
  • 49
  • 1
    To add on to this if you use AWS Elastic Search's Kibana solution, you will need to setup IP access if you plan to use it through a browser http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/aes-troubleshooting.html#aes-troubleshooting-kibana-configure-anonymous-access – Chris White Jul 09 '17 at 22:04