<?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: Creating custom metrics for ADQL query for monitoring Intune connectors in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/Creating-custom-metrics-for-ADQL-query-for-monitoring-Intune/m-p/719421#M1497</link>
    <description>&lt;P&gt;Hi Mario,&lt;/P&gt;&lt;P&gt;Thanks for the response. When i added the query as metric, i m getting old value.&lt;/P&gt;&lt;P&gt;For ex, the expiration days are 219 days. but it shows 229 days on the day when i created the metric. why is that it not showing the current value. the value is not changing.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="UmaBoppana_0-1734604599692.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/34931iE8D7E10D3C55F9D9/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Dec 2024 10:36:56 GMT</pubDate>
    <dc:creator>Uma_Boppana</dc:creator>
    <dc:date>2024-12-19T10:36:56Z</dc:date>
    <item>
      <title>Creating custom metrics for ADQL query for monitoring Intune connectors</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Creating-custom-metrics-for-ADQL-query-for-monitoring-Intune/m-p/719413#M1489</link>
      <description>&lt;P&gt;1] Tried using Until since to pull the no of days between the expirationDateTime and system date, based on token name as we have many token names&lt;/P&gt;&lt;TABLE width="473px"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="151.188px"&gt;expirationDateTime&lt;/TD&gt;&lt;TD width="150.99px"&gt;eventTimestamp&lt;/TD&gt;&lt;TD width="170.156px"&gt;pickupTimestamp&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="151.188px"&gt;2025-07-26T23:00:03+05:30&lt;/TD&gt;&lt;TD width="150.99px"&gt;2024-11-21T17:06:33+05:30&lt;/TD&gt;&lt;TD width="170.156px"&gt;2024-11-21T17:06:33+05:30&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="170.156px"&gt;Token name&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="170.156px"&gt;AppD&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;can you suggest the query to be used such that we get value in no of days the certificate gets expired&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2024 11:46:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Creating-custom-metrics-for-ADQL-query-for-monitoring-Intune/m-p/719413#M1489</guid>
      <dc:creator>Uma_Boppana</dc:creator>
      <dc:date>2024-11-21T11:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom metrics for ADQL query for monitoring Intune connectors</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Creating-custom-metrics-for-ADQL-query-for-monitoring-Intune/m-p/719414#M1490</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/171916"&gt;@Uma.Boppana&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Thank you for asking your question on the community. Did you happen to find a solution to your question or any new information you can share here?&lt;BR /&gt;&lt;BR /&gt;If not, and you are still looking for help, you can contact AppDynamics Support:&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/Knowledge-Base/How-do-I-open-a-case-with-AppDynamics-Support/m-p/53966#U53966" class="lia-mention-container-editor-message lia-img-icon-tkb-thread lia-fa-icon lia-fa-tkb lia-fa-thread lia-fa"&gt;How to contact AppDynamics Support and manage existing cases with Cisco Support Case Manager (SCM)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2024 18:08:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Creating-custom-metrics-for-ADQL-query-for-monitoring-Intune/m-p/719414#M1490</guid>
      <dc:creator>iamryan</dc:creator>
      <dc:date>2024-11-25T18:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom metrics for ADQL query for monitoring Intune connectors</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Creating-custom-metrics-for-ADQL-query-for-monitoring-Intune/m-p/719415#M1491</link>
      <description>&lt;P&gt;Hi Uma&lt;/P&gt;
