elastic / timelion

Timelion was absorbed into Kibana 5. Don't use this. Time series composer for Elasticsearch and beyond.
Other
347 stars 79 forks source link

Timefield = specific array member? #194

Closed Cinerar closed 7 years ago

Cinerar commented 7 years ago

Hello. Is it possible to specify member of array as field for X-axis?

For example i have a following in my documents and i want to use earliest one from them

"videos.date_uploaded": [
      1476974557000,
      1478794113000
    ]

if use .es(timefield=videos.date_uploaded) it just use the last date, which in this case is oldest.

Cinerar commented 7 years ago

Nevermind, desided to do this on aggregation phase.