Hi,
I am using grok filter in my logstash.conf file and I would like to create SEMANTIC name like processing_time(sec). I have tried like %{NUMBER:processing_time(sec)}. However, I could still see 'processing_time' as a column in Kibana dashboard instead of 'processing_time(sec)'. Could you please let me know how to achieve this?
Regards,
Siva