Elasticsearch 索引 es

复制代码
/{index}/{type}/{id}

ubuntu

/usr/share/elasticsearch/bin

CLI

复制代码
elasticsearch-plugin install https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v7.12.1/elasticsearch-analysis-ik-7.12.1.zip

elasticsearch-plugin list

elasticsearch-create-enrollment-token -s kibana

系统管理

复制代码
GET /_security/user/<user>

增删改查

复制代码
POST /website/blog/
{
  "title": "My second blog entry",
  "text":  "Still trying this out...",
  "date":  "2014/01/01"
}
相关推荐
可变羽翼核心3 小时前
Steam饥荒联机版多人服务器搭建全解析 -- 阿里云Linux系统构建云服务器
linux·运维·服务器
萌吖LOVETurtle~3 小时前
阿里云部署微调chatglm3
elasticsearch·阿里云·云计算
Elastic 中国社区官方博客4 小时前
Elastic 9.1/8.19:默认启用 BBQ,ES|QL 支持跨集群搜索(CCS)正式版,JOINS 正式版,集成 Azure AI Foundry
大数据·elasticsearch·搜索引擎·全文检索·azure·elastic
哈__4 小时前
PromptPilot搭配Doubao-seed-1.6:定制你需要的AI提示prompt
大数据·人工智能·promptpilot
鸿乃江边鸟5 小时前
Starrocks中的 Query Profile以及explain analyze及trace命令中的区别
大数据·starrocks·sql
小孙姐6 小时前
Linux-Day12.DNS服务
linux·运维·服务器
小孙姐6 小时前
Linux-Day07.磁盘空间管理
linux·运维·服务器
SamtecChina20237 小时前
应用科普 | 漫谈6G通信的未来
大数据·网络·人工智能·科技
找不到、了7 小时前
Mysql使用Canal服务同步数据->ElasticSearch
数据库·mysql·elasticsearch