23 Sep 2024
10:22 AM
- last edited on
24 Sep 2024
07:39 AM
by
MaciejNeumann
Hello,
I'm looking for a solution to post new events from infrastructural components (Element Managers) that can use the Events API to post new (error) events. I'm trying to post new events but they seem to only accept them if the hostname already exists in the Dynatrace environment. How should I post these events so they will be visible in
DT so I can use the notifier to send them to a service management solution like ServiceNow.
Solved! Go to Solution.
23 Sep 2024 07:56 PM
A normal lifecycle is problem problem-opening event resulting in a Dynatrace problem. Problems can be then sent using alerting profiles and integrations to 3rd party tools such as Service Now.
Dynatrace works on the SmartScape entity model. This model can be enriched using custom topology and then you can send such problem opening events to those entities. So basically you need to create those custom entities first to be able to send events to them and raise problems.
There are also other possible solutions such as sending just log events and having problems created from logs only.
What element manager is the source of your events? Does it know at least a list of the devices it is managing?
26 Sep 2024 03:14 PM
Hello @xstreur
As simple as that:
Then Execute > upon successful execution > you should receive one of the below Response codes.
To create custom device through UI
Under Infrastructure Observability > Technologies and processes > Custom Devices
After that proceed with Events ingestion through Environment Api v2, just an example, you can customize as per actual requirements:
Finally
You have options to either:
So, all events will be correlated to the impacted entities, you will be notified in case of any impact or issues.
Or
You can configure CMDB integration between Dynatrace and Service Now it will figure out a comprehensive monitoring and integration Landscape.
Kind Regards,
Peter.
Featured Posts