Skip to content

Commit 41968fe

Browse files
committed
add significant events
1 parent 925ef8b commit 41968fe

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

solutions/observability/streams/management/extract/date.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ applies_to:
66

77
# Date processor [streams-date-processor]
88

9-
The date processor parses date strings and uses them as the timestamp of the document.
9+
The date processor parses dates from fields, and then uses the date or timestamp as the timestamp for the document.
1010

11-
To parse a date string using the date processor:
11+
To extract a timestamp field using the date processor:
1212

1313
1. Set the **Source Field** to the field containing the timestamp.
1414
1. Set the **Format** field to one of the accepted date formats (ISO8602, UNIX, UNIX_MS, or TAI64N) or use a Java time pattern. Refer to the [example formats](#streams-date-examples) for more information.

solutions/observability/streams/management/schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
navigation_title: Manage field mapping
33
applies_to:
4-
serverless: preview
4+
serverless: ga
55
stack: preview 9.1, ga 9.2
66
---
77

solutions/observability/streams/management/significant-events.md

Whitespace-only changes.

solutions/toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,7 @@ toc:
469469
- file: observability/streams/management/retention.md
470470
- file: observability/streams/management/schema.md
471471
- file: observability/streams/management/data-quality.md
472+
- file: observability/streams/management/significant-events.md
472473
- file: observability/streams/management/advanced.md
473474
- file: observability/incident-management.md
474475
children:

0 commit comments

Comments
 (0)