From bbf87f7cd4fa06c97bd20fb0cb026d67f4b0b7e6 Mon Sep 17 00:00:00 2001 From: garry Date: Thu, 11 Nov 2021 18:21:38 +0200 Subject: [PATCH 1/2] Deprecate the component --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b8bb54c..c38dc7e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ [![CircleCI](https://circleci.com/gh/elasticio/csv-component.svg?style=svg)](https://circleci.com/gh/elasticio/csv-component) + +# DEPRECATED COMPONENT. USE https://github.com/elasticio/csv-component-v3 instead + # CSV Component ## Description @@ -193,4 +196,4 @@ able to handle file attachments. `EIO_REQUIRED_RAM_MB` environment variable with an appropriate value (e.g. value `1024` means that 1024 MB will be allocated) for the component in this case. 2. You may get `Error: write after end` error, as a current workaround try increase value of environment variable: `TIMEOUT_BETWEEN_EVENTS`. 3. Maximal possible size for an attachment is 10 MB. -4. Attachments mechanism does not work with [Local Agent Installation](https://docs.elastic.io/getting-started/local-agent.html) \ No newline at end of file +4. Attachments mechanism does not work with [Local Agent Installation](https://docs.elastic.io/getting-started/local-agent.html) From 7fe7ce539535d0baa47c8f04b0fcea25b1353e9a Mon Sep 17 00:00:00 2001 From: garry Date: Thu, 11 Nov 2021 18:22:13 +0200 Subject: [PATCH 2/2] Deprecate the component --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 24de787..df1e9be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "csv-component", "version": "2.2.0", + "deprecated": true, "description": "CSV Component for elastic.io platform", "main": "index.js", "scripts": {