Encoding and Decoding fields in kibana

can be encode or decode fields in kibana? If not,then is there any plugin available for decoding field value in kibana?

I apologize, but I don't understand what you are asking. Can you go into more detail please? Provide an example if possible.

@BigFunger thanks for the reply.... actually i have some fields in my elasticsearch index which has encoded data.
I need to visualize these fields in kibana datatable and for that i have to decode the values of that field.So is there any way to do that?

I don't think that Kibana currently has functionality that would work for this use case. Is it possible that this data could be decoded at index time instead of at query time?