<?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: Log Ingest in Log Analytics</title>
    <link>https://community.dynatrace.com/t5/Log-Analytics/Log-Ingest/m-p/248790#M361</link>
    <description>&lt;P&gt;Seems like there isn't a filter for winlog.provider, but a workaround could be to use another property that you've identified that only comes with logs that come from that provider.&lt;BR /&gt;&lt;BR /&gt;My first thought would be to use the log content with wildcards for matching:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Eric_Yu_0-1718898015131.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/20674iB263AC4108FDE1CE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Eric_Yu_0-1718898015131.png" alt="Eric_Yu_0-1718898015131.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, you can try other attribute that makes more sense to you. Hope it helps.&lt;/P&gt;</description>
    <pubDate>Thu, 20 Jun 2024 15:41:11 GMT</pubDate>
    <dc:creator>Eric_Yu</dc:creator>
    <dc:date>2024-06-20T15:41:11Z</dc:date>
    <item>
      <title>Log Ingest</title>
      <link>https://community.dynatrace.com/t5/Log-Analytics/Log-Ingest/m-p/248738#M356</link>
      <description>&lt;P&gt;Good morning,&lt;BR /&gt;I have activated the option to ingest the logs from the wiondows event viewer, but I would like to ingest only the logs that come from a specific "winlog.provider".&lt;BR /&gt;Is it possible to do this and not ingest the rest? or should I always filter from logs and events to be able to see it?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 08:56:25 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Log-Analytics/Log-Ingest/m-p/248738#M356</guid>
      <dc:creator>Pabloabad</dc:creator>
      <dc:date>2024-10-18T08:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Log Ingest</title>
      <link>https://community.dynatrace.com/t5/Log-Analytics/Log-Ingest/m-p/248740#M357</link>
      <description>&lt;P&gt;you need to create processing rule to drop the unwanted logs&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.dynatrace.com/managed/observe-and-explore/log-monitoring/log-processing/log-processing-examples#lpexample12" target="_blank"&gt;https://docs.dynatrace.com/managed/observe-and-explore/log-monitoring/log-processing/log-processing-examples#lpexample12&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.dynatrace.com/managed/shortlink/log-monitoring-log-processing-examples" target="_blank"&gt;https://docs.dynatrace.com/managed/shortlink/log-monitoring-log-processing-examples&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 10:13:27 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Log-Analytics/Log-Ingest/m-p/248740#M357</guid>
      <dc:creator>Esam_Eid</dc:creator>
      <dc:date>2024-06-20T10:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: Log Ingest</title>
      <link>https://community.dynatrace.com/t5/Log-Analytics/Log-Ingest/m-p/248744#M358</link>
      <description>&lt;P&gt;Thanks for the answer.&lt;/P&gt;&lt;P&gt;But actually is harder for us to filter out all the logs that we don't want than filter in the ones that we want.&lt;/P&gt;&lt;P&gt;Is it posible to make a rule to filter only the logs we want?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 11:08:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Log-Analytics/Log-Ingest/m-p/248744#M358</guid>
      <dc:creator>Pabloabad</dc:creator>
      <dc:date>2024-06-20T11:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Log Ingest</title>
      <link>https://community.dynatrace.com/t5/Log-Analytics/Log-Ingest/m-p/248748#M359</link>
      <description>&lt;P&gt;Create a processing rule like&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;matcher &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;log.source="Windows Application Log" AND winlog.provider&lt;STRONG&gt;!=&lt;/STRONG&gt;".Net Runtime" AND dt.entity.process_group_instance="XXXXXXX"&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;process definition&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;FILTER_OUT(true)&lt;/P&gt;&lt;P&gt;move it to the last rule&lt;/P&gt;&lt;P&gt;Hopefully it will work for you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 12:19:04 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Log-Analytics/Log-Ingest/m-p/248748#M359</guid>
      <dc:creator>Esam_Eid</dc:creator>
      <dc:date>2024-06-20T12:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Log Ingest</title>
      <link>https://community.dynatrace.com/t5/Log-Analytics/Log-Ingest/m-p/248783#M360</link>
      <description>&lt;P&gt;Still get this response in DQL Query&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 15:09:41 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Log-Analytics/Log-Ingest/m-p/248783#M360</guid>
      <dc:creator>Pabloabad</dc:creator>
      <dc:date>2024-06-20T15:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Log Ingest</title>
      <link>https://community.dynatrace.com/t5/Log-Analytics/Log-Ingest/m-p/248790#M361</link>
      <description>&lt;P&gt;Seems like there isn't a filter for winlog.provider, but a workaround could be to use another property that you've identified that only comes with logs that come from that provider.&lt;BR /&gt;&lt;BR /&gt;My first thought would be to use the log content with wildcards for matching:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Eric_Yu_0-1718898015131.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/20674iB263AC4108FDE1CE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Eric_Yu_0-1718898015131.png" alt="Eric_Yu_0-1718898015131.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, you can try other attribute that makes more sense to you. Hope it helps.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 15:41:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Log-Analytics/Log-Ingest/m-p/248790#M361</guid>
      <dc:creator>Eric_Yu</dc:creator>
      <dc:date>2024-06-20T15:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Log Ingest</title>
      <link>https://community.dynatrace.com/t5/Log-Analytics/Log-Ingest/m-p/248800#M362</link>
      <description>&lt;P&gt;Try Without matchesvalues. Are you using classic logs?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 16:24:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Log-Analytics/Log-Ingest/m-p/248800#M362</guid>
      <dc:creator>Esam_Eid</dc:creator>
      <dc:date>2024-06-20T16:24:29Z</dc:date>
    </item>
  </channel>
</rss>

