Hi
We are using ELK 6.8.4 and APM 6.8.1.
We are able to monitor API based applications using APM but we have a requirement of monitoring Non-API applications (batch jobs) using APM. We couldnt find any way to do it.
Can you please guide us on monitoring Non-API applications.
Thanks for the reply.
Even if i add annotations or write code to begin and end transcation, I still have to send logs to APM server. I have simple "hello_world" program which in python script. Can you suggest me how can i send the logs of this script (without Flask server) to APM because I do not have any option on send logs to APM Server.
APM does not collect logs of an application, it only collects performance data (to my knowledge).
For logging you would use a standard logging into a file and read this file with filebeat or do direct insertation of the logs into elasticsearch with the api and the provided client in your programming language.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.