Skip to content

Commit b6cc9c4

Browse files
authored
Update ingest-lag.md because of event.put to event.*P*ut (#3397)
This is a typo in the JavaScript, fixing it for better copy pasting. Thanks @morashwan for pointing it out
1 parent 4e0fcc0 commit b6cc9c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manage-data/ingest/transform-enrich/ingest-lag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ As discussed above `@timestamp` is set to the timestamp from within the collecte
8989
lang: javascript
9090
source: >
9191
function process(event) {
92-
event.put("event.created", Date.now());
92+
event.Put("event.created", Date.now());
9393
}
9494
```
9595

0 commit comments

Comments
 (0)