Ask HN: How do you manage logs for your backend services?
31–40 of 142 posts
Re: Ask HN: How do you manage logs for your backend services?
#32If it's big, Graylog is great.
If it's too big, /dev/null, best logs gathering since 1971.
Re: Ask HN: How do you manage logs for your backend services?
#33Re: Ask HN: How do you manage logs for your backend services?
#34Re: Ask HN: How do you manage logs for your backend services?
#35Nobody mentioning Splunk? Too obvious or am I not understanding the ask?
Re: Ask HN: How do you manage logs for your backend services?
#36fluentd is great. You can setup forwarding nodes, that relay logs to one or mutiple masters that then persists into whatever layer(s) you want. Tolerance and failover baked in. Tons of connectors and best of all docker logs driver is built ships with docker so almost zero setup to get your container logs to fluentd. Also works nicely with kubernetes too!
I haven't used it in maybe 3 years or so, so some of this could be misremembered a bit, but I didn't have a great experience with fluentd. Trying to do much customization was kind of painful, the config file structure is kind of confusing and the docs were sparse and differ depending on the plugin you're using, and there's no validation of the config so if you have any of the arguments slightly wrong it'll fail silen…
Re: Ask HN: How do you manage logs for your backend services?
#37I used Papertrail at my last job, search function works well, and it was easy to use.
I do constantly wonder if there's a logging/searching solution small and lightweight enough to fit on the cheapest DO droplet. $7/gb/mo on Papertrail vs $5/mo with a 25GB SSD? That'd be a no-brainer, but ELK and Graylog won't run with that low of hardware.
Re: Ask HN: How do you manage logs for your backend services?
#38Nobody mentioning Splunk? Too obvious or am I not understanding the ask?
I’ve heard from different people that is trapware. You getting it, investing time and building process around it. And when you starting to get valuable amount of data your bill grow to the deep space. The same time they said that it is good, but very expensive.