elasticsearch+kibana使用中踩的坑,持续更新中。
Posted imageSet
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了elasticsearch+kibana使用中踩的坑,持续更新中。相关的知识,希望对你有一定的参考价值。
存进elasticsearch中的数据在kibana的discover中看不到,但是通过_id在Dev Tools可以查到,也可以直接用python取出来。最后发现存进去的时候没加时间戳。
doc = { "file_name": file_name, "content": pdf_str, "timestamp": datetime.datetime.now()#没加的时间戳 }
最后找了一天。。。
以上是关于elasticsearch+kibana使用中踩的坑,持续更新中。的主要内容,如果未能解决你的问题,请参考以下文章