<?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: Update oneagent by tag in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Update-oneagent-by-tag/m-p/273032#M36266</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It is not possible. You can see all options &lt;A title="here" href="https://docs.dynatrace.com/docs/shortlink/oneagent-update#configure-oneagent-updates" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;You can raise a &lt;A title="product idea" href="https://community.dynatrace.com/t5/Product-ideas/idb-p/DynatraceProductIdeas" target="_blank" rel="noopener"&gt;product idea&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
    <pubDate>Thu, 20 Mar 2025 09:41:21 GMT</pubDate>
    <dc:creator>AntonPineiro</dc:creator>
    <dc:date>2025-03-20T09:41:21Z</dc:date>
    <item>
      <title>Update oneagent by tag</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Update-oneagent-by-tag/m-p/272810#M36265</link>
      <description>&lt;P&gt;Im wondering if there is a way to update the oneagent but spit them out via tags, we have specific update windows for different regions and each host has a&amp;nbsp;Location (Auto)*Region* and we want to link the update window to the tags and have them update via that window.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Regions.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/27016iD7424005E786BAD7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Regions.png" alt="Regions.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 08:02:40 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Update-oneagent-by-tag/m-p/272810#M36265</guid>
      <dc:creator>Nathanieltat</dc:creator>
      <dc:date>2025-03-19T08:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Update oneagent by tag</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Update-oneagent-by-tag/m-p/273032#M36266</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It is not possible. You can see all options &lt;A title="here" href="https://docs.dynatrace.com/docs/shortlink/oneagent-update#configure-oneagent-updates" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;You can raise a &lt;A title="product idea" href="https://community.dynatrace.com/t5/Product-ideas/idb-p/DynatraceProductIdeas" target="_blank" rel="noopener"&gt;product idea&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2025 09:41:21 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Update-oneagent-by-tag/m-p/273032#M36266</guid>
      <dc:creator>AntonPineiro</dc:creator>
      <dc:date>2025-03-20T09:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Update oneagent by tag</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Update-oneagent-by-tag/m-p/274552#M36267</link>
      <description>&lt;P&gt;My solution was to do it via host groups. They were renamed into groups but this caused a separate issue where dynatrace reimported all the services again.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2025 10:29:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Update-oneagent-by-tag/m-p/274552#M36267</guid>
      <dc:creator>Nathanieltat</dc:creator>
      <dc:date>2025-04-07T10:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Update oneagent by tag</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Update-oneagent-by-tag/m-p/274799#M36272</link>
      <description>&lt;P&gt;Using host groups will impact your process groups and services. &amp;nbsp;Alternatively, you could do this using the monitored entities query API using type HOST and a tag filter to get a list of host ids. &amp;nbsp;You can then loop through the list using the OneAgent update API to trigger an upgrade with a payload like this:&lt;/P&gt;&lt;PRE&gt;{&lt;BR /&gt;  "setting":"INHERITED",&lt;BR /&gt;  "version":"1.245.174.20220808-121330"&lt;BR /&gt;}&lt;/PRE&gt;&lt;P&gt;Using a setting of INHERITED turns this into a one time upgrade to the version specified. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;A href="https://docs.dynatrace.com/docs/discover-dynatrace/references/dynatrace-api/environment-api/entity-v2/get-entities-list" target="_blank" rel="noopener"&gt;https://docs.dynatrace.com/docs/discover-dynatrace/references/dynatrace-api/environment-api/entity-v2/get-entities-list&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://docs.dynatrace.com/docs/discover-dynatrace/references/dynatrace-api/configuration-api/oneagent-configuration/oneagent-on-host/oneagent-auto-update/put-auto-update-configuration" target="_blank" rel="noopener"&gt;https://docs.dynatrace.com/docs/discover-dynatrace/references/dynatrace-api/configuration-api/oneagent-configuration/oneagent-on-host/oneagent-auto-update/put-auto-update-configuration&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Apr 2025 17:47:33 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Update-oneagent-by-tag/m-p/274799#M36272</guid>
      <dc:creator>mgome</dc:creator>
      <dc:date>2025-04-09T17:47:33Z</dc:date>
    </item>
  </channel>
</rss>

