Use error.message instead of error in importer.log
Elasticsearch expects `error` to be an object representing the exception. Rename the field to `error.message` to avoid parsing conflicts.
Showing
Please register or sign in to comment
Elasticsearch expects `error` to be an object representing the exception. Rename the field to `error.message` to avoid parsing conflicts.