Dynamic Mapping for scaled float

How do add a new mapping (dynamic?) to an existing index for a new field I am adding called "entropy". I need "entropy" to be a scaled float. I have tried the following and it did not work:
PUT _mapping/logstash { "properties": { "entropy": { "type": "scaled_float", "scaling_factor": 100 } } }

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