<?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: Join and a Transaction with _time within minute? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Join-and-a-Transaction-with-time-within-minute/m-p/70015#M17545</link>
    <description>&lt;P&gt;If you do a timechart over the same range with the same span twice you can use appendcols to merge them.&lt;/P&gt;</description>
    <pubDate>Thu, 21 Mar 2013 16:22:55 GMT</pubDate>
    <dc:creator>martin_mueller</dc:creator>
    <dc:date>2013-03-21T16:22:55Z</dc:date>
    <item>
      <title>Join and a Transaction with _time within minute?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Join-and-a-Transaction-with-time-within-minute/m-p/70014#M17544</link>
      <description>&lt;P&gt;Ok folks, here's a doozy.&lt;/P&gt;

&lt;P&gt;Two sets of data, first set of data is needs to be evaluated by a transaction to group a long log together.&lt;/P&gt;

&lt;P&gt;index="main" sourcetype=APPPERF | transaction maxspan=0s startswith="Transaction arrived:" endswith="Sent transaction" | search Transaction_Name="App Test Script" | timechart span=10m values(Duration) by Transaction_Name&lt;/P&gt;

&lt;P&gt;From this search I can get the "Duration" that the App Test Script took.. great!&lt;/P&gt;

&lt;P&gt;My second set of data is bandwidth related.&lt;/P&gt;

&lt;P&gt;index=nagios | sort _time| delta inAbsolut as inabs_change| delta outAbsolut as outabs_change| where inabs_change&amp;gt;=0| where outabs_change&amp;gt;=0| eval inkilobits=(inabs_change*8/1000)| eval outkilobits=(outabs_change*8/1000)| timechart span=1m per_second(inkilobits) as in_kbps, per_second(outkilobits) as out_kbps&lt;/P&gt;

&lt;P&gt;From this search (found on splunkbase) I am getting my firewall current bandwidth.  I've been somewhat successful joining these two together by _time, but my problem with that is that my bandwidth polling and app perf polling are not in sync, so I may only get 2 or 3 records to match.&lt;/P&gt;

&lt;P&gt;I'm open to any suggestions on how to get these two data sets into a timechart.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:34:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Join-and-a-Transaction-with-time-within-minute/m-p/70014#M17544</guid>
      <dc:creator>dgshue</dc:creator>
      <dc:date>2020-09-28T13:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Join and a Transaction with _time within minute?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Join-and-a-Transaction-with-time-within-minute/m-p/70015#M17545</link>
      <description>&lt;P&gt;If you do a timechart over the same range with the same span twice you can use appendcols to merge them.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2013 16:22:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Join-and-a-Transaction-with-time-within-minute/m-p/70015#M17545</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2013-03-21T16:22:55Z</dc:date>
    </item>
  </channel>
</rss>

