搜索引擎 第2页
Elasticsearch二进制部署实战:集群搭建、systemd管理与堆内存调优-AI运维探索者

Elasticsearch二进制部署实战:集群搭建、systemd管理与堆内存调优

一、单点部署 1、下载ES软件包 地址链接:https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.5-linux-x86_64.tar.gz <img src="https://bucketbucket1.oss-cn-...
头像3年前
03715
Elasticsearch文档与Mapping实战:CRUD、自定义类型与字段设计-AI运维探索者

Elasticsearch文档与Mapping实战:CRUD、自定义类型与字段设计

一、管理文档的API 1.1 文档的创建 1.1 创建文档时不指定文档ID 1、填写POST请求http://192.168.1.121:9200/es1-num/\_doc,创建文档es1-num(不指定ID) <img src="https://bucketbucket1...
头像3年前
05215
Elasticsearch索引管理实战:创建、修改、别名与索引规范-AI运维探索者

Elasticsearch索引管理实战:创建、修改、别名与索引规范

一、查看索引 1.1 查看所有的索引 **Postman界面操作** 1、新建目录【01-索引管理】 <img src="https://bucketbucket1.oss-cn-beijing.aliyuncs.com/imag/image23.png" style=&quo...
头像3年前
0378
Elasticsearch运维API实战:health、settings、allocation与reroute-AI运维探索者

Elasticsearch运维API实战:health、settings、allocation与reroute

一、ES集群健康状态API(health) 1、安装jq工具 2、测试取数据 (1)取全部数据 相关数据说明: 参数
头像3年前
04513
Elasticsearch运维进阶:多实例、Head、Postman与故障排查-AI运维探索者

Elasticsearch运维进阶:多实例、Head、Postman与故障排查

一、ES集群的多实例部署 1、在elk121节点上配置集群免密登录及同步脚本 在elk121节点上修改主机列表 在elk121节点上生成密钥对 | \[root@elk121 ~\]ssh-keygen -t rsa -P '' -f ~/.ssh/id_rsa -...
头像3年前
0555
ECK入门与核心资源:Elasticsearch、Kibana和Logstash配置详解-AI运维探索者

ECK入门与核心资源:Elasticsearch、Kibana和Logstash配置详解

一、云原生日志框架ECK介绍 官网链接:[Elastic Cloud on Kubernetes | Elastic Docs](https://www.elastic.co/docs/deploy-manage/deploy/cloud-on-k8s) Elastic Cloud on Kubernetes(CCK)是El...
头像3年前
03814