03 2022 档案
摘要:1 git clone https://github.com/deviantony/docker-elk 2 docker-compos up -d 修改配置 .env修改密码 es安装ik分词,修改 elasticsearch/Dockerfile RUN elasticsearch-plugin
阅读全文
摘要:open -n -a /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --args --user-data-dir="/tmp/chrome_dev_test" --disable-web-security
阅读全文
摘要:unable to read from standard input; is standard input open and a tty attached 添加--batch参数就可以 1 修改 Dockerfile 添加RUN elasticsearch-plugin install --batc
阅读全文
摘要:1.1. 创建网络 因为我们还需要部署 kibana 容器,因此需要让 es 和 kibana 容器互联。这里先创建一个网络: docker network create es-net 1.2. 加载镜像### 安装这里我们采用elasticsearch的7.4.*版本的镜像docker pull
阅读全文
摘要:elasticsearch-head 项目地址:https://github.com/mobz/elasticsearch-head. Docker安装方式: docker run -d -p 9100:9100 docker.io/mobz/elasticsearch-head:5 启动访问:ht
阅读全文