Hi
I'm using node10 (in AWS Lambda), the 7.9 nodejs client version and a 7.9.3 ES cluster (in Elasticsearch service from cloud.elastic.co).
Every time I'm calling Elasticsearch I get this in the error log:
(node:8) DeprecationWarning: You are using a version of Node.js that will reach EOL in April 2021. The support for this version will be dropped in 7.13. Please refer to https://ela.st/nodejs-support for additional information.
How can I remove this message? maybe disable the deprecation warning?
I also created an issue in github: Remove deprecation warnings · Issue #1387 · elastic/elasticsearch-js · GitHub
Thanks in advance!