2691 shaares
brew install elastic/tap/kibana-full
curl -O https://artifacts.elastic.co/downloads/kibana/kibana-7.11.2-linux-x86_64.tar.gz
curl https://artifacts.elastic.co/downloads/kibana/kibana-7.11.2-linux-x86_64.tar.gz.sha512 | shasum -a 512 -c -
tar -xzf kibana-7.11.2-linux-x86_64.tar.gz
cd kibana-7.11.2-linux-x86_64/
curl https://artifacts.elastic.co/downloads/kibana/kibana-7.11.2-linux-x86_64.tar.gz.sha512 | shasum -a 512 -c -
tar -xzf kibana-7.11.2-linux-x86_64.tar.gz
cd kibana-7.11.2-linux-x86_64/
Note that environment variables can be read by any user on the host system that has access to the docker user group, e.g., by using the docker inspect command. However, when an unauthorized user gains this type of access on the Docker host, ensuring the secrecy of your container’s environment variables is probably the least of your worries.
github.com/docker/docker/issues/13490
jenkin 构建失败 才发邮件通知
企业微信Jenkins构建通知插件
GET 索引名/_search
{
"query": {
"match_all": {}
},
"track_total_hits":true
}
{
"query": {
"match_all": {}
},
"track_total_hits":true
}
export GOPROXY=https://goproxy.io,direct