zoukankan      html  css  js  c++  java
  • 3.ELK 之elasticsearch CRUD

    1. 名词介绍
      1. index:
      2. type:
      3. document:
      4. 数据类型:
    1. 索引(index)创建示例

     .   type的创建(7.x之后)将会去掉该内容,点我看为什么?

      1. 参考脚本:
      2. mapping使用
      3. 其他
    1. CRUD操作示例

     .   创建索引

      1. 插入数据
      2. 删除数据
      3. 更新数据
      4. 读取数据
      5. 更新索引(更新已存在索引,对索引先_close 再_setting再 _open)
      6. 其他1
      7. 其他2

     

     有点儿忙,稍后完善!

    1. 名词介绍
      1. index:
      2. type:
      3. document:
      4. 数据类型:
    1. 索引(index)创建示例

     .   type的创建(7.x之后)将会去掉该内容,点我看为什么?

      1. 参考脚本:
      2. mapping使用
      3. 其他
    1. CRUD操作示例

     .   创建索引

      1. 插入数据
      2. 删除数据
      3. 更新数据
      4. 读取数据
      5. 更新索引(更新已存在索引,对索引先_close 再_setting再 _open)
      6. 其他1
      7. 其他2

     

     有点儿忙,稍后完善!

  • 相关阅读:
    leetcode122
    leetcode121
    leetcode773
    leetcode803
    leetcode658
    leetcode723
    leetcode134
    leetcode340
    leetcode721
    leetcode362
  • 原文地址:https://www.cnblogs.com/Tmc-Blog/p/9869391.html
Copyright © 2011-2022 走看看