How to convert one field in uppercase in kibana

Hi,

I know there is uppercase processor which i can use to convert field in uppercase, but i dont know how to use it in kibana.please let me know with proper example.

There's a few options here depending on what you need from the field. You can uppercase the field in the browser, at request time, or as data is ingested into elasticsearch.

if you want it done in the browser you can do this with a field formatter, accessible from the index pattern pages:

If you want it done at request time in elasticsearch, you can create a scripted field, likewise done in the index patterns page:

Independent of kibana, you can upper case the field as data is ingested into elasticsearch using the uppercase processor. All values will be stored in upper case and flow through to kibana as such

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