for Elasticsearch 5.x:docker run -p 9100:9100 mobz/elasticsearch-head:5 for Elasticsearch 2.x:docker run -p 9100:9100 mobz/elasticsearch-head:2 for Elasticsearch 1.x:docker run -p 9100:9100 mobz/elasticsearch-head:1 for fans of alpine there ismobz/elasticsearch-head:5-alpine openhttp://l...
首先下载head.zip 地址:https://github.com/mobz/elasticsearch-head 然后在elasticsearch安装目录下的plugins文件夹下建立head文件夹 将下载后的head文件copy到head文件夹下 运行es,在浏览器中打开:http://localhost:9200/_plugin/head/ 出现这个界面就可以。 使用: 1、Nuget下载安装 plainelastic.net 第三方类库; 2...
sudo elasticsearch/bin/plugin install mobz/elasticsearch-head 卸载head elasticsearch/bin/plugin remove head GET + 索引(_index)/类型(_type)/ID(_id) [?pretty] [?_source=key1,key2] [/_source] [?timeout=10ms] [?size=5&from=5]:执行查询; pretty ...
elasticsearch-http-basic还不支持ES标准的bin/plugin install [github-name]/[repo-name]的安装方式,但作者有提供编译好的jar包,不需要下载源码重新编译。GitHub上目前的最新版本是对应ES的1.4.0版本,但验证过1.5.2也是同样可用的。 插件的安装步骤如下: 从elasticsearch-http-basic的发布版下载对应版本的jar包 mkdi...
https://github.com/elastic/elasticsearch Maintained by:the Elastic Team This is the Git repo of theDocker "Official Image"forelasticsearch(not to be confused with any officialelasticsearchimage provided byelasticsearchupstream). Seethe Docker Hub pagefor the full readme on how to use this Docker ...
frostmourne是基于Elasticsearch日志的监控,报警,分析系统. Monitor & alert & alarm & analyze for Elasticsearch Log Data。 https://frostmourne-demo.github.io/ - jeromeji/frostmourne
Deprecated: Use the official Elasticsearch client for Go at https://github.com/elastic/go-elasticsearch - a1499418300/elastic
otobo.elasticsearch.dockerfile Issue#4183: enhance comments in Dockerfile Feb 24, 2025 otobo.kerberos.web.dockerfile Issue#3628: prematurely removed the dummy Kerberos Dockerfiles Jul 31, 2024 otobo.nginx-kerberos.dockerfile Issue#3628: prematurely removed the dummy Kerberos Dockerfiles ...
test: run es tests on github action (#796) May 16, 2025 .dockerignore feat: support Dockerfile and S3 nfs (#509) Jun 12, 2023 .env.example chore: enable elasticsearch on local dev env (#757) Feb 9, 2025 .gitignore chore: brew install mysql v9 (#713) ...
docker pull mobz/elasticsearch-head:5 docker run -p 9100:9100 --name elasticsearch-head -v /etc/localtime:/etc/localtime:ro -d mobz/elasticsearch-head:5 下面是我保存的一些镜像 709931138/mall:redis-3.2 709931138/mall:mongo-3.2 709931138/mall:elasticsearch-5.6.8 709931138/mall:elasticsearch...