<?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: Create Custom Metric from missing log entries in Log Analytics</title>
    <link>https://community.dynatrace.com/t5/Log-Analytics/Create-Custom-Metric-from-missing-log-entries/m-p/272011#M1248</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply. The anomaly detection/missing-data is in place. However additonally the requirement is to display the unavailbity within a chart oder dashboard.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;</description>
    <pubDate>Mon, 10 Mar 2025 14:14:01 GMT</pubDate>
    <dc:creator>detk72</dc:creator>
    <dc:date>2025-03-10T14:14:01Z</dc:date>
    <item>
      <title>Create Custom Metric from missing log entries</title>
      <link>https://community.dynatrace.com/t5/Log-Analytics/Create-Custom-Metric-from-missing-log-entries/m-p/270593#M1226</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I created a metric "cluster-availability" using Log Monitoring - Metric extraction (mointoring availability of a JDBC database by checking the log entries which are ingested by custom extension/&lt;A href="https://docs.dynatrace.com/docs/ingest-from/extensions20/data-sources/sql" target="_self"&gt;SQL data source&lt;/A&gt;). In this way I get the value of availability which I can use in chart.&lt;/P&gt;&lt;P&gt;I want to create a metric that shows the &lt;STRONG&gt;unavailability&amp;nbsp;&lt;/STRONG&gt;which would concern&amp;nbsp;the missing datapoints of&amp;nbsp;metric "cluster-availability"&lt;/P&gt;&lt;P&gt;How can I do this?&lt;/P&gt;&lt;P&gt;Thank you very much for your help.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2025 17:20:36 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Log-Analytics/Create-Custom-Metric-from-missing-log-entries/m-p/270593#M1226</guid>
      <dc:creator>detk72</dc:creator>
      <dc:date>2025-02-20T17:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Create Custom Metric from missing log entries</title>
      <link>https://community.dynatrace.com/t5/Log-Analytics/Create-Custom-Metric-from-missing-log-entries/m-p/271919#M1245</link>
      <description>&lt;P&gt;What does your metric data look like during times of unavailability? Are you getting 'null' values or something else?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Mar 2025 23:42:30 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Log-Analytics/Create-Custom-Metric-from-missing-log-entries/m-p/271919#M1245</guid>
      <dc:creator>marco_irmer</dc:creator>
      <dc:date>2025-03-07T23:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Create Custom Metric from missing log entries</title>
      <link>https://community.dynatrace.com/t5/Log-Analytics/Create-Custom-Metric-from-missing-log-entries/m-p/271957#M1246</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;Thanks for your reply. During times of &lt;SPAN&gt;unavailability it's lacking datapoints, since in this case datapoints are only created when the cluster is available. I could use the&lt;STRONG&gt;&amp;nbsp;default(0,always)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;&lt;BR /&gt;db_cluster.avail:filter(eq("dt.entity.custom:my_db_cluster",CUSTOM_DEVICE-XXXX)):splitBy("dt.entity.custom:my_db_cluster"):&lt;STRONG&gt;default(0,always)&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;So I could set "0" for the missing datapoint.&lt;BR /&gt;&lt;BR /&gt;Thanks for your support.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 08:41:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Log-Analytics/Create-Custom-Metric-from-missing-log-entries/m-p/271957#M1246</guid>
      <dc:creator>detk72</dc:creator>
      <dc:date>2025-03-10T08:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: Create Custom Metric from missing log entries</title>
      <link>https://community.dynatrace.com/t5/Log-Analytics/Create-Custom-Metric-from-missing-log-entries/m-p/271994#M1247</link>
      <description>&lt;P&gt;You can use&amp;nbsp;&lt;SPAN&gt;Missing data alert parameter.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/anomaly-detection-configuration#missing-data" target="_blank"&gt;https://docs.dynatrace.com/docs/shortlink/anomaly-detection-configuration#missing-data&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 11:50:10 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Log-Analytics/Create-Custom-Metric-from-missing-log-entries/m-p/271994#M1247</guid>
      <dc:creator>PacoPorro</dc:creator>
      <dc:date>2025-03-10T11:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Create Custom Metric from missing log entries</title>
      <link>https://community.dynatrace.com/t5/Log-Analytics/Create-Custom-Metric-from-missing-log-entries/m-p/272011#M1248</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply. The anomaly detection/missing-data is in place. However additonally the requirement is to display the unavailbity within a chart oder dashboard.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 14:14:01 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Log-Analytics/Create-Custom-Metric-from-missing-log-entries/m-p/272011#M1248</guid>
      <dc:creator>detk72</dc:creator>
      <dc:date>2025-03-10T14:14:01Z</dc:date>
    </item>
  </channel>
</rss>

