Hello everyone!
Good morning, I'm new to Elasticsearch and still learning the basics.
I have a question — I’ve been reading that maybe the best way to send logs to Elasticsearch is by using the native Elasticsearch client methods, rather than relying on external libraries like Winston or winston-elasticsearch.
Based on your experience, would you recommend using Winston for this purpose, or is it better to interact directly with Elasticsearch through its native client methods?
Thanks in advance for your help and advice!