<?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: Getting full mail transaction with Exim in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Getting-full-mail-transaction-with-Exim/m-p/46490#M96711</link>
    <description>&lt;P&gt;ah, wrong in the post, but was correct in Splunk. sourcetype="exim-mainlog" [search sourcetype="exim-mainlog" from_address="address" OR to_address="address" | table Exim_Message_ID]&lt;/P&gt;

&lt;P&gt;When I run the subsearch I get no results but when I inspect the search, it's build the search correctly.  So when I inspect it build the search:&lt;BR /&gt;
sourcetype="exim-mainlog ((Exim_Message_ID=####) OR (Exim_Message_ID =####)) &lt;BR /&gt;
If I copy and paste the search from the inspect page into the search box it return the correct results. So why doesn't I see any results in the sub search?&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 13:58:58 GMT</pubDate>
    <dc:creator>leonrtx</dc:creator>
    <dc:date>2020-09-28T13:58:58Z</dc:date>
    <item>
      <title>Getting full mail transaction with Exim</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Getting-full-mail-transaction-with-Exim/m-p/46488#M96709</link>
      <description>&lt;P&gt;I want to display all mail to and from a client, with the subject, relayed host and status in one dashboard.  The dashboard has a form search where you enter a mail address. Using the transaction command works, but it takes to long to be usable. Here's my transaction search:&lt;/P&gt;

&lt;P&gt;sourcetype="exim-mainlog" | transaction host,Exim_Message_ID | table exim_message_id,from_address,to_address,T,H&lt;/P&gt;

&lt;P&gt;I tried using subsearches, but it doesn't work.  Looks like subsearches might be broken in Splunk 5&lt;/P&gt;

&lt;P&gt;sourcetype="exim-mainlog" [sourcetype="exim-mainlog" from_address="address" OR to_address="address" | table Exim_Message_ID]&lt;/P&gt;

&lt;P&gt;Any other ideas on how I can do this?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:58:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Getting-full-mail-transaction-with-Exim/m-p/46488#M96709</guid>
      <dc:creator>leonrtx</dc:creator>
      <dc:date>2020-09-28T13:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Getting full mail transaction with Exim</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Getting-full-mail-transaction-with-Exim/m-p/46489#M96710</link>
      <description>&lt;P&gt;Subsearches broken? That's kind of a bold statement &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Subsearches are used extensively not just by the users but also in the core product - if it was broken, trust me, you would have found out long ago. Your syntax in your example is off though. You need to explicitly specify "search" at the beginning of the subsearch.&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2013 08:25:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Getting-full-mail-transaction-with-Exim/m-p/46489#M96710</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2013-05-27T08:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Getting full mail transaction with Exim</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Getting-full-mail-transaction-with-Exim/m-p/46490#M96711</link>
      <description>&lt;P&gt;ah, wrong in the post, but was correct in Splunk. sourcetype="exim-mainlog" [search sourcetype="exim-mainlog" from_address="address" OR to_address="address" | table Exim_Message_ID]&lt;/P&gt;

&lt;P&gt;When I run the subsearch I get no results but when I inspect the search, it's build the search correctly.  So when I inspect it build the search:&lt;BR /&gt;
sourcetype="exim-mainlog ((Exim_Message_ID=####) OR (Exim_Message_ID =####)) &lt;BR /&gt;
If I copy and paste the search from the inspect page into the search box it return the correct results. So why doesn't I see any results in the sub search?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:58:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Getting-full-mail-transaction-with-Exim/m-p/46490#M96711</guid>
      <dc:creator>leonrtx</dc:creator>
      <dc:date>2020-09-28T13:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Getting full mail transaction with Exim</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Getting-full-mail-transaction-with-Exim/m-p/46491#M96712</link>
      <description>&lt;P&gt;OK, so sub searches has been fixed in version 5.0.3. SPL-62457 and is working now.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2013 13:43:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Getting-full-mail-transaction-with-Exim/m-p/46491#M96712</guid>
      <dc:creator>leonrtx</dc:creator>
      <dc:date>2013-05-29T13:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Getting full mail transaction with Exim</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Getting-full-mail-transaction-with-Exim/m-p/46492#M96713</link>
      <description>&lt;P&gt;Hi, where is Exim_Message_ID coming from?  I've just started pointing Splunk at some exim logs and it's not one of the fields I'm seeing.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:25:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Getting-full-mail-transaction-with-Exim/m-p/46492#M96713</guid>
      <dc:creator>jgreenhalgh</dc:creator>
      <dc:date>2020-09-28T14:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Getting full mail transaction with Exim</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Getting-full-mail-transaction-with-Exim/m-p/46493#M96714</link>
      <description>&lt;P&gt;To add Exim messsage ID field, try to add attribute by Regular expression.&lt;BR /&gt;
In my case, message ID can be extracted by this expression:&lt;BR /&gt;
 "(?&lt;MESSAGEID&gt;\w\w\w\w\w\w-\w\w\w\w\w\w-\w\w)"&lt;/MESSAGEID&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2013 05:34:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Getting-full-mail-transaction-with-Exim/m-p/46493#M96714</guid>
      <dc:creator>lostpassword</dc:creator>
      <dc:date>2013-11-12T05:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Getting full mail transaction with Exim</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Getting-full-mail-transaction-with-Exim/m-p/46494#M96715</link>
      <description>&lt;P&gt;I'm new to splunk - is there a link to explain how to add the regular expression into splunk, so it can show the message ID?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2013 16:35:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Getting-full-mail-transaction-with-Exim/m-p/46494#M96715</guid>
      <dc:creator>ipchristian</dc:creator>
      <dc:date>2013-11-15T16:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Getting full mail transaction with Exim</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Getting-full-mail-transaction-with-Exim/m-p/46495#M96716</link>
      <description>&lt;P&gt;Well, I'm new too.)&lt;BR /&gt;
I don't know whether it is right approach... But you can try this: "Data models" -&amp;gt; &lt;SELECT your="" model=""&gt; -&amp;gt; "Edit objects" -&amp;gt; "Add event" -&amp;gt; "&lt;ADD the="" event=""&gt;" -&amp;gt; &lt;RETURN to="" the="" edit="" objects="" page=""&gt; -&amp;gt; &lt;/RETURN&gt;&lt;/ADD&gt;&lt;/SELECT&gt;&lt;SELECT your="" event=""&gt; -&amp;gt; &lt;CLICK&gt; -&amp;gt; &lt;/CLICK&gt;&lt;/SELECT&gt;&lt;SELECT&gt; -&amp;gt; and here you go)&lt;BR /&gt;
I suspect all this can be done at the indexing stage, but as far as I understood this is "bad practice".&lt;/SELECT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2013 17:59:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Getting-full-mail-transaction-with-Exim/m-p/46495#M96716</guid>
      <dc:creator>lostpassword</dc:creator>
      <dc:date>2013-11-15T17:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Getting full mail transaction with Exim</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Getting-full-mail-transaction-with-Exim/m-p/46496#M96717</link>
      <description>&lt;P&gt;I'm writing all this by memory, so some parts may be incorrect. By the way, I haven't yet found a way to make Splunk understand Exim logs. I'm quite interested whether it is possible. If you will be able to achieve some progress, please spend a minute and share it here - or mail me at igonin.a.a&lt;AT&gt;rsreu.ru.&lt;/AT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2013 17:59:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Getting-full-mail-transaction-with-Exim/m-p/46496#M96717</guid>
      <dc:creator>lostpassword</dc:creator>
      <dc:date>2013-11-15T17:59:44Z</dc:date>
    </item>
  </channel>
</rss>

