Skip to content

Commit c0166d6

Browse files
authored
Add attachments limitation (#32)
1 parent 7a67926 commit c0166d6

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ This trigger will fetch the CSV file from a given URL. The address must be acces
2929
to the component. The fetched CSV file will be placed in the attachment part of the
3030
outgoing message.
3131

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-
3732
## Actions
3833

3934
### Read CSV attachment
@@ -83,3 +78,11 @@ is specific to a locale, the JSONata expression should handle that concern.
8378
The output of the CSV Write component will be a message with an attachment. In
8479
order to access this attachment, the component following the CSV Write must be
8580
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-)
88+

0 commit comments

Comments
 (0)