<?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 About Custom event in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/About-Custom-event/m-p/725204#M4601</link>
    <description>&lt;P&gt;Have a requirement:&lt;BR /&gt;When error-checker in source code check out expect error need send a email to notify us.&lt;/P&gt;

&lt;P&gt;Maybe I can use custom events: send a post request with some paramers(according custom events document)&lt;/P&gt;

&lt;P&gt;But I think the way is not safety:&lt;BR /&gt;1st: the post request is "http" not "https"&lt;BR /&gt;2ed: the request will include account and password (not security)&lt;/P&gt;

&lt;P&gt;Could have other way able to implement this reqirment?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Agera K&lt;/P&gt;</description>
    <pubDate>Mon, 27 Nov 2017 07:27:20 GMT</pubDate>
    <dc:creator>CommunityUser</dc:creator>
    <dc:date>2017-11-27T07:27:20Z</dc:date>
    <item>
      <title>About Custom event</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/About-Custom-event/m-p/725204#M4601</link>
      <description>&lt;P&gt;Have a requirement:&lt;BR /&gt;When error-checker in source code check out expect error need send a email to notify us.&lt;/P&gt;

&lt;P&gt;Maybe I can use custom events: send a post request with some paramers(according custom events document)&lt;/P&gt;

&lt;P&gt;But I think the way is not safety:&lt;BR /&gt;1st: the post request is "http" not "https"&lt;BR /&gt;2ed: the request will include account and password (not security)&lt;/P&gt;

&lt;P&gt;Could have other way able to implement this reqirment?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Agera K&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2017 07:27:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/About-Custom-event/m-p/725204#M4601</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2017-11-27T07:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: About Custom event</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/About-Custom-event/m-p/725205#M4602</link>
      <description>&lt;P&gt;attach to custom events template:&lt;/P&gt;
&lt;PRE&gt;curl -X POST --user user1@customer1:secret 'http://demo.appdynamics.com/controller/rest/applications/5/events?severity=INFO&amp;amp;summary=test1&amp;amp;eventtype=CUSTOM&amp;amp;customeventtype=mycustomevent&amp;amp;propertynames=key1&amp;amp;propertynames=key2&amp;amp;propertyvalues=value1&amp;amp;propertyvalues=value'&lt;/PRE&gt;

&lt;P&gt;but -user&amp;nbsp; user1@customer1:secret&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;user1&amp;nbsp;: &amp;nbsp;what's mean&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;custimer1:&amp;nbsp; account . right?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;secret: password&amp;nbsp; .&amp;nbsp;right?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;And I only know two data: account of login&amp;nbsp; and password&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2017 08:00:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/About-Custom-event/m-p/725205#M4602</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2017-11-27T08:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: About Custom event</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/About-Custom-event/m-p/725206#M4603</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Agera,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;The user1 can be replaced by the username where you login into the controller UI. Please find more details in below docs&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://docs.appdynamics.com/display/PRO44/Using+the+Controller+APIs#UsingtheControllerAPIs-Authentication" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.appdynamics.com/display/PRO44/Using+the+Controller+APIs#UsingtheControllerAPIs-Authentication&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Yogesh&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2017 11:54:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/About-Custom-event/m-p/725206#M4603</guid>
      <dc:creator>Yogesh_Chouk</dc:creator>
      <dc:date>2017-11-27T11:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: About Custom event</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/About-Custom-event/m-p/725207#M4604</link>
      <description>&lt;P&gt;Ok,Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2017 00:43:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/About-Custom-event/m-p/725207#M4604</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2017-11-28T00:43:24Z</dc:date>
    </item>
  </channel>
</rss>

