You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reference/fleet/timestamp-processor.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ Here is an example that parses the `start_time` field and writes the result to t
71
71
| `layouts` | Yes | | Timestamp layouts that define the expected time value format. In addition layouts, `UNIX` and `UNIX_MS` are accepted. |
72
72
| `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. |
73
73
| `ignore_missing` | No | `false` | Whether to ignore errors when the source field is missing. |
74
-
| `ignore_failure` | No | `false` | Whether to gnore all errors produced by the processor. |
74
+
| `ignore_failure` | No | `false` | Whether to ignore all errors produced by the processor. |
75
75
| `test` | No | | List of timestamps that must parse successfully when loading the processor. |
76
76
| `id` | No | | Identifier for this processor instance. Useful for debugging. |
0 commit comments