Is there a way to write a plugin (python) to allow Dynatrace to monitor logs (ambari-alerts.log) from Ambari?
Something like this: https://github.com/apache/ambari/tree/trunk/contrib/alert-snmp-mib
Also take a look at this sample code: https://github.com/Dynatrace/dynatrace-api/blob/master/snmp/IBMDataPower/IBMDataPower.py This is to use the device id and the parameter names to poll SNMP and get the metrics.
I need some help and starters on getting the logs from Ambari and allowing it be monitored by Dynatrace. The plugin should generate an access code. Any help would be appreciated.