&lt;P&gt;You just have to create a metric per Token and use a query like this&lt;/P&gt;
&lt;P&gt;SELECT toInt(&lt;SPAN&gt;expirationDateTime&lt;/SPAN&gt;- &lt;SPAN&gt;eventTimestamp&lt;/SPAN&gt;) AS "Seconds" which will give you the difference in seconds between the dates, you can then further multiply the seconds to get minutes/hours or days if you want to rather use that.&lt;/P&gt;
&lt;P&gt;This will give you the metric to tell you how much seconds/minutes/hours/days to expiry and you can then alert on it&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Ciao&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 09:50:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Creating-custom-metrics-for-ADQL-query-for-monitoring-Intune/m-p/719415#M1491</guid>
      <dc:creator>Morelz</dc:creator>
      <dc:date>2024-11-26T09:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom metrics for ADQL query for monitoring Intune connectors</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Creating-custom-metrics-for-ADQL-query-for-monitoring-Intune/m-p/719416#M1492</link>
      <description>&lt;P&gt;Hi Ryan,&lt;/P&gt;&lt;P&gt;Support provided query for which we are unable to create metrics .&lt;/P&gt;&lt;P&gt;we have tweeked s below&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;SELECT (toInt(tokenExpirationDateTime - now()) / (24*60*60*1000)) AS daysleft FROM intune_dep WHERE tokenName = "Wipro-EY-Intune" AND (toInt(tokenExpirationDateTime - now()) / (24*60*60*1000)) &amp;gt;= 30&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and when created metrics we are getting error&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Following fields (toInt(tokenExpirationDateTime - now()) / (24*60*60*1000)) AS daysleft in the select clause are not supported.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="UmaBoppana_0-1733392500152.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/34933i7842FF450F6A8E28/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;could you help on the query&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2024 09:55:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Creating-custom-metrics-for-ADQL-query-for-monitoring-Intune/m-p/719416#M1492</guid>
      <dc:creator>Uma_Boppana</dc:creator>
      <dc:date>2024-12-05T09:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom metrics for ADQL query for monitoring Intune connectors</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Creating-custom-metrics-for-ADQL-query-for-monitoring-Intune/m-p/719417#M1493</link>
      <description>&lt;P&gt;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/142893"&gt;@Mario.Morelli&lt;/A&gt;&amp;nbsp;can you provide any further insight for&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/171916"&gt;@Uma.Boppana&lt;/A&gt;&amp;nbsp;on this?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2024 20:22:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Creating-custom-metrics-for-ADQL-query-for-monitoring-Intune/m-p/719417#M1493</guid>
      <dc:creator>iamryan</dc:creator>
      <dc:date>2024-12-05T20:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom metrics for ADQL query for monitoring Intune connectors</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Creating-custom-metrics-for-ADQL-query-for-monitoring-Intune/m-p/719418#M1494</link>
      <description>&lt;P&gt;There are some limitations with what functions you can use with the analytics metrics with only aggregation queries supported min,max avg etc..&lt;/P&gt;
&lt;P&gt;try and use this , the max value essentially will do nothing and not change the value, but it allows the metric to be saved as you use an aggregation function&lt;/P&gt;

&lt;P&gt;SELECT max(toInt((toInt(tokenExpirationDateTime - now()) / (24*60*60*1000)))) FROM intune_dep WHERE tokenName = "Wipro-EY-Intune" AND (toInt(tokenExpirationDateTime - now()) / (24*60*60*1000)) &amp;gt;= 30&lt;/P&gt;

&lt;P&gt;SELECT max(toInt((tokenExpirationDateTime - now()) / (24*60*60*1000)))) FROM intune_dep WHERE tokenName = "Wipro-EY-Intune" AND (toInt(tokenExpirationDateTime - now()) / (24*60*60*1000)) &amp;gt;= 30&lt;/P&gt;
&lt;P&gt;Let me know if this works&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2024 08:15:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Creating-custom-metrics-for-ADQL-query-for-monitoring-Intune/m-p/719418#M1494</guid>
      <dc:creator>Morelz</dc:creator>
      <dc:date>2024-12-06T08:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom metrics for ADQL query for monitoring Intune connectors</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Creating-custom-metrics-for-ADQL-query-for-monitoring-Intune/m-p/719419#M1495</link>
      <description>&lt;P&gt;Hi Mario,&lt;/P&gt;&lt;P&gt;Thanks, query worked as we input max&lt;/P&gt;&lt;P&gt;can we do to alias the result filed name&amp;nbsp;&lt;SPAN&gt;(toInt((tokenExpirationDateTime - now()) / (24*60*60*1000))))&amp;nbsp; to&amp;nbsp;tokenExpirationDateTime&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="UmaBoppana_0-1733485165426.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/34934i485A0527B0B414C8/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2024 11:39:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Creating-custom-metrics-for-ADQL-query-for-monitoring-Intune/m-p/719419#M1495</guid>
      <dc:creator>Uma_Boppana</dc:creator>
      <dc:date>2024-12-06T11:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom metrics for ADQL query for monitoring Intune connectors</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Creating-custom-metrics-for-ADQL-query-for-monitoring-Intune/m-p/719420#M1496</link>
      <description>&lt;P&gt;Hi Uma&lt;/P&gt;
