简体   繁体   English

如何在Timelion中指定索引和日期/时间字段?

[英]How to specify index and date / time field in Timelion?

I'm trying to use the Timelion app in Kibana, but I don't find where to specify the index name and the time field. 我正在尝试在Kibana中使用Timelion应用程序,但我找不到指定索引名称和时间字段的位置。 Is there a way to do that on-the-fly or does it have to be done in a configuration file somewhere? 有没有办法在运行中执行此操作,还是必须在某个配置文件中完成? If so, where is that file? 如果是这样,那个文件在哪里?

.es(index=your_index_name, timefield=@timestamp, metric=count, q=whatever_field:some_matching_text)

es()函数下,您有index和时间timefield

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Kibana Timelion插件如何在弹性搜索中指定一个字段 - Kibana Timelion plugin how to specify a field in the elastic search 使用 timelion 绘制同一弹性搜索索引中两个时间字段之间的差异 - Chart a divergence between two time fields in the same elasticsearch index with timelion Kibana的Timelion:[text]类型的Field [timestamp_ms]不支持自定义时区 - Kibana's Timelion: Field [timestamp_ms] of type [text] does not support custom time zones Kibana Timelion 没有从索引中绘制数据 - Kibana Timelion Is not graphing data from index 如何使用timelion添加两个不同的字段 - How to add two different fields using timelion 如何进行Timelion地理查询(示例)? - How to make a Timelion geo query (example)? 如何将特定日期映射到Elasticsearch日期/时间字段? - How to map specific date into an Elasticsearch date/time field? 如何为ElasticSearch 5.x使用NEST流畅的映射指定索引/字段分析器? - How can I specify index / field analyzers using NEST fluent mapping for ElasticSearch 5.x? 在使用Transport Client创建索引时,如何指定对not_analyzed的字段分析 - How should i specify the analysis of a field to not_analyzed when creating index using Transport Client 如何使用默认值“现在”索引日期字段? - How can I index a date field with the default value of “now”?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM