我在Kibana中为弹性搜索索引添加了一个索引模式,并多次执行一些事务。
但我看不到时间范围直方图或要在Discover仪表板中选择的任何选项。
请参考下面的截图。

发布于 2020-04-17 23:47:30
删除已有索引模式后,使用@timestamp字段重新创建索引模式。
发布于 2020-04-19 11:21:44
根据@timestamp字段的可用性,您似乎正在向Elasticsearch添加时间序列日志。通过参考以下链接重新创建索引模式,我相信这个问题会得到解决:https://www.elastic.co/guide/en/kibana/current/tutorial-define-index.html#_create_an_index_pattern_for_time_series_data
https://stackoverflow.com/questions/61258041
复制相似问题