From a59e09cba7d720e82c41c4fdc5d4eaaa6e0ebe76 Mon Sep 17 00:00:00 2001 From: Richlv Date: Fri, 31 Oct 2025 02:09:48 +0200 Subject: [PATCH] Typo fix --- reference/fleet/timestamp-processor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/fleet/timestamp-processor.md b/reference/fleet/timestamp-processor.md index 5accfc2d5b..02330d2590 100644 --- a/reference/fleet/timestamp-processor.md +++ b/reference/fleet/timestamp-processor.md @@ -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. |