-1

Why do I need to make these "mappings" for elastic-search?

If I need them, how do I make these "mappings"?

I'm using elastic 6.0 on mac with logstash and kibana.

C.J.A.
  • 35
  • 1
  • 7

1 Answers1

0

If I'm understand right - you asking about mapping

From your question it impossible to understand what the core of your problem, and why this question is asked, but in short:

No, you don't need to define mappings if you don't know what the mappings does. ElasticSearch have Dynamic Mapping:

"new field names will be added automatically, just by indexing a document."

Alex Baidan
  • 1,065
  • 7
  • 15