This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
Decode duration
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Decode 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 2. 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"