Sorry, I did mean pidof
. A tool to query the PID of a process.
Alternatively ps aux filebeat | grep filebeat
.
Having the pid we can read the proc directory of filebeat.
Is 13614
the pid of your filebeat instance? If so, how do you start filebeat?