logo
Browse Source

Update README

main
shiyu22 2 years ago
parent
commit
756e453908
  1. 2
      README.md

2
README.md

@ -31,7 +31,7 @@ example_doc = {
es_insert = ( es_insert = (
pipe.input('index_name', 'doc') pipe.input('index_name', 'doc')
.map(('index_name', 'doc'), 'res', ops.elasticsearch.index_client(
.map(('index_name', 'doc'), 'res', ops.elasticsearch.osschat_index(
host='localhost', port=9200 host='localhost', port=9200
)) ))
.output('doc', 'res') .output('doc', 'res')

Loading…
Cancel
Save