<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Event API is not writing an event in Dynatrace API</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-API/Event-API-is-not-writing-an-event/m-p/294729#M3925</link>
    <description>&lt;P&gt;Hi Team,&lt;BR /&gt;I have created a Site Reliability Guardian (SRG) and also set up an event‑based trigger for a workflow.&lt;BR /&gt;I am sending a CUSTOM_INFO event using the Dynatrace Events Ingest API. The API call responds with Status OK.&lt;BR /&gt;However, when I try to fetch the same event in Notebooks using DQL, it Zero results.&lt;BR /&gt;Could you please help me understand why the event is not appearing in DQL even though the API returns OK?&lt;BR /&gt;Additionally, I would appreciate suggestions for the best way to trigger an SRG without using a CI/CD pipeline.&lt;BR /&gt;Is there a recommended practice (API, workflow, synthetic, automation rule, etc.)?&lt;BR /&gt;Thanks in advance for your help!&lt;/P&gt;
&lt;P&gt;Below are details for reference.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;curl -X POST "https://&amp;lt;DYNATRACE_URL_PROD&amp;gt;.dynatrace.com/api/v2/events/ingest" \&lt;BR /&gt;&amp;gt; -H "accept: application/json; charset=utf-8" \&lt;BR /&gt;&amp;gt; -H "Authorization: Api-Token &amp;lt;&amp;lt;API_TOKEN&amp;gt;" \&lt;BR /&gt;&amp;gt; -H "Content-Type: application/json; charset=utf-8" \&lt;BR /&gt;&amp;gt; -d '{&lt;BR /&gt;&amp;gt; "eventType": "CUSTOM_INFO",&lt;BR /&gt;&amp;gt; "title": "validation.triggered",&lt;BR /&gt;&amp;gt; "entitySelector": "type(\"SERVICE\"), entityName.equals(\"member-service-*-*-*-*\")",&lt;BR /&gt;&amp;gt; "properties": {&lt;BR /&gt;&amp;gt; "event.type": "validation.triggered",&lt;BR /&gt;&amp;gt; "event.kind": "SDLC_EVENT",&lt;BR /&gt;&amp;gt; "Squad": "IAM",&lt;BR /&gt;&amp;gt; "stage": "prod",&lt;BR /&gt;&amp;gt; "version": "1.2.1",&lt;BR /&gt;&amp;gt; "timeframe.from": "2026-02-10T10:00:00Z",&lt;BR /&gt;&amp;gt; "timeframe.to": "2026-02-12T12:00:00Z"&lt;BR /&gt;&amp;gt; }&lt;BR /&gt;&amp;gt; }'&lt;BR /&gt;% Total % Received % Xferd Average Speed Time Time Time Current&lt;BR /&gt;Dload Upload Total Spent Left Speed&lt;BR /&gt;100 568 100 91 100 477 220 1154 --:--:-- --:--:-- --:--:-- 1378{"reportCount":1,"eventIngestResults":[{"correlationId":"5838a970541a7912","status":"OK"}]}&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ganeshmete77_0-1770992701335.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/32010i4E24EB2EDE9C162A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ganeshmete77_0-1770992701335.png" alt="Ganeshmete77_0-1770992701335.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ganeshmete77_1-1770993065969.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/32011i1B30FFB81B087AB7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ganeshmete77_1-1770993065969.png" alt="Ganeshmete77_1-1770993065969.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 16 Feb 2026 08:17:59 GMT</pubDate>
    <dc:creator>Ganeshmete77</dc:creator>
    <dc:date>2026-02-16T08:17:59Z</dc:date>
    <item>
      <title>Event API is not writing an event</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Event-API-is-not-writing-an-event/m-p/294729#M3925</link>
      <description>&lt;P&gt;Hi Team,&lt;BR /&gt;I have created a Site Reliability Guardian (SRG) and also set up an event‑based trigger for a workflow.&lt;BR /&gt;I am sending a CUSTOM_INFO event using the Dynatrace Events Ingest API. The API call responds with Status OK.&lt;BR /&gt;However, when I try to fetch the same event in Notebooks using DQL, it Zero results.&lt;BR /&gt;Could you please help me understand why the event is not appearing in DQL even though the API returns OK?&lt;BR /&gt;Additionally, I would appreciate suggestions for the best way to trigger an SRG without using a CI/CD pipeline.&lt;BR /&gt;Is there a recommended practice (API, workflow, synthetic, automation rule, etc.)?&lt;BR /&gt;Thanks in advance for your help!&lt;/P&gt;
