Skip to content

Commit 572bbcc

Browse files
Update manage-data/ingest/transform-enrich/common-mistakes.md
Co-authored-by: Colleen McGinnis <[email protected]>
1 parent 1afb592 commit 572bbcc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

manage-data/ingest/transform-enrich/common-mistakes.md

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

9-
# Common mistakes
9+
# Create readable and maintainable ingest pipelines
1010

11-
Here we are not discussing any performance metrics and if one way or the other one is faster, has less heap usage etc. What we are looking for is ease of maintenance and readability. Anybody who knows a bit about ingest pipelines should be able to fix a lot of issues. This section should provide a clear guide to “oh I have written this myself, ah that is the easier way to write it”.
11+
There are many ways to achieve similar results when creating ingest pipelines, which can make maintenance and readability difficult. This guide outlines patterns you can follow to make the maintenance and readability of ingest pipelines easier without sacrificing functionality.
12+
13+
:::{note}
14+
This guide does not provide guidance on optimizing for ingest pipeline performance.
15+
:::
1216

1317
## if statements
1418

0 commit comments

Comments
 (0)