<?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: Elasticsearch shard per node is 80% of maximum limit in Dynatrace Managed Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Elasticsearch-shard-per-node-is-80-of-maximum-limit/m-p/298899#M4739</link>
    <description>&lt;P&gt;this is strange, our lab managed shows same message, but when i run 1st command:&lt;/P&gt;&lt;PRE&gt; curl -s "http://127.0.0.1:9200/_health_report/shards_capacity?pretty"&lt;BR /&gt;{&lt;BR /&gt;"cluster_name" : "21cbc799-f7f0-4801-ac78-6cb045b48cd2",&lt;BR /&gt;"indicators" : {&lt;BR /&gt;"shards_capacity" : {&lt;BR /&gt;"status" : "green",&lt;BR /&gt;"symptom" : "The cluster has enough room to add new shards.",&lt;BR /&gt;"details" : {&lt;BR /&gt;"data" : {&lt;BR /&gt;"max_shards_in_cluster" : 3000&lt;BR /&gt;},&lt;BR /&gt;"frozen" : {&lt;BR /&gt;"max_shards_in_cluster" : 3000&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;/PRE&gt;</description>
    <pubDate>Mon, 04 May 2026 08:09:04 GMT</pubDate>
    <dc:creator>rastislav_danis</dc:creator>
    <dc:date>2026-05-04T08:09:04Z</dc:date>
    <item>
      <title>Elasticsearch shard per node is 80% of maximum limit</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Elasticsearch-shard-per-node-is-80-of-maximum-limit/m-p/297120#M4695</link>
      <description>&lt;P&gt;Hi Team ,&lt;/P&gt;
&lt;P&gt;We can see warning event for our Dynatrace cluster node.&lt;/P&gt;
&lt;P&gt;The warning message is :&lt;/P&gt;
&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;The number of Elasticsearch shard per Node is at 80% of maximum limit.&lt;/P&gt;
&lt;P&gt;Elasticsearch no longer assign shards to nodes or create new indices . To precent this scale your cluster or reduce number of shards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have had a look in /opt/dynatrace-managed/elasticsearch/indices&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We could see that for today's date the bytes is 20480 and index is not created. But previous dates the byte size is in 2 digit only.&lt;/P&gt;
&lt;P&gt;What could we check here ?&lt;/P&gt;
&lt;P&gt;Note -&amp;nbsp;We have only 1 cluster node available in this environment&amp;nbsp; and no new configuration changes done recently.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Shalini.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2026 06:58:07 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Elasticsearch-shard-per-node-is-80-of-maximum-limit/m-p/297120#M4695</guid>
      <dc:creator>shalinikumar</dc:creator>
      <dc:date>2026-04-23T06:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Elasticsearch shard per node is 80% of maximum limit</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Elasticsearch-shard-per-node-is-80-of-maximum-limit/m-p/298136#M4719</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/100151"&gt;@shalinikumar&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;As this environment is running on a single cluster node, the shard capacity is limited and may lead to such warnings once the threshold is approached.&lt;/P&gt;&lt;P&gt;I would recommend to check the below on the cluster node:&lt;BR /&gt;curl -s "&lt;A href="http://127.0.0.1:9200/_health_report/shards_capacity?pretty" target="_blank"&gt;http://127.0.0.1:9200/_health_report/shards_capacity?pretty&lt;/A&gt;"&lt;BR /&gt;curl -s "&lt;A href="http://127.0.0.1:9200/_cat/shards?v" target="_blank"&gt;http://127.0.0.1:9200/_cat/shards?v&lt;/A&gt;"&lt;BR /&gt;curl -s "&lt;A href="http://127.0.0.1:9200/_cat/indices?v&amp;amp;s=index" target="_blank"&gt;http://127.0.0.1:9200/_cat/indices?v&amp;amp;s=index&lt;/A&gt;"&lt;BR /&gt;curl -s "&lt;A href="http://127.0.0.1:9200/_cluster/settings?include_defaults=true&amp;amp;pretty" target="_blank"&gt;http://127.0.0.1:9200/_cluster/settings?include_defaults=true&amp;amp;pretty&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;These will help confirm the current shard usage versus the maximum limit and identify the contributing indices.&lt;/P&gt;&lt;P&gt;Recommendation:&lt;BR /&gt;- The most effective long-term solution is to scale the cluster by adding additional nodes.&lt;BR /&gt;- Alternatively, reducing data retention (if applicable) can help limit shard growth (check with Dynatrace support team).&lt;BR /&gt;- Increasing the shard limit parameter (cluster.max_shards_per_node) is possible but should only be considered as a temporary workaround (check with Dynatrace support team).&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2026 10:49:58 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Elasticsearch-shard-per-node-is-80-of-maximum-limit/m-p/298136#M4719</guid>
      <dc:creator>Mohamed_Hamdy</dc:creator>
      <dc:date>2026-04-22T10:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Elasticsearch shard per node is 80% of maximum limit</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Elasticsearch-shard-per-node-is-80-of-maximum-limit/m-p/298899#M4739</link>
      <description>&lt;P&gt;this is strange, our lab managed shows same message, but when i run 1st command:&lt;/P&gt;&lt;PRE&gt; curl -s "http://127.0.0.1:9200/_health_report/shards_capacity?pretty"&lt;BR /&gt;{&lt;BR /&gt;"cluster_name" : "21cbc799-f7f0-4801-ac78-6cb045b48cd2",&lt;BR /&gt;"indicators" : {&lt;BR /&gt;"shards_capacity" : {&lt;BR /&gt;"status" : "green",&lt;BR /&gt;"symptom" : "The cluster has enough room to add new shards.",&lt;BR /&gt;"details" : {&lt;BR /&gt;"data" : {&lt;BR /&gt;"max_shards_in_cluster" : 3000&lt;BR /&gt;},&lt;BR /&gt;"frozen" : {&lt;BR /&gt;"max_shards_in_cluster" : 3000&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;/PRE&gt;</description>
      <pubDate>Mon, 04 May 2026 08:09:04 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Elasticsearch-shard-per-node-is-80-of-maximum-limit/m-p/298899#M4739</guid>
      <dc:creator>rastislav_danis</dc:creator>
      <dc:date>2026-05-04T08:09:04Z</dc:date>
    </item>
  </channel>
</rss>