&lt;P&gt;Below are details for reference.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;curl -X POST "https://&amp;lt;DYNATRACE_URL_PROD&amp;gt;.dynatrace.com/api/v2/events/ingest" \&lt;BR /&gt;&amp;gt; -H "accept: application/json; charset=utf-8" \&lt;BR /&gt;&amp;gt; -H "Authorization: Api-Token &amp;lt;&amp;lt;API_TOKEN&amp;gt;" \&lt;BR /&gt;&amp;gt; -H "Content-Type: application/json; charset=utf-8" \&lt;BR /&gt;&amp;gt; -d '{&lt;BR /&gt;&amp;gt; "eventType": "CUSTOM_INFO",&lt;BR /&gt;&amp;gt; "title": "validation.triggered",&lt;BR /&gt;&amp;gt; "entitySelector": "type(\"SERVICE\"), entityName.equals(\"member-service-*-*-*-*\")",&lt;BR /&gt;&amp;gt; "properties": {&lt;BR /&gt;&amp;gt; "event.type": "validation.triggered",&lt;BR /&gt;&amp;gt; "event.kind": "SDLC_EVENT",&lt;BR /&gt;&amp;gt; "Squad": "IAM",&lt;BR /&gt;&amp;gt; "stage": "prod",&lt;BR /&gt;&amp;gt; "version": "1.2.1",&lt;BR /&gt;&amp;gt; "timeframe.from": "2026-02-10T10:00:00Z",&lt;BR /&gt;&amp;gt; "timeframe.to": "2026-02-12T12:00:00Z"&lt;BR /&gt;&amp;gt; }&lt;BR /&gt;&amp;gt; }'&lt;BR /&gt;% Total % Received % Xferd Average Speed Time Time Time Current&lt;BR /&gt;Dload Upload Total Spent Left Speed&lt;BR /&gt;100 568 100 91 100 477 220 1154 --:--:-- --:--:-- --:--:-- 1378{"reportCount":1,"eventIngestResults":[{"correlationId":"5838a970541a7912","status":"OK"}]}&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ganeshmete77_0-1770992701335.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/32010i4E24EB2EDE9C162A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ganeshmete77_0-1770992701335.png" alt="Ganeshmete77_0-1770992701335.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ganeshmete77_1-1770993065969.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/32011i1B30FFB81B087AB7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ganeshmete77_1-1770993065969.png" alt="Ganeshmete77_1-1770993065969.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Feb 2026 08:17:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Event-API-is-not-writing-an-event/m-p/294729#M3925</guid>
      <dc:creator>Ganeshmete77</dc:creator>
      <dc:date>2026-02-16T08:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Event API is not writing an event</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Event-API-is-not-writing-an-event/m-p/294819#M3927</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/80233"&gt;@Ganeshmete77&lt;/a&gt;&amp;nbsp;, good day.&lt;/P&gt;&lt;P&gt;The correlation ID you got from POST result is not the same value as dt.event.correlation_id. Also, the event.kind property is a default Dynatrace field, and you will not be able to adds custom values to it, same goes to the field event.type.&lt;/P&gt;&lt;P&gt;Try to filter by the event name (title).&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fetch events
| filter event.name == "validation.triggered"&lt;/LI-CODE&gt;&lt;P&gt;try and let us know.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Feb 2026 18:53:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Event-API-is-not-writing-an-event/m-p/294819#M3927</guid>
      <dc:creator>dannemca</dc:creator>
      <dc:date>2026-02-16T18:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: Event API is not writing an event</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Event-API-is-not-writing-an-event/m-p/294875#M3928</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/18264"&gt;@dannemca&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;I can see the event with above mentioned filter.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2026 16:33:45 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Event-API-is-not-writing-an-event/m-p/294875#M3928</guid>
      <dc:creator>Ganeshmete77</dc:creator>
      <dc:date>2026-02-17T16:33:45Z</dc:date>
    </item>
  </channel>
</rss>

