rsyslog-elasticsearch-kibana icon indicating copy to clipboard operation
rsyslog-elasticsearch-kibana copied to clipboard

Docker image for centralized logging based on CentOS 7 with rsyslog, elasticsearch and kibana.

Results 5 rsyslog-elasticsearch-kibana issues
Sort by recently updated
recently updated
newest added

Hey @pschiffe I love your approach: ``` template(name="elasticsearch-json" type="list") { constant(value="{") property(name="timestamp" dateFormat="rfc3339" format="jsonf") constant(value=",") property(name="$!all-json" position.from="2") } # add interesting properties from rsyslog to $!all-json set $!host = $hostname;...

how to set password to this log server?

I digged on the example of User logins per Host and it seems like the used parameters are not shown in Kibana, thus I can find an explicit cast of...

Hi there.. I'm trying to search for user logins using the searches / dashboards set up for showing user logins, but I notice that the action field is not making...

Some users asked for SUDO logs to be also directed to the Centralized Logging. This might go in the same Dashboard as Client Logins.