Skip to content

Instantly share code, notes, and snippets.

@epixa
Created December 21, 2015 17:06
Show Gist options
  • Save epixa/bb085a2b037e5bfe47ef to your computer and use it in GitHub Desktop.
Save epixa/bb085a2b037e5bfe47ef to your computer and use it in GitHub Desktop.
By default, searches against any time-based index pattern that
contains a wildcard will automatically be expanded to query only
the indices that contain data within the currently selected time
range.
Searching against the index pattern <em>logstash-*</em> will
actually query elasticsearch for the specific matching indices
(e.g. <em>logstash-2015.12.21</em>) that fall within the current
time range.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment