pino-elasticsearch
pino-elasticsearch copied to clipboard
[feature request] Add proxy param
Add proxy options on function pinoElasticSearch and pass it in new Client
const client = new Client({
node: opts.node,
auth: opts.auth,
cloud: opts.cloud,
ssl: { rejectUnauthorized: opts.rejectUnauthorized },
proxy: opts.proxy
})
Would you like to send a Pull Request to address this issue? Remember to add unit tests.