elastic / beats-dashboards

DEPRECATED. Moved to https://github.com/elastic/beats. Please use the new repository to add new issues.
Other
196 stars 72 forks source link

fix "Index pattern interval" name with brackets #95

Closed azhurbilo closed 8 years ago

azhurbilo commented 8 years ago

fix "Index pattern interval" name with brackets
e.g. [filebeat]-YYYY.MM.DD

without --globoff we get [globbing] error: bad range specification

azhurbilo commented 8 years ago

Or may be I misunderstood and this project support only static index name filebeat-*?

ruflin commented 8 years ago

The newest versions of Kibana recommend to use filebeat-* over [filebeat]-YYYY.MM.DD. Do you require the second one in your project?

azhurbilo commented 8 years ago

Do you require the second one in your project?

In this case no. I didn't know that new version "event time" is deprecated. Looks like time to upgrade to new version :)

Thank you @ruflin !