Functionbeat will reach End of Support on October 18, 2023. You should consider
moving your deployments to the more versatile and efficient Elastic Serverless
Forwarder.
Decode duration
editDecode duration
editThe decode_duration
processor decodes a Go-style duration string into a specific format
.
For more information about the Go time.Duration
string style, refer to the Go documentation.
Table 1. Decode-Duration options
Name | Required | Default | Description | |
---|---|---|---|---|
|
yes |
Which field of event needs to be decoded as |
||
|
yes |
|
Supported formats: |
processors: - decode_duration: field: "app.rpc.cost" format: "milliseconds"