<?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: Transaction with uri and referer in apache access in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Transaction-with-uri-and-referer-in-apache-access/m-p/141487#M39197</link>
    <description>&lt;P&gt;&lt;CODE&gt;transaction&lt;/CODE&gt; does not work quite that way. The point of specifying more than one field to base the transaction on, is to allow it to span across different types of log, e.g.&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;logs from system_1 contains &lt;CODE&gt;fieldA=xxx fieldB=yyy&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;logs from system_2 contains &lt;CODE&gt;fieldB=yyy fieldC=zzz&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;logs from system_3 contains &lt;CODE&gt;fieldC=zzz fieldD=qqq&lt;/CODE&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Then you can link it together with &lt;CODE&gt;transaction fieldB fieldC&lt;/CODE&gt;. &lt;/P&gt;

&lt;P&gt;In your case you only have a single source of events, but the values on which you want to build your transaction moves between fields. It would be infinitely easier to use a session-id or similar.&lt;/P&gt;

&lt;P&gt;/K&lt;/P&gt;</description>
    <pubDate>Fri, 07 Feb 2014 08:44:27 GMT</pubDate>
    <dc:creator>kristian_kolb</dc:creator>
    <dc:date>2014-02-07T08:44:27Z</dc:date>
    <item>
      <title>Transaction with uri and referer in apache access</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Transaction-with-uri-and-referer-in-apache-access/m-p/141486#M39196</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
   I have a Apache access log,for events in every transaction,the referer field of the second event will be the same as uri of the first event, which looks like this:&lt;/P&gt;

&lt;P&gt;clientip [timestamp] - - -  GET uri1 ... referer1 ...&lt;/P&gt;

&lt;P&gt;clientip [timestamp] - - -  GET uri2 ... referer2=uri1 ...&lt;/P&gt;

&lt;P&gt;clientip [timestamp] - - -  GET uri3 ... referer3=uri2 ...&lt;/P&gt;

&lt;P&gt;Can I make a transaction based on clientip, uri, referer? &lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Geoff&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2014 08:12:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Transaction-with-uri-and-referer-in-apache-access/m-p/141486#M39196</guid>
      <dc:creator>geoff1</dc:creator>
      <dc:date>2014-02-07T08:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction with uri and referer in apache access</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Transaction-with-uri-and-referer-in-apache-access/m-p/141487#M39197</link>
      <description>&lt;P&gt;&lt;CODE&gt;transaction&lt;/CODE&gt; does not work quite that way. The point of specifying more than one field to base the transaction on, is to allow it to span across different types of log, e.g.&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;logs from system_1 contains &lt;CODE&gt;fieldA=xxx fieldB=yyy&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;logs from system_2 contains &lt;CODE&gt;fieldB=yyy fieldC=zzz&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;logs from system_3 contains &lt;CODE&gt;fieldC=zzz fieldD=qqq&lt;/CODE&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Then you can link it together with &lt;CODE&gt;transaction fieldB fieldC&lt;/CODE&gt;. &lt;/P&gt;

&lt;P&gt;In your case you only have a single source of events, but the values on which you want to build your transaction moves between fields. It would be infinitely easier to use a session-id or similar.&lt;/P&gt;

&lt;P&gt;/K&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2014 08:44:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Transaction-with-uri-and-referer-in-apache-access/m-p/141487#M39197</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2014-02-07T08:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction with uri and referer in apache access</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Transaction-with-uri-and-referer-in-apache-access/m-p/141488#M39198</link>
      <description>&lt;P&gt;Thanks Kolb. Yes I know if the events are in different sourcetypes,  it could be eazier to correlate them. But I don't have a session-id in the access log now. Any other commands can get a similiar result as I want?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2014 08:51:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Transaction-with-uri-and-referer-in-apache-access/m-p/141488#M39198</guid>
      <dc:creator>geoff1</dc:creator>
      <dc:date>2014-02-07T08:51:50Z</dc:date>
    </item>
  </channel>
</rss>

