Commit ef1f9613 authored by litaolemo's avatar litaolemo

update

parent 8601c178
...@@ -23,10 +23,10 @@ es7 = e7.Elasticsearch(hosts="172.16.52.27", port=9200,http_auth=("elastic","gen ...@@ -23,10 +23,10 @@ es7 = e7.Elasticsearch(hosts="172.16.52.27", port=9200,http_auth=("elastic","gen
# es7 = e7.Elasticsearch(hosts="172.16.31.17", port=9000) # es7 = e7.Elasticsearch(hosts="172.16.31.17", port=9000)
target_index = 'gm-dbmw-qa_top-read' target_index = 'gm-dbmw-lbs-read'
target_type = 'qa_top' target_type = 'lbs'
from_index = 'gm-dbmw-qa_top-read' from_index = 'gm-dbmw-lbs-read'
from_type = '_doc' from_type = '_doc'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment