Containerized web application for browsing and interacting with an Elasticsearch cluster. http://mobz.github.io/elasticsearch-head/
- Name:
slydeveloper/elasticsearch-head
- Version:
latest
,1.0
- Docker Hub
- Image based on
node:13.8
- Pre-installed:
elasticsearch-head
An Elasticsearch-head requires CORS enabled on Elasticsearch cluster:
http.cors.enabled: true
http.cors.allow-origin: "*"
docker run --rm -p 9100:9100 slydeveloper/elasticsearch-head