-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can I help? 🍾 #45
Comments
@ddolcimascolo Thanks, and hi! I appreciate the offer of help. For the logging libs: I'm working towards a 1.0 release very soon (within a week I think). Published docs should be up at https://www.elastic.co/guide/en/ecs-logging/nodejs/current/intro.html later today. Then I hope to get to the few open PRs and issues and then tag this all 1.0. I'd appreciate feedback on the docs and usage of the recentish changes I've made. What logging framework(s) are you using at stordata? |
Winston 3. I'll read the new docs and report here, anyway thanks for improving the Elastic NodeJS ecosystem! |
Docs LGTM, I'll give the code a try ASAP and report here |
Hi @trentm I just gave 1.0.0 a try and I managed to get a working Kibana logs UI showing my Winston logs in minutes. Congrats for shipping these nice helpers! I've been a bit disappointed to find out that error.stack_trace is not yet supported in Kibana, but that'll be implemented soon 🤞 see elastic/kibana#46211 Also when sending I've put together a Winston config for a Nodejs server running as a multi instance PM2 cluster, using the ECS field Cheers, |
I think it would be great to have a more real/concrete example in there. Depending on the size I'm not sure if we'd want it on the https://www.elastic.co/guide/en/ecs-logging/nodejs/master/winston.html page or a separate page linked from there. A PR would be a good start. I've not used pm2. I'd be interested to learn about it. I'm also curious your experiences with the APM agent and pm2, assuming you use the APM agent and there is any adverse interaction there with pm2.
Does that cause some issue with using the Logs app? |
Please re-open if you feel there is more to discuss here. I'm doing some issue spring cleaning. :) |
BTW, I've created a PR to add I'm not a Kibana expert though. |
Hi @trentm and other contributors !
I noticed some momentum around Node repositories in the @elastic organization, mostly this one and https://github.com/elastic/apm-agent-nodejs and I just wanted to propose my help. I've contributed already (elastic/apm-agent-nodejs#1909, elastic/apm-nodejs-http-client#117) and I do have a strong understanding of Elasticsearch concepts through more than 5 years using it in production, mostly with Node backends.
@stordata we're in the process of improving the observability of our apps (better logs, more detailed APM transactions, wider distributed tracing, etc.) and we'll be using use https://github.com/elastic/ecs-logging-js soon.
So, should you need any help making it towards a 1.0 release, just ask !
Regards,
David
The text was updated successfully, but these errors were encountered: