Graylog

From: Thomas Güttler <guettliml(at)thomas-guettler(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: Graylog
Date: 2016-08-24 08:43:34
Message-ID: ff17edd3-94f7-feb5-0049-90e4ac6c684b@thomas-guettler.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Am 23.08.2016 um 22:42 schrieb Terry Schmitt:
> Certainly Postgres is capable of handling this volume just fine. Throw in some partition rotation handling and you have
> a solution.
> If you want to play with something different, check out Graylog, which is backed by Elasticsearch. A bit more work to
> set up than a single Postgres table, but it has ben a success for us storing, syslog, app logs, and Postgres logs from
> several hundred network devices, Windows and Linux servers. Rotation is handled based on your requirements and drilling
> down to the details is trivial. Alerting is baked in as well. It could well be overkill for your needs, but I don't know
> what your environment looks like.

Thank you for this hint. I will look at it.

Regards,
Thomas Güttler

--
Thomas Guettler http://www.thomas-guettler.de/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andreas Joseph Krogh 2016-08-24 12:05:37 ON CONFLICT does not support deferrable unique constraints
Previous Message Thomas Güttler 2016-08-24 08:41:54 ElasticSearch Beats