Skip to content

Commit 22b42a1

Browse files
Update manage-data/ingest/transform-enrich/readable-maintainable-ingest-pipelines.md
Co-authored-by: Colleen McGinnis <[email protected]>
1 parent 7f5de7c commit 22b42a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manage-data/ingest/transform-enrich/readable-maintainable-ingest-pipelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ When creating ingest pipelines, there are are few options for accessing fields i
2424
| Dot notation | `ctx.event.action` | Supported in conditionals and painless scripts. |
2525
| Square bracket notation | `ctx['event']['action']` | Supported in conditionals and painless scripts. |
2626
| Mixed dot and bracket notation | `ctx.event['action']` | Supported in conditionals and painless scripts. |
27-
| Field API | `field('event.action', '')` or `$('event.action','')` | Supported in conditionals and painless scripts. Only available in versions 9.2+ |
27+
| Field API {applies_to}`stack: ga 9.2.0` | `field('event.action', '')` or `$('event.action','')` | Supported in conditionals and painless scripts. |
2828
| Field API | `field('event.action', '')` or `$('event.action','')` | Supported only in painless scripts. |
2929

3030
Below are some general guidelines for choosing the right option in a situation.

0 commit comments

Comments
 (0)