<?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 Re: Drop records after metric and Davis event creation in pipeline in Log Analytics</title>
    <link>https://community.dynatrace.com/t5/Log-Analytics/Drop-records-after-metric-and-Davis-event-creation-in-pipeline/m-p/304256#M1615</link>
    <description>&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;Hey, I’m not 100% sure, but I don’t think it’s fully possible.&lt;BR /&gt;You could create a custom bucket with 1-day storage — it would still have a cost, but I think that would be the closest option to your solution.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Thu, 10 Sep 2026 07:08:28 GMT</pubDate>
    <dc:creator>dylan_taelemans</dc:creator>
    <dc:date>2026-09-10T07:08:28Z</dc:date>
    <item>
      <title>Drop records after metric and Davis event creation in pipeline</title>
      <link>https://community.dynatrace.com/t5/Log-Analytics/Drop-records-after-metric-and-Davis-event-creation-in-pipeline/m-p/304238#M1614</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am evaluating a log-processing approach in Dynatrace OpenPipeline to reduce log storage and licensing costs while preserving operational visibility.&lt;/P&gt;
&lt;P&gt;The idea is to first analyze incoming logs and generate the required observability signals, such as Metric Events and Davis Events, from the relevant records. Once these events have been successfully created, the original log records would be dropped from the pipeline instead of being retained.&lt;/P&gt;
&lt;P&gt;This approach would allow us to continue monitoring critical conditions and triggering alerts through Metric Events and Davis Events, while reducing the volume of logs stored and consumed for licensing purposes.&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Proposed Flow:&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;Incoming Logs&lt;BR /&gt;↓&lt;BR /&gt;Filter Relevant Records&lt;BR /&gt;↓&lt;BR /&gt;Generate Metric Events&lt;BR /&gt;↓&lt;BR /&gt;Generate Davis Events&lt;BR /&gt;↓&lt;BR /&gt;Validate Event Creation&lt;BR /&gt;↓&lt;BR /&gt;Drop Original Log Records&lt;BR /&gt;↓&lt;BR /&gt;Reduce Log Retention &amp;amp; License Consumption&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Suraj Gupta&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2026 06:17:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Log-Analytics/Drop-records-after-metric-and-Davis-event-creation-in-pipeline/m-p/304238#M1614</guid>
      <dc:creator>suraj_gupta3</dc:creator>
      <dc:date>2026-09-10T06:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Drop records after metric and Davis event creation in pipeline</title>
      <link>https://community.dynatrace.com/t5/Log-Analytics/Drop-records-after-metric-and-Davis-event-creation-in-pipeline/m-p/304256#M1615</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;Hey, I’m not 100% sure, but I don’t think it’s fully possible.&lt;BR /&gt;You could create a custom bucket with 1-day storage — it would still have a cost, but I think that would be the closest option to your solution.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Thu, 10 Sep 2026 07:08:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Log-Analytics/Drop-records-after-metric-and-Davis-event-creation-in-pipeline/m-p/304256#M1615</guid>
      <dc:creator>dylan_taelemans</dc:creator>
      <dc:date>2026-09-10T07:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Drop records after metric and Davis event creation in pipeline</title>
      <link>https://community.dynatrace.com/t5/Log-Analytics/Drop-records-after-metric-and-Davis-event-creation-in-pipeline/m-p/304267#M1616</link>
      <description>&lt;P dir="ltr"&gt;Mostly possible. A few things on this before you build it:&lt;/P&gt;
&lt;P dir="ltr"&gt;&lt;STRONG&gt;The "Validate Event Creation → Drop" gate won't work.&lt;/STRONG&gt; OpenPipeline processes each record through its pipeline in one pass — extraction (metrics, Davis events) and the drop/storage decision are separate processors acting on the same record, not a sequential flow where one waits for confirmation from the other. There's no mechanism to hold a log back pending confirmation that its event was created downstream. If you want confidence the extraction is correct, validate it upfront (test the extraction rule against sample data / dry-run in a non-prod pipeline), not at runtime per-record.&lt;/P&gt;
&lt;P dir="ltr"&gt;&lt;STRONG&gt;Dropping logs loses your ability to investigate.&lt;/STRONG&gt; Metric/Davis Events tell you something happened, not why. Once the record's dropped, there's no drill-down, no root-cause query, nothing to check if someone asks what actually happened. Fine for pure threshold alerting, risky if you ever troubleshoot from these events.&lt;/P&gt;
&lt;P dir="ltr"&gt;&lt;STRONG&gt;Cheaper alternative:&lt;/STRONG&gt; route non-critical logs to a lower-retention bucket instead of dropping them outright — you get the cost reduction without losing the raw data.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2026 08:40:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Log-Analytics/Drop-records-after-metric-and-Davis-event-creation-in-pipeline/m-p/304267#M1616</guid>
      <dc:creator>thomas_billi</dc:creator>
      <dc:date>2026-09-10T08:40:02Z</dc:date>
    </item>
  </channel>
</rss>

