Hi,
I'm creating a visualization and I need to filter some dates using the same time range selected in the time picker and I simply don't know how to do so.
Basically, I'm creating a visualization based on an index that contains several dates.
The "main" one, event_date is filtered by the selected date range (top right of the screen).
I'd like to apply this selected date range to another date (sub_event_date) within the visualization.
In other terms, I'd like to know what to write for lt and gte in order to inherit global time range.
{
"range": {
"sub_event_date": {
"gte": "??? Inherit global time range",
"lt": "??? Inherit global time range"
}
}
}
I could not find anything on this topic. Is it something possible ?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.