如何删除时间范围过滤器
How can I remove Time Range Filter
在 Kibana 5.2.2 中有这个时间范围过滤器:
我有一些文档在类型上没有时间戳。
由于没有选项'all time',我看不到那些文件。
是否有禁用此时间范围过滤器的选项?
创建索引模式时需要取消选中Index contains time-based events
。
更多信息:https://www.elastic.co/guide/en/kibana/current/connect-to-elasticsearch.html
在 Kibana 5.2.2 中有这个时间范围过滤器:
我有一些文档在类型上没有时间戳。 由于没有选项'all time',我看不到那些文件。 是否有禁用此时间范围过滤器的选项?
创建索引模式时需要取消选中Index contains time-based events
。
更多信息:https://www.elastic.co/guide/en/kibana/current/connect-to-elasticsearch.html