Has anyone needed to handle a custom duration field from servers showing running time?
I am just starting out and trying to get a handle on the best way to handle it without creating a grok mutate mess to convert to seconds or similar.
I have created a custom grok pattern to extract it nicely in the above string format so the next step is to handle the days field as the odd one out.
Am I missing something as easy as a custom mapping to create my own duration field for kibana?