<?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 Search in transactions help in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Search-in-transactions-help/m-p/547268#M155165</link>
    <description>&lt;P&gt;We have several log entries with what boils down to a transaction ID. I want to group these entries and within those groups, I want to create an alert that will trigger if a phrase shows up 10 or more times in 5 min. Below is what I currently have, but I don't think I am headed in the right direction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;index=index_name host=server_name sourcetype=moveit:fti*&lt;BR /&gt;| transaction tasknumer maxspan=300s&lt;BR /&gt;| search "could not get id"&lt;/P&gt;</description>
    <pubDate>Thu, 08 Apr 2021 20:41:34 GMT</pubDate>
    <dc:creator>cboillot</dc:creator>
    <dc:date>2021-04-08T20:41:34Z</dc:date>
    <item>
      <title>Search in transactions help</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-in-transactions-help/m-p/547268#M155165</link>
      <description>&lt;P&gt;We have several log entries with what boils down to a transaction ID. I want to group these entries and within those groups, I want to create an alert that will trigger if a phrase shows up 10 or more times in 5 min. Below is what I currently have, but I don't think I am headed in the right direction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;index=index_name host=server_name sourcetype=moveit:fti*&lt;BR /&gt;| transaction tasknumer maxspan=300s&lt;BR /&gt;| search "could not get id"&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 20:41:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-in-transactions-help/m-p/547268#M155165</guid>
      <dc:creator>cboillot</dc:creator>
      <dc:date>2021-04-08T20:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Search in transactions help</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-in-transactions-help/m-p/547322#M155183</link>
      <description>&lt;P&gt;Is there a reason why you're using transaction? why not just look for the "could not get id" and simply do a stats count over the last 5 min?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=index_name host=server_name sourcetype=moveit:fti* "could not get id"
| stats count &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you can, post some more details regarding your raw data.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Apr 2021 09:14:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-in-transactions-help/m-p/547322#M155183</guid>
      <dc:creator>diogofgm</dc:creator>
      <dc:date>2021-04-09T09:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Search in transactions help</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-in-transactions-help/m-p/547376#M155212</link>
      <description>&lt;P&gt;In the cause, each transaction would be a different job. Each job can have a have a few&amp;nbsp;&lt;SPAN&gt;"could not get id"&amp;nbsp;. so we need to know per job/transaction.&amp;nbsp; We can have several jobs running at once.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Raw data has has date time, task number, and system message, in that order.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Apr 2021 14:27:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-in-transactions-help/m-p/547376#M155212</guid>
      <dc:creator>cboillot</dc:creator>
      <dc:date>2021-04-09T14:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Search in transactions help</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-in-transactions-help/m-p/547388#M155219</link>
      <description>&lt;P&gt;i may be able to use&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| stats count by tasknumer&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think that might be the answer....&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Apr 2021 15:00:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-in-transactions-help/m-p/547388#M155219</guid>
      <dc:creator>cboillot</dc:creator>
      <dc:date>2021-04-09T15:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Search in transactions help</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-in-transactions-help/m-p/547466#M155254</link>
      <description>&lt;P&gt;Yes, if you have multiple messages “could not get id” per task number you should use the “by tasknumber” clause.&lt;/P&gt;&lt;P&gt;and yes most of the times stats is the answer, not transaction. There are several presentations from .conf regarding using stats instead of transaction.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Apr 2021 00:29:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-in-transactions-help/m-p/547466#M155254</guid>
      <dc:creator>diogofgm</dc:creator>
      <dc:date>2021-04-10T00:29:22Z</dc:date>
    </item>
  </channel>
</rss>