&lt;P&gt;As far as I know you cant uses alias field, but that shouldn't be an issue, as you are creating the metric, just name it what you require then the metric will be named as you need it in the health rules and dashboards &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2024 07:38:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Creating-custom-metrics-for-ADQL-query-for-monitoring-Intune/m-p/719420#M1496</guid>
      <dc:creator>Morelz</dc:creator>
      <dc:date>2024-12-11T07:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom metrics for ADQL query for monitoring Intune connectors</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Creating-custom-metrics-for-ADQL-query-for-monitoring-Intune/m-p/719421#M1497</link>
      <description>&lt;P&gt;Hi Mario,&lt;/P&gt;&lt;P&gt;Thanks for the response. When i added the query as metric, i m getting old value.&lt;/P&gt;&lt;P&gt;For ex, the expiration days are 219 days. but it shows 229 days on the day when i created the metric. why is that it not showing the current value. the value is not changing.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="UmaBoppana_0-1734604599692.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/34931iE8D7E10D3C55F9D9/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2024 10:36:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Creating-custom-metrics-for-ADQL-query-for-monitoring-Intune/m-p/719421#M1497</guid>
      <dc:creator>Uma_Boppana</dc:creator>
      <dc:date>2024-12-19T10:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom metrics for ADQL query for monitoring Intune connectors</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Creating-custom-metrics-for-ADQL-query-for-monitoring-Intune/m-p/719422#M1498</link>
      <description>&lt;P&gt;we are feeding data for every 5 mins and if you see the data its 229 all the time in metric graph where as when we execute the query its different 219 value.&lt;/P&gt;&lt;P&gt;16/12/2024 23:55:00,46,0,229,229,5&lt;/P&gt;&lt;P&gt;17/12/2024 23:55:00,46,0,229,229,5&lt;/P&gt;&lt;P&gt;18/12/2024 23:55:00,46,0,229,229,5&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2024 10:40:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Creating-custom-metrics-for-ADQL-query-for-monitoring-Intune/m-p/719422#M1498</guid>
      <dc:creator>Uma_Boppana</dc:creator>
      <dc:date>2024-12-19T10:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom metrics for ADQL query for monitoring Intune connectors</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Creating-custom-metrics-for-ADQL-query-for-monitoring-Intune/m-p/719423#M1499</link>
      <description>&lt;P&gt;I am assuming due to the way the query is being evaluated, it doesn't just take latest value, and hence due to using max, it gets the largest value stored of that field for however long you store data in analytics.&lt;/P&gt;
&lt;P&gt;You can either try and change the max to min which should get the lowest value always but better would be to append the following clause to the query to ensure that only the last 5 minutes of data gets used to get the value -&amp;nbsp;SINCE 5 minutes&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2024 10:46:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Creating-custom-metrics-for-ADQL-query-for-monitoring-Intune/m-p/719423#M1499</guid>
      <dc:creator>Morelz</dc:creator>
      <dc:date>2024-12-19T10:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom metrics for ADQL query for monitoring Intune connectors</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Creating-custom-metrics-for-ADQL-query-for-monitoring-Intune/m-p/719424#M1500</link>
      <description>&lt;P&gt;Hi Mario,&lt;/P&gt;&lt;P&gt;Thanks for the update. Since its not creating updated values, we have applied formula at power automate itself.&lt;/P&gt;&lt;P&gt;Now issues is&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;    "type": "string",
        "value": "abcd@ef.gh.com"&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;value ""abcd@ef.gh.com""not poping up&amp;nbsp; under AppD schem , though the value is getting parsed.&lt;/P&gt;&lt;P&gt;I have initiated as string and earlier it worked , once i have deleted schema and created again, value showing as null&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2024 06:50:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Creating-custom-metrics-for-ADQL-query-for-monitoring-Intune/m-p/719424#M1500</guid>
      <dc:creator>Uma_Boppana</dc:creator>
      <dc:date>2024-12-20T06:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom metrics for ADQL query for monitoring Intune connectors</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Creating-custom-metrics-for-ADQL-query-for-monitoring-Intune/m-p/719425#M1501</link>
      <description>&lt;P&gt;Hi Uma&lt;/P&gt;
&lt;P&gt;What do you mean the value is not getting updated, if you run the query in the query browser does it return the correct value? Is it only in the calculated metric where it doesn't return the correct value?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2024 09:45:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Creating-custom-metrics-for-ADQL-query-for-monitoring-Intune/m-p/719425#M1501</guid>
      <dc:creator>Morelz</dc:creator>
      <dc:date>2024-12-20T09:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom metrics for ADQL query for monitoring Intune connectors</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Creating-custom-metrics-for-ADQL-query-for-monitoring-Intune/m-p/719426#M1502</link>
      <description>&lt;P&gt;I am pushing values from power automate to appd schema.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="UmaBoppana_1-1734688445412.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/34936iF5C467B952242E7B/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;All values getting captured under APPd schema but not AppleId which is email ID which i defined as string&lt;/P&gt;&lt;P&gt;here appleId value is null&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="UmaBoppana_0-1734688315822.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/34932iFAC52614A990A00C/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;why is it not capturing the value&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2024 09:55:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Creating-custom-metrics-for-ADQL-query-for-monitoring-Intune/m-p/719426#M1502</guid>
      <dc:creator>Uma_Boppana</dc:creator>
      <dc:date>2024-12-20T09:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom metrics for ADQL query for monitoring Intune connectors</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Creating-custom-metrics-for-ADQL-query-for-monitoring-Intune/m-p/719427#M1503</link>
      <description>&lt;P&gt;That's strange&lt;/P&gt;
