Configure output from alert.log, listener.log by Kibana elasticsearch.
Hello,
I am configuring the output of alert.log and listener.log using kibana.
My databases are Oracle 11g and 12C and I have already configured the /etc/syslog.conf file.
destination loghost {udp ("10.2.2.194" port (1514))}
$ InputFileName /varios01/oracle/admin/diag/rdbms/infra/infra/trace/alert_infra.log rotate size 128k time 7d
$ InputFileTag infra
$ InputFileStateFile infra-file1
$ InputFileFacility local7
$ InputRunFileMonitor
$ InputFilePersistStateInterval 1000
local3.debug /varios01/test/alert_infra.log
* .debug @ 10.2.2.194
*. * @ 10.2.2.194: 1514
At the moment of launching a message it is already visualized in Kibana, but I do not know how to link the alert.log and-listener.log
logger "Hello World JUan"