<?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 duration on transaction where field name doesn't match in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Find-duration-on-transaction-where-field-name-doesn-t-match/m-p/398275#M115524</link>
    <description>&lt;P&gt;Does this work:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|rex "serial\s(?&amp;lt;SERIALNUMB&amp;gt;\d+)"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 28 May 2019 19:14:02 GMT</pubDate>
    <dc:creator>jodyfsu</dc:creator>
    <dc:date>2019-05-28T19:14:02Z</dc:date>
    <item>
      <title>Find duration on transaction where field name doesn't match</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Find-duration-on-transaction-where-field-name-doesn-t-match/m-p/398271#M115520</link>
      <description>&lt;P&gt;Sample data:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;May 25 01:51:14 ns1 named[32063]: zone somezone.net/IN/default: notify from 192.168.10.20#31830: serial 558310538
May 25 03:16:17 ns1 named[32063]: zone somezone.net/IN/default: transferred serial 558310538: TSIG 'view12345'
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;My issue is, without using the serial number which I've not been able to map to the same field name, the data won't be tracked correctly in a transaction.  I get transactions with serial number that don't match.  I need to know how long it took the DNS to notify then transfer somezone.net for the same exact serial number.&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 16:44:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Find-duration-on-transaction-where-field-name-doesn-t-match/m-p/398271#M115520</guid>
      <dc:creator>pkcbailey</dc:creator>
      <dc:date>2019-05-28T16:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Find duration on transaction where field name doesn't match</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Find-duration-on-transaction-where-field-name-doesn-t-match/m-p/398272#M115521</link>
      <description>&lt;P&gt;Here was the query I started with: index=dns host=ns1 ((notify AND serial) OR serial) somezone.net |transaction zonename startswith=notify endswith=transferred |where duration&amp;gt;600 |table duration&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 16:47:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Find-duration-on-transaction-where-field-name-doesn-t-match/m-p/398272#M115521</guid>
      <dc:creator>pkcbailey</dc:creator>
      <dc:date>2019-05-28T16:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Find duration on transaction where field name doesn't match</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Find-duration-on-transaction-where-field-name-doesn-t-match/m-p/398273#M115522</link>
      <description>&lt;P&gt;Before we address the transaction, you say, "without using the serial number which I've not been able to map to the same field name,"...&lt;/P&gt;

&lt;P&gt;Will a rex not work to get you the serial number, then you could use the serial number for the transaction?&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 18:22:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Find-duration-on-transaction-where-field-name-doesn-t-match/m-p/398273#M115522</guid>
      <dc:creator>jodyfsu</dc:creator>
      <dc:date>2019-05-28T18:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Find duration on transaction where field name doesn't match</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Find-duration-on-transaction-where-field-name-doesn-t-match/m-p/398274#M115523</link>
      <description>&lt;P&gt;I'm not sure how to rex that into a single value.&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 19:01:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Find-duration-on-transaction-where-field-name-doesn-t-match/m-p/398274#M115523</guid>
      <dc:creator>pkcbailey</dc:creator>
      <dc:date>2019-05-28T19:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Find duration on transaction where field name doesn't match</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Find-duration-on-transaction-where-field-name-doesn-t-match/m-p/398275#M115524</link>
      <description>&lt;P&gt;Does this work:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|rex "serial\s(?&amp;lt;SERIALNUMB&amp;gt;\d+)"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 28 May 2019 19:14:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Find-duration-on-transaction-where-field-name-doesn-t-match/m-p/398275#M115524</guid>
      <dc:creator>jodyfsu</dc:creator>
      <dc:date>2019-05-28T19:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: Find duration on transaction where field name doesn't match</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Find-duration-on-transaction-where-field-name-doesn-t-match/m-p/398276#M115525</link>
      <description>&lt;P&gt;None of the rex code folks have provided group the transaction with the same serial number yet.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 13:56:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Find-duration-on-transaction-where-field-name-doesn-t-match/m-p/398276#M115525</guid>
      <dc:creator>pkcbailey</dc:creator>
      <dc:date>2019-05-29T13:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Find duration on transaction where field name doesn't match</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Find-duration-on-transaction-where-field-name-doesn-t-match/m-p/398277#M115526</link>
      <description>&lt;P&gt;Try this: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=dns host=ns1 ((notify AND serial) OR serial) somezone.net |rex "\s+serial\s+(?&amp;lt;serial_test&amp;gt;\d+)" | transaction serial_test,zonename max_events=2  startswith=notify endswith=transferred| where duration&amp;gt;600 |table duration
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 02 Jun 2019 17:17:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Find-duration-on-transaction-where-field-name-doesn-t-match/m-p/398277#M115526</guid>
      <dc:creator>aromanauskas</dc:creator>
      <dc:date>2019-06-02T17:17:58Z</dc:date>
    </item>
  </channel>
</rss>

