devdb/kibanaElasticsearch 1.5.2 + Kibana 4.0.2 in a docker container for a fast throwaway environment.
Use this if you don't care about Elasticsearch data persisting across container destroy/restart/etc.
docker pull devdb/kibana:latest docker run -d --name kibana -p 5601:5601 -p 9200:9200 devdb/kibana
You can create an index and mappings using:
curl -XPUT http://localhost:9200/*** curl -XPUT http://localhost:9200/***/_mapping/tweet -d '{ "tweet" : { "properties": { "text": { "type": "string" }, "user_id": { "type": "string", "index": "not_analyzed" } } } }'
Then, you can point your browser to http://localhost:5601 and the Kibana4 dashboard will come up.
Warning: The data in Elasticsearch is lost when the container is destroyed. If you want the data to persist, then use:
docker pull devdb/kibana:latest docker run -d --name kibana -p 5601:5601 -v /tmp/kibana:/opt/elasticsearch/data devdb/kibana
where /tmp/kibana is where the data files are stored on your host machine.



manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务