<?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: Find number of results based on transaction start and end. in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Find-number-of-results-based-on-transaction-start-and-end/m-p/408155#M7056</link>
    <description>&lt;P&gt;Hi @aohls, &lt;/P&gt;

&lt;P&gt;I'm trying to understand what you are trying to solve. Unfortunately without any sample data I might not be able to.&lt;/P&gt;

&lt;P&gt;It would be good if you could provide us with some sample events you want to use your 'transaction' command on. &lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Fri, 30 Nov 2018 19:59:10 GMT</pubDate>
    <dc:creator>horsefez</dc:creator>
    <dc:date>2018-11-30T19:59:10Z</dc:date>
    <item>
      <title>Find number of results based on transaction start and end.</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Find-number-of-results-based-on-transaction-start-and-end/m-p/408154#M7055</link>
      <description>&lt;P&gt;I am trying to find a way to get the count of number of concurrent reports running at one time. I can get a timechart with the count but it is using the time of the first result; so if the transaction has two events of 2:30 AM and 2:50 AM it will show 2:30 as the transaction time. I would like the event to show up throughout the entire time between the start and end time.&lt;/P&gt;

&lt;P&gt;Here is an example of the transaction I end up with and data I am pulling from. Not too complex for what the log has...&lt;/P&gt;

&lt;P&gt;INFO | 2018/11/30 14:30:00 | [INFO] START QuarterlyReport&lt;BR /&gt;
INFO | 2018/11/30 14:55:00 | [INFO] FINISHED QuarterlyReport&lt;/P&gt;

&lt;P&gt;Currently I am only doing:&lt;BR /&gt;
    ....|transaction Start, End&lt;BR /&gt;
    |timechart count&lt;/P&gt;

&lt;P&gt;With this my timechart only counts 1 at 2:30, then 2:35 it will show zero. I was looking to have it so that my timechart line will remain at a count of 1 from 2:30 to 2:55, the duration of the report. In the end we can have multiple reports running at the same time so I wanted to get a count of total reports running during the span I set in the timechart.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 18:31:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Find-number-of-results-based-on-transaction-start-and-end/m-p/408154#M7055</guid>
      <dc:creator>aohls</dc:creator>
      <dc:date>2018-11-30T18:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Find number of results based on transaction start and end.</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Find-number-of-results-based-on-transaction-start-and-end/m-p/408155#M7056</link>
      <description>&lt;P&gt;Hi @aohls, &lt;/P&gt;

&lt;P&gt;I'm trying to understand what you are trying to solve. Unfortunately without any sample data I might not be able to.&lt;/P&gt;

&lt;P&gt;It would be good if you could provide us with some sample events you want to use your 'transaction' command on. &lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 19:59:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Find-number-of-results-based-on-transaction-start-and-end/m-p/408155#M7056</guid>
      <dc:creator>horsefez</dc:creator>
      <dc:date>2018-11-30T19:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Find number of results based on transaction start and end.</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Find-number-of-results-based-on-transaction-start-and-end/m-p/408156#M7057</link>
      <description>&lt;P&gt;I updated with example events, there is not too much to the actual event. I want to count concurrent reports running at a specific time if that makes more sense.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 20:26:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Find-number-of-results-based-on-transaction-start-and-end/m-p/408156#M7057</guid>
      <dc:creator>aohls</dc:creator>
      <dc:date>2018-11-30T20:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Find number of results based on transaction start and end.</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Find-number-of-results-based-on-transaction-start-and-end/m-p/408157#M7058</link>
      <description>&lt;P&gt;Try this instead:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=YouShouldAlwaysSpecifyAnIndex sourcetype=AndSourcetypeToo "[INFO] FINISHED"
| timechart count
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 30 Nov 2018 22:37:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Find-number-of-results-based-on-transaction-start-and-end/m-p/408157#M7058</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2018-11-30T22:37:03Z</dc:date>
    </item>
  </channel>
</rss>

