社区所有版块导航
Python
python开源   Django   Python   DjangoApp   pycharm  
DATA
docker   Elasticsearch  
aigc
aigc   chatgpt  
WEB开发
linux   MongoDB   Redis   DATABASE   NGINX   其他Web框架   web工具   zookeeper   tornado   NoSql   Bootstrap   js   peewee   Git   bottle   IE   MQ   Jquery  
机器学习
机器学习算法  
Python88.com
反馈   公告   社区推广  
产品
短视频  
印度
印度  
Py学习  »  Elasticsearch

不考虑模板和映射的ElasticSearch索引

pkaramol • 6 年前 • 1773 次点击  

我的自定义模板中有以下字段:

"srcBytes": {"type": "integer"},
"dstBytes": {"type": "integer"},

更重要的是,在检索特定索引的映射时,这似乎被应用:

GET my_index-raw-data-2019.02.11/_mapping



      },
      "srcBytes": {
        "type": "integer"
      },
        "dstBytes": {
        "type": "integer"

那么为什么 kibana 将这些字段显示为 t ?

enter image description here

enter image description here

Python社区是高质量的Python/Django开发社区
本文地址:http://www.python88.com/topic/30717
 
1773 次点击  
文章 [ 1 ]  |  最新文章 6 年前