Skip to content

Commit cdd0f91

Browse files
committed
edited comments
1 parent 547c61b commit cdd0f91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config-sample.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ module.exports = Object.freeze({
1010
},
1111

1212
//Target client: where documents are to be transferred to
13-
//If 'host' field is present, it'll be assumed the target is an elasticsearch server
1413
"target": {
1514
"index": "my_target_index",
1615
"type": "_doc",
1716

17+
//if options.consume.byFile is not set, this will be ignored
1818
"filePath": "data.json",
1919

20+
//if options.consume.byElastic is not set, this will be ignored
2021
"host": "localhost:9200",
2122
"importMappingFromSource": true
2223
}

0 commit comments

Comments
 (0)