Skip to content

Commit 3102d1d

Browse files
Fix typo in timestamp-processor.md (#3771)
Fix a typo in `timestamp-processor.md`.
1 parent 4cb4ff4 commit 3102d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/fleet/timestamp-processor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Here is an example that parses the `start_time` field and writes the result to t
7171
| `layouts` | Yes | | Timestamp layouts that define the expected time value format. In addition layouts, `UNIX` and `UNIX_MS` are accepted. |
7272
| `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. |
7373
| `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. |
7575
| `test` | No | | List of timestamps that must parse successfully when loading the processor. |
7676
| `id` | No | | Identifier for this processor instance. Useful for debugging. |
7777

0 commit comments

Comments
 (0)