Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion reference/fleet/timestamp-processor.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Here is an example that parses the `start_time` field and writes the result to t
| `layouts` | Yes | | Timestamp layouts that define the expected time value format. In addition layouts, `UNIX` and `UNIX_MS` are accepted. |
| `timezone` | No | `UTC` | IANA time zone name (for example, `America/New_York`) or fixed time offset (for example, `+0200`) to use when parsing times that do not contain a time zone. Specify `Local` to use the machine’s local time zone. |
| `ignore_missing` | No | `false` | Whether to ignore errors when the source field is missing. |
| `ignore_failure` | No | `false` | Whether to gnore all errors produced by the processor. |
| `ignore_failure` | No | `false` | Whether to ignore all errors produced by the processor. |
| `test` | No | | List of timestamps that must parse successfully when loading the processor. |
| `id` | No | | Identifier for this processor instance. Useful for debugging. |