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) 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": {