<?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 CISCO ESA - simple search email query (sender, recipient,subject) in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/CISCO-ESA-simple-search-email-query-sender-recipient-subject/m-p/605271#M210473</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have Splunk 8.1.4 with Splunk Add-on for CISCO ESA 1.5.0. I also have the old&amp;nbsp; app Cisco Secuirty Suite that even though it does not support Splunk 8.1.4, it shows results so I planned to get inspired by its query for Message tracking--&amp;gt; Transaction details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=cisco eventtype=cisco-esa | transaction keepevicted=true icid mid | search host="*" sender="*" recipient="*" dest_interface="*" policy_direction="*" subject="*TEST*"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think the ESA events are getting correctly to Splunk, I use Syslog Connector for Splunk.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The test I performed is the following :&lt;/P&gt;&lt;P&gt;1. send an email from my corporate email to GMAIL with the subject TEST&lt;/P&gt;&lt;P&gt;2. simply reply from gmail.&lt;/P&gt;&lt;P&gt;With the above query I would expect to see two events but I only see the outgoing event.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I tried to filter by recipient and it thrown zero results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=cisco eventtype=cisco-esa | transaction keepevicted=true icid mid | search host="*" sender="*" recipient="xxxx@yyy.zz" dest_interface="*" policy_direction="*"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I do a simpler query without the transaction command, I can see an event with the right internal recipient which corresponds to the incoming email that I could not find previously. But in that event there is no field subject.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=cisco eventtype=cisco-esa  recipient="xxxx@yyy.zz"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could someone help me out with some query that consolidate inbound /outbound emails with filtering capabilities?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
    <pubDate>Tue, 12 Jul 2022 10:11:08 GMT</pubDate>
    <dc:creator>corti77</dc:creator>
    <dc:date>2022-07-12T10:11:08Z</dc:date>
    <item>
      <title>CISCO ESA - simple search email query (sender, recipient,subject)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/CISCO-ESA-simple-search-email-query-sender-recipient-subject/m-p/605271#M210473</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have Splunk 8.1.4 with Splunk Add-on for CISCO ESA 1.5.0. I also have the old&amp;nbsp; app Cisco Secuirty Suite that even though it does not support Splunk 8.1.4, it shows results so I planned to get inspired by its query for Message tracking--&amp;gt; Transaction details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=cisco eventtype=cisco-esa | transaction keepevicted=true icid mid | search host="*" sender="*" recipient="*" dest_interface="*" policy_direction="*" subject="*TEST*"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think the ESA events are getting correctly to Splunk, I use Syslog Connector for Splunk.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The test I performed is the following :&lt;/P&gt;&lt;P&gt;1. send an email from my corporate email to GMAIL with the subject TEST&lt;/P&gt;&lt;P&gt;2. simply reply from gmail.&lt;/P&gt;&lt;P&gt;With the above query I would expect to see two events but I only see the outgoing event.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I tried to filter by recipient and it thrown zero results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=cisco eventtype=cisco-esa | transaction keepevicted=true icid mid | search host="*" sender="*" recipient="xxxx@yyy.zz" dest_interface="*" policy_direction="*"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I do a simpler query without the transaction command, I can see an event with the right internal recipient which corresponds to the incoming email that I could not find previously. But in that event there is no field subject.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=cisco eventtype=cisco-esa  recipient="xxxx@yyy.zz"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could someone help me out with some query that consolidate inbound /outbound emails with filtering capabilities?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 10:11:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/CISCO-ESA-simple-search-email-query-sender-recipient-subject/m-p/605271#M210473</guid>
      <dc:creator>corti77</dc:creator>
      <dc:date>2022-07-12T10:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: CISCO ESA - simple search email query (sender, recipient,subject)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/CISCO-ESA-simple-search-email-query-sender-recipient-subject/m-p/605279#M210475</link>
      <description>&lt;P&gt;just to clarify a bit more, my final goal is to have a very similar dashboard like the one available for Exchange in ITSI but using only ESA events.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ITSI_track_message.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20492i647E1111240219A5/image-size/large?v=v2&amp;amp;px=999" role="button" title="ITSI_track_message.png" alt="ITSI_track_message.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 10:09:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/CISCO-ESA-simple-search-email-query-sender-recipient-subject/m-p/605279#M210475</guid>
      <dc:creator>corti77</dc:creator>
      <dc:date>2022-07-12T10:09:25Z</dc:date>
    </item>
  </channel>
</rss>

