logstash-filter-csv icon indicating copy to clipboard operation
logstash-filter-csv copied to clipboard

Request for "Keyword" type when doing convert

Open Nogbit opened this issue 4 years ago • 1 comments

Any thoughts on adding Keyword field data type support when converting? I don't see it currently.

Nogbit avatar Jul 23 '21 02:07 Nogbit

Maybe I'm misunderstanding the request, but keyword is an Elasticsearch data type. A Logstash filter can't affect whether ES indexes a new string field as keyword or text. That's typically done with an index template.

magnusbaeck avatar Nov 12 '21 11:11 magnusbaeck