标签:last python elastics pre 通过 elastic search div 时间
存进elasticsearch中的数据在kibana的discover中看不到,但是通过_id在Dev Tools可以查到,也可以直接用python取出来。最后发现存进去的时候没加时间戳。
doc = { "file_name": file_name, "content": pdf_str, "timestamp": datetime.datetime.now()#没加的时间戳 }
最后找了一天。。。
elasticsearch+kibana使用中踩的坑,持续更新中。
标签:last python elastics pre 通过 elastic search div 时间
原文地址:http://www.cnblogs.com/imageSet/p/7857945.html