You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 22, 2017. It is now read-only.
Phase 1
Timelion's .es() should be capable of matching the index parameter to a Kibana index pattern and should be able to extract the timefield from it, negating the requirement of passing the timefield parameter in the case that the user already has an index pattern.
Phase 2
The .es() function should be able to check the index's mapping for a date field. If there is only 1 it should use it as the timefield in the case that the user did not pass a timefield.
The text was updated successfully, but these errors were encountered:
Replaces #169
Phase 1
Timelion's
.es()
should be capable of matching theindex
parameter to a Kibana index pattern and should be able to extract the timefield from it, negating the requirement of passing thetimefield
parameter in the case that the user already has an index pattern.Phase 2
The
.es()
function should be able to check the index's mapping for a date field. If there is only 1 it should use it as the timefield in the case that the user did not pass a timefield.The text was updated successfully, but these errors were encountered: