There was an error while loading. Please reload this page.
1 parent 55a7375 commit bf82058Copy full SHA for bf82058
elastic.js
@@ -114,7 +114,7 @@ class Elastic{
114
index: config.source.index,
115
type: config.source.type
116
})
117
- console.log("Mapping: ", mapping);
+ console.log("Mapping: ", JSON.stringify(mapping));
118
119
if(!await target.indices.exists({index: config.target.index}))
120
await target.indices.create({index: config.target.index});
0 commit comments