<?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: Is it possible to do Complex Event Processing based on some Business Rules in Splunk? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-do-Complex-Event-Processing-based-on-some/m-p/202866#M58897</link>
    <description>&lt;P&gt;Hi Richgalloway,&lt;BR /&gt;
                Thanks For your answer,&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;          For Example,
          I have to Alert a customer when the below criteria met
          Event: 'ALERT_AVAIL_EMERGENCY_BALANCE'
          When  
          CUST_Balance=0
          and
          REPYMNT_GRADE='A'
          Then
          ALERT_AVAIL_EMERGENCY_BALANCE
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Whether this kind of Event Processing and alerts are possible in Splunk?&lt;/P&gt;</description>
    <pubDate>Tue, 20 Dec 2016 16:07:33 GMT</pubDate>
    <dc:creator>sharukh619</dc:creator>
    <dc:date>2016-12-20T16:07:33Z</dc:date>
    <item>
      <title>Is it possible to do Complex Event Processing based on some Business Rules in Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-do-Complex-Event-Processing-based-on-some/m-p/202864#M58895</link>
      <description>&lt;P&gt;We are in an implementation of Splunk on top of our EDW. Is it possible to do Complex Event Processing based on some Business Rules in Splunk? And I want to Extract data (Tables and Attributes) from my Database, is it possible with Splunk?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2016 13:17:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-do-Complex-Event-Processing-based-on-some/m-p/202864#M58895</guid>
      <dc:creator>sharukh619</dc:creator>
      <dc:date>2016-12-20T13:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to do Complex Event Processing based on some Business Rules in Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-do-Complex-Event-Processing-based-on-some/m-p/202865#M58896</link>
      <description>&lt;P&gt;Depending on how complex your business rules are, you may be able to implement them using custom commands.  Provide more detail about what you are trying to do and we can provide a more detailed answer.&lt;/P&gt;

&lt;P&gt;To extract data from a SQL database, look at the Splunk DB Connect (&lt;A href="https://splunkbase.splunk.com/app/2686/"&gt;https://splunkbase.splunk.com/app/2686/&lt;/A&gt;) app.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2016 13:37:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-do-Complex-Event-Processing-based-on-some/m-p/202865#M58896</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2016-12-20T13:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to do Complex Event Processing based on some Business Rules in Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-do-Complex-Event-Processing-based-on-some/m-p/202866#M58897</link>
      <description>&lt;P&gt;Hi Richgalloway,&lt;BR /&gt;
                Thanks For your answer,&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;          For Example,
          I have to Alert a customer when the below criteria met
          Event: 'ALERT_AVAIL_EMERGENCY_BALANCE'
          When  
          CUST_Balance=0
          and
          REPYMNT_GRADE='A'
          Then
          ALERT_AVAIL_EMERGENCY_BALANCE
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Whether this kind of Event Processing and alerts are possible in Splunk?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2016 16:07:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-do-Complex-Event-Processing-based-on-some/m-p/202866#M58897</guid>
      <dc:creator>sharukh619</dc:creator>
      <dc:date>2016-12-20T16:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to do Complex Event Processing based on some Business Rules in Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-do-Complex-Event-Processing-based-on-some/m-p/202867#M58898</link>
      <description>&lt;P&gt;That is very common in Splunk.  To send an alert, schedule a saved search similar to this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=foo "ALERT_AVAIL_EMERGENCY_BALANCE" where (CUST_Balance=0 REPYMNT_GRADE='A') | table &amp;lt;fields of interest&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Set the search to trigger an alert whenever the number of results is greater than zero.  Check the box to send an email and fill in the appropriate fields.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2016 18:18:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-do-Complex-Event-Processing-based-on-some/m-p/202867#M58898</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2016-12-20T18:18:41Z</dc:date>
    </item>
  </channel>
</rss>

