Mapping for Bytes/percentage format

Hi,
Is there a way to define automatically the format for some fields via a custom mapping?
I'm talking about the BYTES or Percentage format.

Hey,

this conversion either needs to be done at index time (i.e. via script processor that calculates this and puts it into a non-indexed field) or on the client side.

--Alex

Hey,
I think you didn't fully understand what I meant.
In kibana, you can edit the format of a number and set the special format into Bytes.
I'd like to be able to set this automatically whenever a new index is created each day instead of having to manually edit the specific field in Kibana.
Perhaps I should post this in the kibana board?

I have the same question. Just as we can update the format from Kibana. How to specify the same through PUT mapping API?
Every property has format field, I tried specifying 'bytes' but it throws an exception. Thanks.

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