91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

ES常用查詢命令

發布時間:2020-07-03 18:22:30 來源:網絡 閱讀:1535 作者:楓葉云 欄目:大數據
  • 查看索引

`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
向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

沾化县| 彝良县| 屏东市| 广丰县| 黄石市| 松原市| 延长县| 若尔盖县| 都江堰市| 麻栗坡县| 华蓥市| 沾化县| 定兴县| 谢通门县| 夏津县| 禄丰县| 苏尼特左旗| 泽州县| 黄冈市| 建水县| 视频| 长海县| 宁陵县| 韶山市| 昌宁县| 江津市| 延川县| 井冈山市| 义马市| 平江县| 四平市| 阿克陶县| 山丹县| 石门县| 嘉兴市| 汽车| 白水县| 鄢陵县| 循化| 潜江市| 吕梁市|