Hi,
I am using the following configuration,
OS - CentOS Linux release 7.4.1708 (Core)
ES - 6.2
LogStash - 6.2
Kibana - 6.2
FileBeat - 6.2
I was using the filebeat for pushing the logs from the server to the kibana. The enabled modules in filebeat are
system
apache2
auditd
The logs are being shown in the kibana except some logs such as 'ssh logins', 'new user and groups' and 'sudo commands'.
The system module configuration is as follows,
- module: system
# Syslog
syslog:
enabled: true
# Set custom paths for the log files. If left empty,
# Filebeat will choose the paths depending on your OS.
var.paths: ["/var/log/messages"]
# Convert the timestamp to UTC. Requires Elasticsearch >= 6.1.
var.convert_timezone: true
# Authorization logs
auth:
enabled: true
# Set custom paths for the log files. If left empty,
# Filebeat will choose the paths depending on your OS.
var.paths: ["/var/log/secure"]
# Convert the timestamp to UTC. Requires Elasticsearch >= 6.1.
var.convert_timezone: true
I am not able to view the respective logins and other details as the /var/log/secure is having the data.
Request to advise and thanks in advance.
Regards
Vishnu