&lt;P&gt;Can you run the query "select appleid from intune_vpp1"&amp;nbsp; does it show null values as well? Also double click on any of the events and check if the email value is shown there in the popup screen or are they all null?&lt;/P&gt;
&lt;P&gt;I know some characters cause the main view to show null event though there is a value in them, have not populated it with an email address, will do a test on my side as well&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2024 10:04:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Creating-custom-metrics-for-ADQL-query-for-monitoring-Intune/m-p/719427#M1503</guid>
      <dc:creator>Morelz</dc:creator>
      <dc:date>2024-12-20T10:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom metrics for ADQL query for monitoring Intune connectors</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Creating-custom-metrics-for-ADQL-query-for-monitoring-Intune/m-p/719428#M1504</link>
      <description>&lt;P&gt;Its null. even if i click on event it shows Null value&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="UmaBoppana_0-1734689457911.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/34938iED6B1810C17E33B5/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2024 10:11:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Creating-custom-metrics-for-ADQL-query-for-monitoring-Intune/m-p/719428#M1504</guid>
      <dc:creator>Uma_Boppana</dc:creator>
      <dc:date>2024-12-20T10:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom metrics for ADQL query for monitoring Intune connectors</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Creating-custom-metrics-for-ADQL-query-for-monitoring-Intune/m-p/719429#M1505</link>
      <description>&lt;P&gt;Hi, I believe the problem is not on AppDynamics side. I just tested and inserted an email address into the string field and it shows correctly&lt;/P&gt;

&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MarioMorelli_1-1734690094379.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/34937i688652732EBFA721/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Here is my sample Curl populating the data, which works. Can you try and manually post to analytics and see if it works, might be power automate which doesn't format the email address correctly perhaps?&lt;/P&gt;
&lt;P&gt;curl -X POST "&lt;A href="https://xxxxxxx/events/publish/TEST" target="_blank" rel="nofollow noopener noreferrer"&gt;https://xxxxxxx/events/publish/TEST&lt;/A&gt;" -H "X-Events-API-AccountName:xxxxxxxx" -H "X-Events-API-Key:xxxxxx" -H "Content-type: application/vnd.appd.events+json;v=2" -d '[{"expirationDateTime": 1597135561333, "appleId": "test@test.com", "DaysLeft": "176"}]'&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2024 10:22:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Creating-custom-metrics-for-ADQL-query-for-monitoring-Intune/m-p/719429#M1505</guid>
      <dc:creator>Morelz</dc:creator>
      <dc:date>2024-12-20T10:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom metrics for ADQL query for monitoring Intune connectors</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Creating-custom-metrics-for-ADQL-query-for-monitoring-Intune/m-p/719430#M1506</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/171916"&gt;@Uma.Boppana&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;I wanted to give this thread a nudge to see if you saw Mario's reply and want to keep the conversation going or if you found a solution you could share here.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2025 18:41:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Creating-custom-metrics-for-ADQL-query-for-monitoring-Intune/m-p/719430#M1506</guid>
      <dc:creator>iamryan</dc:creator>
      <dc:date>2025-01-06T18:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom metrics for ADQL query for monitoring Intune connectors</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Creating-custom-metrics-for-ADQL-query-for-monitoring-Intune/m-p/719431#M1507</link>
      <description>&lt;P&gt;Issue is with db schema.&lt;/P&gt;&lt;P&gt;The Appleid field was created earlier and deleted, but due to indexing it might have not been deleted.&lt;BR /&gt;The new field that we are seeing AppleId(notice the i in id) now, is the one we are seeing but there are two fields showing in the backend.&lt;/P&gt;&lt;P&gt;we had performed a rollover/indexing to have the old field deleted. And it resolved the issue&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2025 08:23:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Creating-custom-metrics-for-ADQL-query-for-monitoring-Intune/m-p/719431#M1507</guid>
      <dc:creator>Uma_Boppana</dc:creator>
      <dc:date>2025-01-22T08:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom metrics for ADQL query for monitoring Intune connectors</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Creating-custom-metrics-for-ADQL-query-for-monitoring-Intune/m-p/719432#M1508</link>
      <description>&lt;P&gt;We could close this topic. Thanks to Mario&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2025 08:24:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Creating-custom-metrics-for-ADQL-query-for-monitoring-Intune/m-p/719432#M1508</guid>
      <dc:creator>Uma_Boppana</dc:creator>
      <dc:date>2025-01-22T08:24:55Z</dc:date>
    </item>
  </channel>
</rss>

