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 mapping issue when used together with Timelion #97

Closed tsg closed 8 years ago

tsg commented 8 years ago

This explicitly sets the type and hits fields to integer, because otherwise ES guesses long, which Timelion tries to change into integer when it first loads and it fails.

Should fix #94.

I didn't yet test on Windows, will do that and set the review label afterwards.

tsg commented 8 years ago

Oops, wrong branch.