this post was submitted on 25 Aug 2023
15 points (89.5% liked)

Selfhosted

60451 readers
1105 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I'm in the process of re-configuring my home lab and would like to get some help figuring out log collection. My setup was a hodgepodge of systems/OSes using rsyslog to send syslogs to a syslog listener on my qnap but that's not going to work anymore (partly because the qnap is gone).

My end-goal is going to be as homogeneous as I can manage. Mostly Debian 12 systems (phy and vm) and Docker containers. Does anyone know of a FOSS solution that can ingest journald, syslog, and if it's even possible to send docker logs to a log collector?

Thanks

you are viewing a single comment's thread
view the rest of the comments
[–] wildbus8979@sh.itjust.works 3 points 2 years ago* (last edited 2 years ago) (1 children)

All these new fang projects, but really I just use remote rsyslogd. Works just fine, super robust, easy setup. You can literally be up an.running within minutes.

[–] SeeJayEmm@lemmy.procrastinati.org 1 points 2 years ago (1 children)

That's been my go-to in the past but since Debian 12 leaned into journald I was looking into ways to work with that.

[–] wildbus8979@sh.itjust.works 2 points 2 years ago

It's insane that journald doesn't include a remote option. A feature used in industry for over two decades. 🤦