Skip to content

Instantly share code, notes, and snippets.

@epixa
Created December 21, 2015 17:05
Show Gist options
  • Save epixa/f21723e2a106e1f0494b to your computer and use it in GitHub Desktop.
Save epixa/f21723e2a106e1f0494b 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 logstash-* will actually query elasticsearch for the specific matching indices (e.g. logstash-2015.12.21) 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