You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,6 @@ This trigger will fetch the CSV file from a given URL. The address must be acces
29
29
to the component. The fetched CSV file will be placed in the attachment part of the
30
30
outgoing message.
31
31
32
-
#### Limitations
33
-
34
-
You may get `Component run out of memory and terminated.` error during run-time, that means that component needs more memory, please add
35
-
`EIO_REQUIRED_RAM_MB` Environment variables for csv-component in this case.
36
-
37
32
## Actions
38
33
39
34
### Read CSV attachment
@@ -83,3 +78,11 @@ is specific to a locale, the JSONata expression should handle that concern.
83
78
The output of the CSV Write component will be a message with an attachment. In
84
79
order to access this attachment, the component following the CSV Write must be
85
80
able to handle file attachments.
81
+
82
+
### Limitations
83
+
84
+
1. You may get `Component run out of memory and terminated.` error during run-time, that means that component needs more memory, please add
85
+
`EIO_REQUIRED_RAM_MB` environment variable with an appropriate value (e.g. value `512` means that 512 MB will be allocated) for the component in this case.
86
+
2. Maximal possible size for an attachment is 10 MB.
87
+
3. Attachments mechanism does not work with [Local Agent Installation](https://support.elastic.io/support/solutions/articles/14000076461-announcing-the-local-agent-)
0 commit comments