How to change the type on kibana but not logstash

i have a string field and i want to change its type on kibana from string to number

Types are interpreted in Kibana from the mappings saved in Elasticsearch. You'll likely have to update your mappings and reindex.

You can hack a scripted field together to convert the type at runtime if necessary, but it'll have overhead to every request. Can you share what you're trying to do with the number field?

thank you~ i solve my pro by creating scripted field

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.