<?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>article Talend Cloud &amp;amp; AMC Web UI: Hybrid approach in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Talend-Cloud-amp-AMC-Web-UI-Hybrid-approach/ta-p/2151631</link>
    <description>&lt;DIV class="talend-tkb-migrated-content"&gt;
&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0693p000008uqAsAAI.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/123434i9A3C3F6D5F2C9C07/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uqAsAAI.png" alt="0693p000008uqAsAAI.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Article contributed by Artha Solutions&lt;/EM&gt; (&lt;A href="https://www.thinkartha.com/" target="_blank" rel="noopener"&gt;https://www.thinkartha.com/&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Author: Madhav Nalla&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;June 12, 2020&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H1&gt;What is AMC?&lt;/H1&gt;
&lt;P&gt;Talend Activity Monitoring Console is an add-on tool integrated into Talend Studio and Talend Administration Center for monitoring Talend Jobs and projects. It helps Talend product administrators or users to achieve enhanced resource management and improved process performance through a convenient graphical interface and a supervising tool. It provides detailed monitoring capabilities that can be used to consolidate the collected activity monitoring information, understands the underlying component and Job interaction, prevents faults that could be unexpectedly generated, and supports system management decisions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In general, the functionalities are:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Batch process monitoring&lt;/LI&gt;
&lt;LI&gt;Log information about each execution of a DI Job&lt;/LI&gt;
&lt;LI&gt;Jobs can automatically write information to the AMC DB or File&lt;/LI&gt;
&lt;LI&gt;TAC and Studio can access information within the AMC DB or File through the Activity Monitoring Console GUI&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Talend Activity Monitoring Console interface consists of the following views:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Jobs&lt;/STRONG&gt; view&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;History&lt;/STRONG&gt; and &lt;STRONG&gt;Detailed history&lt;/STRONG&gt; views&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Meter log&lt;/STRONG&gt; view&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Main chart&lt;/STRONG&gt; view&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Job Volume&lt;/STRONG&gt; view&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Logged Events&lt;/STRONG&gt; view&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Error report&lt;/STRONG&gt; view&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Threshold Charts&lt;/STRONG&gt; view&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This article is intended for Talend Cloud customers who want to leverage the AMC web UI to monitor Talend Jobs. As many existing Talend on-prem customers are used to the AMC Web UI, with more customers migrating to Talend Cloud we can take a hybrid approach by using an &lt;STRONG&gt;amc.war&lt;/STRONG&gt; file from the Talend on-prem version to host AMC as a standalone tool.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is recommended to use custom dashboards on top of an AMC Database if you are looking for more advanced or custom metrics than that are offered by the AMC web UI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H1&gt;Steps to host AMC as a Standalone Tool on Apache Tomcat&lt;/H1&gt;
&lt;OL&gt;
&lt;LI&gt;Install the Apache Tomcat Service.&lt;/LI&gt;
&lt;LI&gt;Contact Talend for access, and download the &lt;STRONG&gt;amc.war&lt;/STRONG&gt; file.&lt;/LI&gt;
&lt;LI&gt;Place the &lt;STRONG&gt;amc.war&lt;/STRONG&gt; file under the &lt;STRONG&gt;&lt;EM&gt;tomcat Install Dir&lt;/EM&gt;/webapps&lt;/STRONG&gt; folder.&lt;/LI&gt;
&lt;LI&gt;Restart the Tomcat service.&lt;/LI&gt;
&lt;LI&gt;Once Tomcat is started, create a folder under the &lt;STRONG&gt;webapps&lt;/STRONG&gt; directory named &lt;STRONG&gt;amc&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;Download the Database JAR file that we want to host to store AMC Data.&lt;/LI&gt;
&lt;LI&gt;Place that JAR under &lt;STRONG&gt;&lt;EM&gt;tomcat Install Dir&lt;/EM&gt;/webapps/amc/WEB-INF/plugins/org.talend.amc.libraries_7.3.1.20190624_1017/lib/ext&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;Restart Tomcat.&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Navigate to the URL &lt;STRONG&gt;http://&lt;EM&gt;ip&lt;/EM&gt;:&lt;EM&gt;port&lt;/EM&gt;/amc/rap?startup=amc&lt;/STRONG&gt;, for example &lt;STRONG&gt;&lt;A href="http://localhost:8080/amc/rap?startup=amc" target="_blank" rel="noopener"&gt;http://localhost:8080/amc/rap?startup=amc&lt;/A&gt;&lt;/STRONG&gt; as shown in the screenshot below.&lt;/P&gt;
&lt;P&gt;This should take us to the AMC web page.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0693p000008uqAxAAI.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/125033i356ABCA5F801C847/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uqAxAAI.png" alt="0693p000008uqAxAAI.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;In the top left corner, using the Window “button”, you can set up your AMC DB connection, just like in the Talend Studio or TAC configuration.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H1&gt;Conclusion&lt;/H1&gt;
&lt;P&gt;The AMC Web UI from Talend is plug and play to monitor Talend Jobs. Many on-premises customers have the leverage of accessing the AMC web UI; hosting AMC as a standalone tool with Talend Cloud as a kind of hybrid approach gives the same web UI for cloud customers in line with on-prem customers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more information, reach out to us at: &lt;A href="mailto:solutions@thinkartha.com" target="_blank" rel="noopener"&gt;solutions@thinkartha.com&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Thu, 20 Jun 2024 07:23:15 GMT</pubDate>
    <dc:creator>TalendSolutionExpert</dc:creator>
    <dc:date>2024-06-20T07:23:15Z</dc:date>
    <item>
      <title>Talend Cloud &amp; AMC Web UI: Hybrid approach</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Talend-Cloud-amp-AMC-Web-UI-Hybrid-approach/ta-p/2151631</link>
      <description>&lt;DIV class="talend-tkb-migrated-content"&gt;
&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0693p000008uqAsAAI.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/123434i9A3C3F6D5F2C9C07/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uqAsAAI.png" alt="0693p000008uqAsAAI.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Article contributed by Artha Solutions&lt;/EM&gt; (&lt;A href="https://www.thinkartha.com/" target="_blank" rel="noopener"&gt;https://www.thinkartha.com/&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Author: Madhav Nalla&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;June 12, 2020&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H1&gt;What is AMC?&lt;/H1&gt;
&lt;P&gt;Talend Activity Monitoring Console is an add-on tool integrated into Talend Studio and Talend Administration Center for monitoring Talend Jobs and projects. It helps Talend product administrators or users to achieve enhanced resource management and improved process performance through a convenient graphical interface and a supervising tool. It provides detailed monitoring capabilities that can be used to consolidate the collected activity monitoring information, understands the underlying component and Job interaction, prevents faults that could be unexpectedly generated, and supports system management decisions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In general, the functionalities are:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Batch process monitoring&lt;/LI&gt;
&lt;LI&gt;Log information about each execution of a DI Job&lt;/LI&gt;
&lt;LI&gt;Jobs can automatically write information to the AMC DB or File&lt;/LI&gt;
&lt;LI&gt;TAC and Studio can access information within the AMC DB or File through the Activity Monitoring Console GUI&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Talend Activity Monitoring Console interface consists of the following views:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Jobs&lt;/STRONG&gt; view&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;History&lt;/STRONG&gt; and &lt;STRONG&gt;Detailed history&lt;/STRONG&gt; views&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Meter log&lt;/STRONG&gt; view&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Main chart&lt;/STRONG&gt; view&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Job Volume&lt;/STRONG&gt; view&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Logged Events&lt;/STRONG&gt; view&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Error report&lt;/STRONG&gt; view&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Threshold Charts&lt;/STRONG&gt; view&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This article is intended for Talend Cloud customers who want to leverage the AMC web UI to monitor Talend Jobs. As many existing Talend on-prem customers are used to the AMC Web UI, with more customers migrating to Talend Cloud we can take a hybrid approach by using an &lt;STRONG&gt;amc.war&lt;/STRONG&gt; file from the Talend on-prem version to host AMC as a standalone tool.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is recommended to use custom dashboards on top of an AMC Database if you are looking for more advanced or custom metrics than that are offered by the AMC web UI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H1&gt;Steps to host AMC as a Standalone Tool on Apache Tomcat&lt;/H1&gt;
&lt;OL&gt;
&lt;LI&gt;Install the Apache Tomcat Service.&lt;/LI&gt;
&lt;LI&gt;Contact Talend for access, and download the &lt;STRONG&gt;amc.war&lt;/STRONG&gt; file.&lt;/LI&gt;
&lt;LI&gt;Place the &lt;STRONG&gt;amc.war&lt;/STRONG&gt; file under the &lt;STRONG&gt;&lt;EM&gt;tomcat Install Dir&lt;/EM&gt;/webapps&lt;/STRONG&gt; folder.&lt;/LI&gt;
&lt;LI&gt;Restart the Tomcat service.&lt;/LI&gt;
&lt;LI&gt;Once Tomcat is started, create a folder under the &lt;STRONG&gt;webapps&lt;/STRONG&gt; directory named &lt;STRONG&gt;amc&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;Download the Database JAR file that we want to host to store AMC Data.&lt;/LI&gt;
&lt;LI&gt;Place that JAR under &lt;STRONG&gt;&lt;EM&gt;tomcat Install Dir&lt;/EM&gt;/webapps/amc/WEB-INF/plugins/org.talend.amc.libraries_7.3.1.20190624_1017/lib/ext&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;Restart Tomcat.&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Navigate to the URL &lt;STRONG&gt;http://&lt;EM&gt;ip&lt;/EM&gt;:&lt;EM&gt;port&lt;/EM&gt;/amc/rap?startup=amc&lt;/STRONG&gt;, for example &lt;STRONG&gt;&lt;A href="http://localhost:8080/amc/rap?startup=amc" target="_blank" rel="noopener"&gt;http://localhost:8080/amc/rap?startup=amc&lt;/A&gt;&lt;/STRONG&gt; as shown in the screenshot below.&lt;/P&gt;
&lt;P&gt;This should take us to the AMC web page.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0693p000008uqAxAAI.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/125033i356ABCA5F801C847/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008uqAxAAI.png" alt="0693p000008uqAxAAI.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;In the top left corner, using the Window “button”, you can set up your AMC DB connection, just like in the Talend Studio or TAC configuration.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H1&gt;Conclusion&lt;/H1&gt;
&lt;P&gt;The AMC Web UI from Talend is plug and play to monitor Talend Jobs. Many on-premises customers have the leverage of accessing the AMC web UI; hosting AMC as a standalone tool with Talend Cloud as a kind of hybrid approach gives the same web UI for cloud customers in line with on-prem customers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more information, reach out to us at: &lt;A href="mailto:solutions@thinkartha.com" target="_blank" rel="noopener"&gt;solutions@thinkartha.com&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 Jun 2024 07:23:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Talend-Cloud-amp-AMC-Web-UI-Hybrid-approach/ta-p/2151631</guid>
      <dc:creator>TalendSolutionExpert</dc:creator>
      <dc:date>2024-06-20T07:23:15Z</dc:date>
    </item>
  </channel>
</rss>

