<?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: Alternate approach to setting env variables to separate processes in Dashboarding</title>
    <link>https://community.dynatrace.com/t5/Dashboarding/Use-Alternative-Methods-for-Environment-Separation-in-Dashboards/m-p/236773#M3688</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Both the processes that I want to separate have the same EXE path. The only difference being that they run on different ports. Is there a way to separate them?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Mik_0-1707715144165.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/17515iA40324CDF92FE83C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Mik_0-1707715144165.png" alt="Mik_0-1707715144165.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 12 Feb 2024 05:21:18 GMT</pubDate>
    <dc:creator>Mik</dc:creator>
    <dc:date>2024-02-12T05:21:18Z</dc:date>
    <item>
      <title>Use Alternative Methods for Environment Separation in Dashboards</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Use-Alternative-Methods-for-Environment-Separation-in-Dashboards/m-p/236312#M3662</link>
      <description>&lt;P&gt;&lt;EM&gt;Summary:&amp;nbsp;This post discusses alternatives for separating environment‑specific dashboard content when env variables cannot be used. It includes filtering techniques and tile‑based approaches.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Dynatrace is detecting multiple similar processes in the host and putting them under the same process group and instance.&lt;/P&gt;
&lt;P&gt;I used the environment variable "DT_NODE_ID" at the host level to separate these processes, but I have to give these environment variables to each process at every reboot of the Linux machine.&lt;/P&gt;
&lt;P&gt;Is there any alternate approach to this problem? The metadata, like EXE path, command line args, is the same for these processes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 12:24:53 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Use-Alternative-Methods-for-Environment-Separation-in-Dashboards/m-p/236312#M3662</guid>
      <dc:creator>Mik</dc:creator>
      <dc:date>2026-01-26T12:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate approach to setting env variables to separate processes</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Use-Alternative-Methods-for-Environment-Separation-in-Dashboards/m-p/236319#M3663</link>
      <description>&lt;P&gt;you can try something like add the set env variable to the bash command which running the application like&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;DT_NODE_ID='123456' /bin/bash -c ./filename.sh&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2024 19:52:15 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Use-Alternative-Methods-for-Environment-Separation-in-Dashboards/m-p/236319#M3663</guid>
      <dc:creator>MostafaHussein</dc:creator>
      <dc:date>2024-02-05T19:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate approach to setting env variables to separate processes</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Use-Alternative-Methods-for-Environment-Separation-in-Dashboards/m-p/236681#M3680</link>
      <description>&lt;P&gt;So, I will have to mention this env variable everytime before starting the process right?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 04:35:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Use-Alternative-Methods-for-Environment-Separation-in-Dashboards/m-p/236681#M3680</guid>
      <dc:creator>Mik</dc:creator>
      <dc:date>2024-02-09T04:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate approach to setting env variables to separate processes</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Use-Alternative-Methods-for-Environment-Separation-in-Dashboards/m-p/236685#M3681</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;You can add a custom process rule to monitor using the EXE path like the below SC. this will separate the processes.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="islam_zidan_0-1707460791157.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/17501i54BDFAB1E7EB981F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="islam_zidan_0-1707460791157.png" alt="islam_zidan_0-1707460791157.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Islam&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 06:40:27 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Use-Alternative-Methods-for-Environment-Separation-in-Dashboards/m-p/236685#M3681</guid>
      <dc:creator>Islam_Zedan</dc:creator>
      <dc:date>2024-02-09T06:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate approach to setting env variables to separate processes</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Use-Alternative-Methods-for-Environment-Separation-in-Dashboards/m-p/236773#M3688</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Both the processes that I want to separate have the same EXE path. The only difference being that they run on different ports. Is there a way to separate them?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Mik_0-1707715144165.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/17515iA40324CDF92FE83C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Mik_0-1707715144165.png" alt="Mik_0-1707715144165.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 05:21:18 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Use-Alternative-Methods-for-Environment-Separation-in-Dashboards/m-p/236773#M3688</guid>
      <dc:creator>Mik</dc:creator>
      <dc:date>2024-02-12T05:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate approach to setting env variables to separate processes</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Use-Alternative-Methods-for-Environment-Separation-in-Dashboards/m-p/236782#M3689</link>
      <description>&lt;P&gt;I'm afraid the port is not an option.&lt;BR /&gt;Best option is using an ENV variable.&lt;BR /&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/process-groups#env" target="_blank"&gt;https://docs.dynatrace.com/docs/shortlink/process-groups#env&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 09:11:20 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Use-Alternative-Methods-for-Environment-Separation-in-Dashboards/m-p/236782#M3689</guid>
      <dc:creator>PacoPorro</dc:creator>
      <dc:date>2024-02-12T09:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate approach to setting env variables to separate processes</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Use-Alternative-Methods-for-Environment-Separation-in-Dashboards/m-p/237045#M3694</link>
      <description>&lt;P&gt;exactly, you can put this command within another .sh file and execute your process through it instead of running it directly&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 21:27:31 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Use-Alternative-Methods-for-Environment-Separation-in-Dashboards/m-p/237045#M3694</guid>
      <dc:creator>MostafaHussein</dc:creator>
      <dc:date>2024-02-13T21:27:31Z</dc:date>
    </item>
  </channel>
</rss>

