<?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 API to capture the logging mode in Qilk replicate in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/API-to-capture-the-logging-mode-in-Qilk-replicate/m-p/2088303#M6599</link>
    <description>&lt;P&gt;Greetings!&lt;/P&gt;
&lt;P&gt;I would like to know if we have any API to capture the logging mode for the tasks. Ex to find if the tasks are set to verbose logging mode&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jun 2023 13:26:46 GMT</pubDate>
    <dc:creator>sukanya09</dc:creator>
    <dc:date>2023-06-27T13:26:46Z</dc:date>
    <item>
      <title>API to capture the logging mode in Qilk replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/API-to-capture-the-logging-mode-in-Qilk-replicate/m-p/2088303#M6599</link>
      <description>&lt;P&gt;Greetings!&lt;/P&gt;
&lt;P&gt;I would like to know if we have any API to capture the logging mode for the tasks. Ex to find if the tasks are set to verbose logging mode&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 13:26:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/API-to-capture-the-logging-mode-in-Qilk-replicate/m-p/2088303#M6599</guid>
      <dc:creator>sukanya09</dc:creator>
      <dc:date>2023-06-27T13:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: API to capture the logging mode in Qilk replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/API-to-capture-the-logging-mode-in-Qilk-replicate/m-p/2088324#M6601</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/220181"&gt;@sukanya09&lt;/a&gt;&amp;nbsp; ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your question. I don't see any API that helps with determining if verbose logging is on or not.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I see this in the Replicate User Guide&amp;gt;&amp;gt;&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/replicate/May2023/Content/Replicate/Main/Appendix%20-%20Add-On%20SDK/logging_methods.htm" target="_blank"&gt;https://help.qlik.com/en-US/replicate/May2023/Content/Replicate/Main/Appendix%20-%20Add-On%20SDK/logging_methods.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also In Enterprise Manager, you can see the amount of disk space being used:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/enterprise-manager/May2023/Content/EnterpriseManager/EnterpriseManager_APIGuide/CurlAPI/api_getTaskDetails.htm" target="_blank"&gt;https://help.qlik.com/en-US/enterprise-manager/May2023/Content/EnterpriseManager/EnterpriseManager_APIGuide/CurlAPI/api_getTaskDetails.htm&lt;/A&gt;&lt;/P&gt;
&lt;TABLE class="TableStyle-tableGrid" cellspacing="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="BodyI--"&gt;
&lt;P&gt;disk_usage_mb&lt;/P&gt;
&lt;/TD&gt;
&lt;TD class="BodyG--"&gt;
&lt;P&gt;The current utilization of disk space, in MB. A task's disk utilization is sampled every minute.&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As I don't see the exact need, feel free to open an enhancement request and Submit an idea into Ideation :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Ideation/ct-p/qlik-product-insight" target="_blank"&gt;Ideation | Qlik Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You may also want to get the assistance of our Professional Services team.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;Sincerely&lt;/P&gt;
&lt;P&gt;BarbF.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 13:59:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/API-to-capture-the-logging-mode-in-Qilk-replicate/m-p/2088324#M6601</guid>
      <dc:creator>Barb_Fill21</dc:creator>
      <dc:date>2023-06-27T13:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: API to capture the logging mode in Qilk replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/API-to-capture-the-logging-mode-in-Qilk-replicate/m-p/2088397#M6604</link>
      <description>&lt;P&gt;You could consider ExportTask your API. Parse the result for:&lt;/P&gt;
&lt;P&gt;cmd.replication_definition-&amp;gt;tasks-&amp;gt;[yourtaskname]-&amp;gt;loggers&lt;/P&gt;
&lt;P&gt;You'll need to read the list of returned loggers element, scanning for 'DETAILED DEBUG' or other values&amp;nbsp; as desired. See sample summary below.&lt;/P&gt;
&lt;P&gt;Hein&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;"cmd.replication_definition":	{
	"tasks": [{
		"task":	{
				"name":	"xxx",...
			},
			"source": { ... },
			"targets": { ... },
			"manipulations": [{ ... }],
			"task_settings": { ... },
			"loggers":	{
				"$type":	"RepTaskLoggers",
				"TARGET_APPLY":	"DETAILED_DEBUG",
				"SOURCE_CAPTURE":	"INFO"  .... }
                        }],
	"databases":	[{ ...
&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 27 Jun 2023 16:34:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/API-to-capture-the-logging-mode-in-Qilk-replicate/m-p/2088397#M6604</guid>
      <dc:creator>Heinvandenheuvel</dc:creator>
      <dc:date>2023-06-27T16:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: API to capture the logging mode in Qilk replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/API-to-capture-the-logging-mode-in-Qilk-replicate/m-p/2088629#M6608</link>
      <description>&lt;P&gt;Thanks. I can find it in the JSON&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;&lt;SPAN&gt; },&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; "loggers": {&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; "$type": "RepTaskLoggers",&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; "loggers_configuration": {&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; },&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; "SORTER": "DETAILED_DEBUG"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;However it is appearing only when the logging mode is getting changed .&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Do you know if we have any similar way to find out the tasks with Full load set to ON ?&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Sukanya&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 28 Jun 2023 10:31:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/API-to-capture-the-logging-mode-in-Qilk-replicate/m-p/2088629#M6608</guid>
      <dc:creator>sukanya09</dc:creator>
      <dc:date>2023-06-28T10:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: API to capture the logging mode in Qilk replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/API-to-capture-the-logging-mode-in-Qilk-replicate/m-p/2088753#M6609</link>
      <description>&lt;P&gt;In general Replicate only puts non-default items in the JSON export. A) it makes for shorter JSON tiles B) If a 'better' default is developed over time, it will be picked up C) it might make conversions easier.&lt;/P&gt;
&lt;P&gt;As a script writer it is fairly annoying though and you more or less need to know what to expect and what the absence of something means.&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&lt;EM&gt;&amp;nbsp;Do you know if we have any similar way to find out the tasks with Full load set to ON ?&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Case in point...&amp;nbsp; &amp;nbsp;fullload enabled TRUE is the default and NOT present in general (allthough tolerated) . The &lt;STRONG&gt;absence&lt;/STRONG&gt; of the element&amp;nbsp; "common_settings": { ...&amp;nbsp;&lt;SPAN&gt; },&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;STRONG&gt;full_load_enabled": false&lt;/STRONG&gt;, ... means fullload is &lt;STRONG&gt;ON&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;For the logging in the&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/220181"&gt;@sukanya09&lt;/a&gt;&amp;nbsp; case it seems ANY element present under loggers is 'suspect' and needs to be reported for potential excessive logging as a starting point.&amp;nbsp; Next scripting step may be to add exceptions for logger element/taskname combinations which are approved.&lt;/P&gt;
&lt;P&gt;Alternatively, use a dummy task with ALL logging enabled, export, and establish a list of possible tag/values to expect.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hein.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 14:12:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/API-to-capture-the-logging-mode-in-Qilk-replicate/m-p/2088753#M6609</guid>
      <dc:creator>Heinvandenheuvel</dc:creator>
      <dc:date>2023-06-28T14:12:18Z</dc:date>
    </item>
  </channel>
</rss>

