Convert all fields to string while indexing and while reindexing

I have logs coming in from logstash and fluentd and I do not know what fields they have as they will sent by different people. I want to convert all fields to string unless i get a mapping from the people who are sending the logs and also would like to reindex with the given mapping if you they have already been indexed by converting all of them to string.

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