<?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: Combining logs and triggering alert in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Combining-logs-and-triggering-alert/m-p/550854#M10484</link>
    <description>&lt;P&gt;This should help find the missing transactions.&amp;nbsp; Add it to the end of the previous query.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval missing=""
| foreach "initiation" "debit" "verification" "creditor verification" "money debit and credit" [eval missing=missing . if(isnull(mvfind(transactions,"&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;")),"&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt; ","")]
| table transactions missing&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 07 May 2021 15:01:19 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2021-05-07T15:01:19Z</dc:date>
    <item>
      <title>Combining logs and triggering alert</title>
      <link>https://community.splunk.com/t5/Alerting/Combining-logs-and-triggering-alert/m-p/550765#M10475</link>
      <description>&lt;P&gt;I need to combine logs from multiple events based on unique field and trigger an alert if order is missing in events generation.&lt;BR /&gt;Example :&lt;BR /&gt;If there is any transaction then events should generate in like wise order depending on reference number.&lt;BR /&gt;First event should be initiation followed by debit followed by verification followed by creditor verification and then money debit and credit into accounts.&lt;BR /&gt;Based on this i need to combine all the results in one order and trigger an alert if any event missed in this order.&lt;BR /&gt;Can anyone please help me on this????&lt;/P&gt;</description>
      <pubDate>Fri, 07 May 2021 07:55:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Combining-logs-and-triggering-alert/m-p/550765#M10475</guid>
      <dc:creator>vineela</dc:creator>
      <dc:date>2021-05-07T07:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Combining logs and triggering alert</title>
      <link>https://community.splunk.com/t5/Alerting/Combining-logs-and-triggering-alert/m-p/550807#M10477</link>
      <description>&lt;P&gt;That's not a lot to work with, but you may be successful counting transactions for each reference number and generating an alert if the number of transactions falls below an expected amount.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;... | stats values(transaction) as transactions by referenceNumber
| where mvcount(transactions) &amp;lt; 5
| table referenceNumber transactions&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 07 May 2021 12:41:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Combining-logs-and-triggering-alert/m-p/550807#M10477</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-05-07T12:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Combining logs and triggering alert</title>
      <link>https://community.splunk.com/t5/Alerting/Combining-logs-and-triggering-alert/m-p/550823#M10478</link>
      <description>&lt;P&gt;I agree with you...but also i need to check which log is missing i mean in which step its failing to move further, That thing helps me much better in this case for easy solvation.&lt;BR /&gt;Thanks for your solution .&lt;BR /&gt;Can anyone help me on the same.&lt;/P&gt;</description>
      <pubDate>Fri, 07 May 2021 13:25:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Combining-logs-and-triggering-alert/m-p/550823#M10478</guid>
      <dc:creator>vineela</dc:creator>
      <dc:date>2021-05-07T13:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Combining logs and triggering alert</title>
      <link>https://community.splunk.com/t5/Alerting/Combining-logs-and-triggering-alert/m-p/550854#M10484</link>
      <description>&lt;P&gt;This should help find the missing transactions.&amp;nbsp; Add it to the end of the previous query.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval missing=""
| foreach "initiation" "debit" "verification" "creditor verification" "money debit and credit" [eval missing=missing . if(isnull(mvfind(transactions,"&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;")),"&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt; ","")]
| table transactions missing&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 May 2021 15:01:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Combining-logs-and-triggering-alert/m-p/550854#M10484</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-05-07T15:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Combining logs and triggering alert</title>
      <link>https://community.splunk.com/t5/Alerting/Combining-logs-and-triggering-alert/m-p/551193#M10490</link>
      <description>&lt;P&gt;That helps me a lot. Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 11 May 2021 07:47:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Combining-logs-and-triggering-alert/m-p/551193#M10490</guid>
      <dc:creator>vineela</dc:creator>
      <dc:date>2021-05-11T07:47:53Z</dc:date>
    </item>
  </channel>
</rss>

