@version field added by logstash as string type
Open
breaking change
enhancement
- Dominant language
- Java
- Stars
- 14.9k
- Forks
- 3.5k
- Avg merge
- 19h 14m
- Merged PRs (30d)
- 63
Description
I'm trying to clean up my fields, and noticing that logstash by default sets @version field it adds, to type string.
This seems horribly wrong ? especially if one wanted to use that field to f.ex. find all logs using certain logstash format (which I believe is what @version indicates?).
Shouldn't it be an int ? (which becomes a long in es)
Contributor guide
Assessment
This issue has not been assessed yet.