Closed
Description
For at least IIS, Apache2, IIS DHCP logs I need a time field. Just event.duration is not good for use because it do not describe what has taken what time.
I propose to create "time" (or some other named) fields like this:
- time.taken_seconds
- time.taken_milliseconds
- time.duration_seconds
- time.duration_milliseconds
So for IIS, Apache2 logs I could you http.response.time.taken_milliseconds, for dhcp I could use dhcp.lease.time.duration_seconds, ...