<?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: How to search for transactions associated with another field? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-transactions-associated-with-another-field/m-p/179148#M51566</link>
    <description>&lt;P&gt;glad I could help&lt;/P&gt;</description>
    <pubDate>Wed, 01 Jul 2015 07:43:40 GMT</pubDate>
    <dc:creator>aholzel</dc:creator>
    <dc:date>2015-07-01T07:43:40Z</dc:date>
    <item>
      <title>How to search for transactions associated with another field?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-transactions-associated-with-another-field/m-p/179145#M51563</link>
      <description>&lt;P&gt;I have to send automated reports to a partner with logs and MSISDN that failed due to timeout. Logs are divided by steps, so if I look for telephone number:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;wstxns1:addresses&amp;gt;tel:573162xxxx&amp;lt;/wstxns1:addresse&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I can get them easily, but I don't know if they're failing because the error is showed a step/field after. If I search for the error, it's easy too, but I can't see the phone number associated because it's a step/field before &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;msg=Exception timeout launched when sending a SMS MT to SMS ParlayX Enabler: The timeout period of 30000ms has been exceeded
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The only field in common between those fields is a correlatorID &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;corr=22cb1367-d04a-47e1-994f-d5df70d98001
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If I search with it on my sourcetype, I can get all steps, but I get only that, and I need all of them that are failing... Any idea? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jun 2015 11:36:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-transactions-associated-with-another-field/m-p/179145#M51563</guid>
      <dc:creator>mikylace</dc:creator>
      <dc:date>2015-06-26T11:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to search for transactions associated with another field?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-transactions-associated-with-another-field/m-p/179146#M51564</link>
      <description>&lt;P&gt;seems like something for the transaction command&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;base search
| transaction correlatorID
| .....
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;also see: &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.3/SearchReference/Transaction"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.3/SearchReference/Transaction&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jun 2015 12:10:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-transactions-associated-with-another-field/m-p/179146#M51564</guid>
      <dc:creator>aholzel</dc:creator>
      <dc:date>2015-06-26T12:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to search for transactions associated with another field?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-transactions-associated-with-another-field/m-p/179147#M51565</link>
      <description>&lt;P&gt;I found it! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
Thanks man!&lt;/P&gt;

&lt;P&gt;&lt;A href="http://answers.splunk.com/answers/138588/joining-multiple-events-via-a-common-field.html"&gt;http://answers.splunk.com/answers/138588/joining-multiple-events-via-a-common-field.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.1.7/Search/Abouttransactions"&gt;http://docs.splunk.com/Documentation/Splunk/6.1.7/Search/Abouttransactions&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;index=pconnectindex sourcetype=parlayx | transaction corr | search lvl=ERROR&lt;/P&gt;

&lt;P&gt;basically, the "transaction" command groups multiple events into a single meta-event that represents a single physical event. In my case, sending an SMS have generated several events, with the "corr" field in common. To see the failed ones, I just have to "search" for the level "ERROR".&lt;/P&gt;

&lt;P&gt;Piece of cake!&lt;BR /&gt;
thankyou so much!&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2015 12:16:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-transactions-associated-with-another-field/m-p/179147#M51565</guid>
      <dc:creator>mikylace</dc:creator>
      <dc:date>2015-06-29T12:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to search for transactions associated with another field?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-transactions-associated-with-another-field/m-p/179148#M51566</link>
      <description>&lt;P&gt;glad I could help&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2015 07:43:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-transactions-associated-with-another-field/m-p/179148#M51566</guid>
      <dc:creator>aholzel</dc:creator>
      <dc:date>2015-07-01T07:43:40Z</dc:date>
    </item>
  </channel>
</rss>

