Add Terms in KIBANA

Hi everyone,

I’m working with kibana and I have some doubts about how to put information there. I need to calculate the time from a mail is received to the end of the transaction. I calculate it inside the code, but I need to know how to put it into Kibana, not as a “log message”, because I would need to calculate the average time between all the transaction.

Do you know if it is possible? To visualize that information as a “term” in kibana.

Thank you!!

You can use ADD LOG FIELD activity and add a field of type integer or decimal. Once you add the log use Log message so that a messege is pushed along with the field.
ANd finally remove the field that you have added so that it doesn’t get added in all the logs.

  • ADD LOG FIELDS
  • LOG MESSAGE
  • REMOVE LOG FIELD