Concept Flow - Index patterns for time-series
Start: Time-series data arrives
Create index pattern with date wildcard
Elasticsearch matches indices by pattern
Query runs on matched indices
Results returned for time range
End
Data arrives continuously. We create an index pattern using date wildcards. Elasticsearch matches indices by this pattern. Queries run on matched indices and return results.