<?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 Adding custom information in SAM tables in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Adding-custom-information-in-SAM-tables/m-p/2332268#M101166</link>
    <description>I have a RESTful service up and running. I have also setup SAM (Service Activity Monitoring" which is writing events to my DB. How can I add additional information to be logged by SAM? Something custom to my service... 
&lt;BR /&gt;
&lt;BR /&gt;How can I alter the events/ events_custominfo tables to allow saving custom information? Any examples will be appreciated to achieve this.
&lt;BR /&gt;
&lt;BR /&gt;I am using TOS ESB 6.2.1 if that helps.
&lt;BR /&gt;
&lt;BR /&gt;Thank you.</description>
    <pubDate>Sat, 16 Nov 2024 10:04:55 GMT</pubDate>
    <dc:creator>root</dc:creator>
    <dc:date>2024-11-16T10:04:55Z</dc:date>
    <item>
      <title>Adding custom information in SAM tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Adding-custom-information-in-SAM-tables/m-p/2332268#M101166</link>
      <description>I have a RESTful service up and running. I have also setup SAM (Service Activity Monitoring" which is writing events to my DB. How can I add additional information to be logged by SAM? Something custom to my service... 
&lt;BR /&gt;
&lt;BR /&gt;How can I alter the events/ events_custominfo tables to allow saving custom information? Any examples will be appreciated to achieve this.
&lt;BR /&gt;
&lt;BR /&gt;I am using TOS ESB 6.2.1 if that helps.
&lt;BR /&gt;
&lt;BR /&gt;Thank you.</description>
      <pubDate>Sat, 16 Nov 2024 10:04:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Adding-custom-information-in-SAM-tables/m-p/2332268#M101166</guid>
      <dc:creator>root</dc:creator>
      <dc:date>2024-11-16T10:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Adding custom information in SAM tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Adding-custom-information-in-SAM-tables/m-p/2332269#M101167</link>
      <description>Hi, 
&lt;BR /&gt; 
&lt;BR /&gt;Please have a look this thread: 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCrhhCAC" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Archive/sam-store-headers/td-p/183085&lt;/A&gt; and 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCsnSCAS" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/Implementing-a-PasswordHandler-for-Service-Activity-Monitoring/td-p/190648&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Regards. 
&lt;BR /&gt;Xilai</description>
      <pubDate>Thu, 16 Feb 2017 06:41:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Adding-custom-information-in-SAM-tables/m-p/2332269#M101167</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-16T06:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Adding custom information in SAM tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Adding-custom-information-in-SAM-tables/m-p/2332270#M101168</link>
      <description>I looked at the suggested Threads. I believe both refer to a SOAP message. If I am using a RESTful service, how should I configure the interceptors or handlers?&amp;nbsp;&lt;BR /&gt;Is that supposed to be done in the "ROUTES"? I am new to this architecture and will appreciate some pointers. So far, I have always worked in the Integration perspective.&lt;BR /&gt;Any examples or screenshots will be appreciated.</description>
      <pubDate>Mon, 20 Feb 2017 11:56:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Adding-custom-information-in-SAM-tables/m-p/2332270#M101168</guid>
      <dc:creator>root</dc:creator>
      <dc:date>2017-02-20T11:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Adding custom information in SAM tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Adding-custom-information-in-SAM-tables/m-p/2332271#M101169</link>
      <description>Any help please? Thank you.</description>
      <pubDate>Tue, 21 Feb 2017 13:26:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Adding-custom-information-in-SAM-tables/m-p/2332271#M101169</guid>
      <dc:creator>root</dc:creator>
      <dc:date>2017-02-21T13:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Adding custom information in SAM tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Adding-custom-information-in-SAM-tables/m-p/2332272#M101170</link>
      <description>Hi, 
&lt;BR /&gt;to insert custom information of RESTful services to SAM DB, we created a new service (this service is invoked via asynchronous messaging from mediation route)&amp;nbsp; that parses some input parameters from header/exchange and then transform these information into SOAP request that invokes ServiceActivityMonitoring service.By this, you can add as many custom keys (CUST_KEY) into EVENTS_CUSTOMINFO that references specific row from EVENTS table by EVENT_ID. 
&lt;BR /&gt;Or you could create a Bean that would sit somewhere in the flow and storing data into database.</description>
      <pubDate>Wed, 22 Feb 2017 10:06:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Adding-custom-information-in-SAM-tables/m-p/2332272#M101170</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-22T10:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: Adding custom information in SAM tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Adding-custom-information-in-SAM-tables/m-p/2332273#M101171</link>
      <description>&lt;BLOCKQUOTE&gt;
  martin.pelikan wrote: 
 &lt;BR /&gt;Hi, 
 &lt;BR /&gt;to insert custom information of RESTful services to SAM DB, we created a new service (this service is invoked via asynchronous messaging from mediation route)&amp;nbsp; that parses some input parameters from header/exchange and then transform these information into SOAP request that invokes ServiceActivityMonitoring service.By this, you can add as many custom keys (CUST_KEY) into EVENTS_CUSTOMINFO that references specific row from EVENTS table by EVENT_ID. 
 &lt;BR /&gt;Or you could create a Bean that would sit somewhere in the flow and storing data into database. 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Hi Martin, 
&lt;BR /&gt;This is exactly what I want to do. Can you share some screenshots/ example code? This will be a good start point. 
&lt;BR /&gt;With reference to the second option, I have honestly never worked with beans directly. Any quick pointer will be appreciated. Thank you.</description>
      <pubDate>Wed, 22 Feb 2017 15:17:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Adding-custom-information-in-SAM-tables/m-p/2332273#M101171</guid>
      <dc:creator>root</dc:creator>
      <dc:date>2017-02-22T15:17:49Z</dc:date>
    </item>
  </channel>
</rss>

