Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为什么我需要为弹性搜索制作这些“映射”?
如果我需要它们,我该如何制作这些“映射”?
我在带有logstash和kibana的mac上使用elastic 6.0。
如果我理解正确 - 你问的是映射
从您的问题中无法理解您的问题的核心是什么,以及为什么要问这个问题,但简而言之:
不,如果您不知道映射的作用,则不需要定义映射。ElasticSearch 有动态映射:
“新字段名称将自动添加,只需索引文档即可。”