资讯

精准传达 • 有效沟通

从品牌网站建设到网络营销策划,从策略到执行的一站式服务

ES常用查询命令

  • 查看索引

`curl '10.95.32.34:9200/_cat/indices?v'`
  • 创建索引

    成都创新互联公司专注于定日企业网站建设,成都响应式网站建设公司,成都做商城网站。定日网站建设公司,为定日等地区提供建站服务。全流程按需定制设计,专业设计,全程项目跟踪,成都创新互联公司专业和态度为您提供的服务

    curl -XPUT  '10.95.32.34:9200/customer-test?pretty'
  • 插入数据:

    curl -XPUT '10.95.32.34:9200/customer-test/employee/2?pretty' -d '{"name": "John smart"}'
    curl -XPUT '10.95.32.34:9200/customer-test/employee/1' -d '{"first_name":"John","last_name":"Smith","age":25,"about":"Ilovetogorockclimbing","interests":["sports","music"]}'
  • 查看数据:

    curl -XPOST '10.95.32.34:9200/customer-test/_search?pretty'
  • 查看健康:

    [root@server02 ~]# curl  -sXGET 'http://localhost:9200/_cluster/health?pretty'
    {
    "cluster_name" : "es",
    "status" : "green",
    "timed_out" : false,
    "number_of_nodes" : 9,
    "number_of_data_nodes" : 9,
    "active_primary_shards" : 129,
    "active_shards" : 258,
    "relocating_shards" : 0,
    "initializing_shards" : 0,
    "unassigned_shards" : 0,
    "delayed_unassigned_shards" : 0,
    "number_of_pending_tasks" : 0,
    "number_of_in_flight_fetch" : 0,
    "task_max_waiting_in_queue_millis" : 0,
    "active_shards_percent_as_number" : 100.0
    }
  • 找到未分片的索引

    curl -s "http://localhost:9200/_cat/shards" | grep UNASSIGNED
  • 删除索引:

    curl -XDELETE 'http://localhost:9200/noah_flow_file_20190625'
  • 查找未分配索引
    curl  -s 'http://localhost:9200/_cat/shards' | grep UNASSIGNED | awk '{print $1}' | sort | uniq

当前名称:ES常用查询命令
本文路径:http://cdkjz.cn/article/gicgeh.html
多年建站经验

多一份参考,总有益处

联系快上网,免费获得专属《策划方案》及报价

咨询相关问题或预约面谈,可以通过以下方式与我们联系

业务热线:400-028-6601 / 大客户专线   成都:13518219792   座机:028-86922220