Pull In Non-Mapped Fields from Elastic

I was curious if there was a way to pull in fields that weren't explicitly mapped (assuming we have dynamic mapping turned off in Elastic.)

if dynamic mapping is disabled on Elasticsearch, you will need to perform the mapping adjustments before attempting to load any data that contains new fields. ES-Hadoop does not perform any mapping modifications on it's own, but rather depends on Elasticsearch's built in dynamic mapping features to perform just-in-time mapping.

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