log centralizer?
bsd at todoo.biz
bsd at todoo.biz
Mon Aug 7 10:00:01 UTC 2017
You should have a look at graylog
Very nice opensource project
https://github.com/Graylog2
#########################
gregory.bernard at todoo.biz
Tel : +33 6 15 38 84 38
#########################
> Le 7 août 2017 à 09:20, Dennis Glatting <dg at pki2.com> a écrit :
>
>> On Sun, 2017-08-06 at 22:39 -0700, Aleksandr Miroslav wrote:
>> I'm looking for a mechanism to collect and store all logs into a
>> centralized location. I'm not looking for a fancy graphical interface
>> (a la Splunk) to search those logs just yet, just collecting them on
>> a
>> centralized server is fine for the moment.
>>
>> Is there something available in ports/base that I can use for this
>> purpose? I took a quick look at ELK, it seems overly complicated, but
>> iIve never used it.
>
>
> The simple approach is to have a central MySQL database fed from
> rsyslog across the servers of interest. Costume devices, such as HVAC,
> could point to a rsyslog server which then feeds the database.
>
> Periodically run scripts against the database to generate summary
> information, build firewall rule sets, and for maintenance.
>
> For weird things, such as netflow off the switches and routers,
> forward the flows to a server, parse it, and then stuff it into the
> database.
>
> You can also create multi-master databases in case one goes offline or
> local optimization. I was looking at Cassandra for multi-master.
>
>
>
>> _______________________________________________
>> freebsd-questions at freebsd.org mailing list
>> https://lists.freebsd.org/mailman/listinfo/freebsd-questions
>> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freeb
>> sd.org"
> --
> Dennis Glatting
> Numbers Skeptic
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
More information about the freebsd-questions
mailing list