<?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: How to send splunk alerts to Appdynamics console in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/How-to-send-splunk-alerts-to-Appdynamics-console/m-p/465763#M12619</link>
    <description>&lt;P&gt;This really worked, thanks for all your help!&lt;/P&gt;</description>
    <pubDate>Mon, 16 Sep 2019 10:24:38 GMT</pubDate>
    <dc:creator>manish_singh_77</dc:creator>
    <dc:date>2019-09-16T10:24:38Z</dc:date>
    <item>
      <title>How to send splunk alerts to Appdynamics console</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-send-splunk-alerts-to-Appdynamics-console/m-p/465757#M12613</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;

&lt;P&gt;How do we send splunk alerts to Appdynamics tool, is there any add on app available or any direct integration available?&lt;/P&gt;

&lt;P&gt;Please guide...&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 07:18:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-send-splunk-alerts-to-Appdynamics-console/m-p/465757#M12613</guid>
      <dc:creator>manish_singh_77</dc:creator>
      <dc:date>2019-08-29T07:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to send splunk alerts to Appdynamics console</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-send-splunk-alerts-to-Appdynamics-console/m-p/465758#M12614</link>
      <description>&lt;P&gt;Can we do this through script?&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 06:00:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-send-splunk-alerts-to-Appdynamics-console/m-p/465758#M12614</guid>
      <dc:creator>manish_singh_77</dc:creator>
      <dc:date>2019-08-30T06:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to send splunk alerts to Appdynamics console</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-send-splunk-alerts-to-Appdynamics-console/m-p/465759#M12615</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;If API is available on AppDynamics, than you can post the alert data to API by,&lt;BR /&gt;
- creating custom command like &lt;CODE&gt;sendemail&lt;/CODE&gt; and add it at end of your query (requires a python script)&lt;BR /&gt;
- just create a pyhton script to post data on API and add it as alert action script.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.3.1/Search/Writeasearchcommand"&gt;https://docs.splunk.com/Documentation/Splunk/7.3.1/Search/Writeasearchcommand&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://docs.appdynamics.com/display/PRO45/Alert+and+Respond+API#AlertandRespondAPI-CreateEvents"&gt;https://docs.appdynamics.com/display/PRO45/Alert+and+Respond+API#AlertandRespondAPI-CreateEvents&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 08:38:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-send-splunk-alerts-to-Appdynamics-console/m-p/465759#M12615</guid>
      <dc:creator>gaurav_maniar</dc:creator>
      <dc:date>2019-08-30T08:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to send splunk alerts to Appdynamics console</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-send-splunk-alerts-to-Appdynamics-console/m-p/465760#M12616</link>
      <description>&lt;P&gt;@gaurav_maniar &lt;/P&gt;

&lt;P&gt;Could you please help me to create a custom command like sendemail and how do we add it at end of the query.&lt;/P&gt;

&lt;P&gt;I have seen the second link and that says we can create custom event but that requires mandatory fields like summary, eventtype &amp;amp; severity. How do we do this in splunk?&lt;/P&gt;

&lt;P&gt;curl -X POST --user user1@customer1:secret '&lt;A href="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"&gt;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;/A&gt;'&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2019 12:39:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-send-splunk-alerts-to-Appdynamics-console/m-p/465760#M12616</guid>
      <dc:creator>manish_singh_77</dc:creator>
      <dc:date>2019-09-03T12:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to send splunk alerts to Appdynamics console</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-send-splunk-alerts-to-Appdynamics-console/m-p/465761#M12617</link>
      <description>&lt;P&gt;@gaurav_maniar&lt;/P&gt;

&lt;P&gt;Could you pls check&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2019 07:56:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-send-splunk-alerts-to-Appdynamics-console/m-p/465761#M12617</guid>
      <dc:creator>manish_singh_77</dc:creator>
      <dc:date>2019-09-04T07:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to send splunk alerts to Appdynamics console</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-send-splunk-alerts-to-Appdynamics-console/m-p/465762#M12618</link>
      <description>&lt;P&gt;@gaurav_maniar &lt;/P&gt;

&lt;P&gt;This worked, thanks a lot for all your help!&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2019 10:22:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-send-splunk-alerts-to-Appdynamics-console/m-p/465762#M12618</guid>
      <dc:creator>manish_singh_77</dc:creator>
      <dc:date>2019-09-16T10:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to send splunk alerts to Appdynamics console</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-send-splunk-alerts-to-Appdynamics-console/m-p/465763#M12619</link>
      <description>&lt;P&gt;This really worked, thanks for all your help!&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2019 10:24:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-send-splunk-alerts-to-Appdynamics-console/m-p/465763#M12619</guid>
      <dc:creator>manish_singh_77</dc:creator>
      <dc:date>2019-09-16T10:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to send splunk alerts to Appdynamics console</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-send-splunk-alerts-to-Appdynamics-console/m-p/465764#M12620</link>
      <description>&lt;P&gt;Or you can directly use the below app from Splunk Base&lt;BR /&gt;
&lt;A href="https://splunkbase.splunk.com/app/4776/"&gt;https://splunkbase.splunk.com/app/4776/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2019 14:29:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-send-splunk-alerts-to-Appdynamics-console/m-p/465764#M12620</guid>
      <dc:creator>gaurav_maniar</dc:creator>
      <dc:date>2019-11-16T14:29:19Z</dc:date>
    </item>
  </channel>
</rss>

