What does it mean when Elasticsearch cannot index something?

I've run across several errors when using Logstash's Elasticsearch output that say Elasticsearch couldn't index something because of a field mapping issue. When this happens, what exactly does this mean?

A. Elasticsearch doesn't even have the document stored in it anywhere.
B. Elasticsearch has the document and can search all the fields except for the one that mapping failed on.
C. Elasticsearch has the document but it can't search any of it at all.

I would love some more clarity on exactly what is happening with this.

The mapping error prevents the document from getting indexed at all (option A).

Thanks!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.