07 Feb 2025 01:46 AM - edited 07 Feb 2025 03:06 AM
We currently using a custom coded baseline "product" that is monitoring our customers cloud environments, it dynamically adds backups, handles the monitoring alerts and log reporting that sends this to Pagerduty via AWS SNS and Pagerduty Events API.
We are looking at migrating these alerts and logs ingestion off Pagerduty to ingesting via Dynatrace API so I am wondering is this also possible to ingest alerts and logs via Dynatrace API similar to what we are doing with Pagerduty obviously this is a custom solution without oneagent or Activegate to ingest CW alerts / metrics.
Solved! Go to Solution.
07 Feb 2025 04:29 AM
Hi @NickMcEwen ,
yes, this is possible. Please see below links to utilize API's for ingestion .
Logs
https://docs.dynatrace.com/docs/shortlink/api-log-monitoring-v2-post-ingest
Metrics
https://docs.dynatrace.com/docs/shortlink/api-metrics-v2-post-datapoints
Event
https://docs.dynatrace.com/docs/shortlink/api-events-v2-post-event
10 Feb 2025 01:08 AM
Thank you @RohitBisht