<?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: Impact of attr_count_trimmed in Logs Classic? in Log Analytics</title>
    <link>https://community.dynatrace.com/t5/Log-Analytics/Impact-of-attr-count-trimmed-in-Logs-Classic/m-p/242119#M316</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;To add onto how to do parsing in log processing, please look at the documentation found here:&lt;BR /&gt;&lt;A href="https://docs.dynatrace.com/docs/observe-and-explore/logs/lma-log-processing/lma-log-processing-examples" target="_blank"&gt;Log processing examples - Dynatrace Docs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It gives many examples on what kinds of information you can extract with parsing rules / how to formulate one.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Apr 2024 18:11:23 GMT</pubDate>
    <dc:creator>danielD</dc:creator>
    <dc:date>2024-04-08T18:11:23Z</dc:date>
    <item>
      <title>Impact of attr_count_trimmed in Logs Classic?</title>
      <link>https://community.dynatrace.com/t5/Log-Analytics/Impact-of-attr-count-trimmed-in-Logs-Classic/m-p/242004#M314</link>
      <description>&lt;P&gt;I started ingesting some JSON, not that big, but with a lot of attributes. So, I get a lot of attr_count_trimmed&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I figured out that when this occurs, lots of things start to break, including processing and extraction. Even attributes that I put in are lost...&lt;/P&gt;
&lt;P&gt;It seems that all this is due to Dynatrace processing the JSON automatically and creating a lot of attributes, that I really don't need. Looks like a simple solution would be to stop doing this attribute creation...&lt;/P&gt;
&lt;P&gt;Any ideas on how to get past this attr_count_trimmed ?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 07:41:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Log-Analytics/Impact-of-attr-count-trimmed-in-Logs-Classic/m-p/242004#M314</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2024-04-08T07:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: Impact of attr_count_trimmed in Logs Classic?</title>
      <link>https://community.dynatrace.com/t5/Log-Analytics/Impact-of-attr-count-trimmed-in-Logs-Classic/m-p/242069#M315</link>
      <description>&lt;P&gt;The most desirable solution is to switch to Grail, we can then increase the limit.&lt;/P&gt;&lt;P&gt;If that is not an option, put the JSON in the "content" fields as string. Then, in log processing you can extract only the attributes that are relevant.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 09:48:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Log-Analytics/Impact-of-attr-count-trimmed-in-Logs-Classic/m-p/242069#M315</guid>
      <dc:creator>marcin_okraszew</dc:creator>
      <dc:date>2024-04-08T09:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Impact of attr_count_trimmed in Logs Classic?</title>
      <link>https://community.dynatrace.com/t5/Log-Analytics/Impact-of-attr-count-trimmed-in-Logs-Classic/m-p/242119#M316</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;To add onto how to do parsing in log processing, please look at the documentation found here:&lt;BR /&gt;&lt;A href="https://docs.dynatrace.com/docs/observe-and-explore/logs/lma-log-processing/lma-log-processing-examples" target="_blank"&gt;Log processing examples - Dynatrace Docs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It gives many examples on what kinds of information you can extract with parsing rules / how to formulate one.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 18:11:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Log-Analytics/Impact-of-attr-count-trimmed-in-Logs-Classic/m-p/242119#M316</guid>
      <dc:creator>danielD</dc:creator>
      <dc:date>2024-04-08T18:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Impact of attr_count_trimmed in Logs Classic?</title>
      <link>https://community.dynatrace.com/t5/Log-Analytics/Impact-of-attr-count-trimmed-in-Logs-Classic/m-p/242524#M317</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/11445"&gt;@marcin_okraszew&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Wasn't yet on Grail in this tenant, one more good reason to migrate &lt;img class="lia-deferred-image lia-image-emoji" src="https://community.dynatrace.com/html/@6EDF483EF947B43E16DF999BED8ABCC0/images/emoticons/dynaspin.gif" alt=":dynaspin:" title=":dynaspin:" /&gt;&lt;/P&gt;&lt;P&gt;Still wondering though what logic Dynatrace applies for the 50 limit that exists. I tried to figure it out, but it seems to be random... Besides "content", I have several other attributes, and they appear randomly, which is not good. There should a clear indication of which attributes are disposed of, because that can leave us without data that is really there, but won't make it in the query results...&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 19:16:17 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Log-Analytics/Impact-of-attr-count-trimmed-in-Logs-Classic/m-p/242524#M317</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2024-04-12T19:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Impact of attr_count_trimmed in Logs Classic?</title>
      <link>https://community.dynatrace.com/t5/Log-Analytics/Impact-of-attr-count-trimmed-in-Logs-Classic/m-p/242525#M318</link>
      <description>&lt;P&gt;BTW, If anyone want's to see if this is impacting you, check:&lt;BR /&gt;&lt;A href="https://community.dynatrace.com/t5/Troubleshooting/Why-don-t-ingested-logs-look-as-expected/ta-p/230262" target="_blank"&gt;https://community.dynatrace.com/t5/Troubleshooting/Why-don-t-ingested-logs-look-as-expected/ta-p/230262&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 19:42:40 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Log-Analytics/Impact-of-attr-count-trimmed-in-Logs-Classic/m-p/242525#M318</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2024-04-12T19:42:40Z</dc:date>
    </item>
  </channel>
</rss>

