-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
S
Context:
The config msg in the following error message is incorrect:
If you are experiencing failures due to too many nested documents, try carefully increasing the configured nested object limit (es.settings.index.nested_documents_limit) or enabling the skipping of documents that have reached this limit during import (import.data.skipDataAfterNestedDocLimitReached). See Optimize documentation for details.
it should be import.skipDataAfterNestedDocLimitReached instead.
AT:
- above error log references the correct config field
Testing Notes:
- Set the nested document limit really low (1 is fine)
- Observe the import logs
- Find the log message referencing this field. It should now contain the correct config path