<?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: Combining Search Results (from a single Search) in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Combining-Search-Results-from-a-single-Search/m-p/71312#M3847</link>
    <description>&lt;P&gt;If you can ensure the xml portion is going into a field for each event you might could use the eval command to make a new field and combine them back together. This is something that will take experimentation and time. No easy one command answer I am afraid.&lt;/P&gt;</description>
    <pubDate>Fri, 21 Jun 2013 14:30:09 GMT</pubDate>
    <dc:creator>starcher</dc:creator>
    <dc:date>2013-06-21T14:30:09Z</dc:date>
    <item>
      <title>Combining Search Results (from a single Search)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Combining-Search-Results-from-a-single-Search/m-p/71308#M3843</link>
      <description>&lt;P&gt;Hi Friends,&lt;BR /&gt;
I'm new to SPLUNK, so might be a silly question.&lt;/P&gt;

&lt;P&gt;I'm having a search based on an "identifier" which gives me back 3 results. Actually all of these messages were part of a single original "xml" message which got split by an intermediate system before Splunk. Hence I wanted to combine these messages back into the original xml message.&lt;/P&gt;

&lt;HR /&gt;

&lt;PRE&gt;&lt;CODE&gt;Jun 14 09:00:27 hostname1 identifier=ILOGENGINE_22 Content-Length: 2894 &amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&amp;lt;soapenv:Envelope xmlns:soapenv="schemas.xmlsoap.org/soap/envelope/" &amp;gt;&amp;lt;soapenv:Header/&amp;gt;&amp;lt;soapenv:Body&amp;gt;&amp;lt;ws:notify&amp;gt;&amp;lt;ws:request&amp;gt;&amp;lt;ws:actionTypeList&amp;gt;&amp;lt;ws:genericActionTypes&amp;gt;ABCD&amp;lt;/ws:genericActionTypes&amp;gt;&amp;lt;/ws:actionTypeList&amp;gt;&amp;lt;ws:deviceRequest&amp;gt;&amp;lt;/ws:userAgent&amp;gt;version=1pm_fpua=mozilla/4.0 compatible msie 8.0 windows nt 5.1 trident/4.0 .net clr 1.1.4322 .net clr 2.0.50727...

Jun 14 09:00:27 hostname1 identifier=ILOGENGINE_22 Content-Length: 2894 ..1,4322)&amp;lt;/ws:userAgent&amp;gt;&amp;lt;/ws:deviceRequest&amp;gt;&amp;lt;ws:identificationData&amp;gt;&amp;lt;ws:userLoginName&amp;gt;abc@gmail.com&amp;lt;/ws:userLoginName&amp;gt;&amp;lt;ws:userName&amp;gt;testUser&amp;lt;/ws:userName&amp;gt;&amp;lt;ws:pass&amp;gt;testPass&amp;lt;/ws:pass&amp;gt;&amp;lt;ws:phoneNumber&amp;gt;XXXXXXXX&amp;lt;/ws:phoneNumber&amp;gt;&amp;lt;ws:tex...

Jun 14 09:00:27 hostname1 identifier=ILOGENGINE_22 Content-Length: 2894 ...t&amp;gt;some Text message&amp;lt;/ws:text&amp;gt;&amp;lt;/ws:request&amp;gt;&amp;lt;/ws:notify&amp;gt;&amp;lt;/soapenv:Body&amp;gt;&amp;lt;/soapenv:Envelope&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;HR /&gt;</description>
      <pubDate>Fri, 21 Jun 2013 13:21:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Combining-Search-Results-from-a-single-Search/m-p/71308#M3843</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2013-06-21T13:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Combining Search Results (from a single Search)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Combining-Search-Results-from-a-single-Search/m-p/71309#M3844</link>
      <description>&lt;P&gt;If you see its not pure XML, but combination of headers and XML. Once combined, I can then remove the unwanted elements.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2013 13:24:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Combining-Search-Results-from-a-single-Search/m-p/71309#M3844</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2013-06-21T13:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: Combining Search Results (from a single Search)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Combining-Search-Results-from-a-single-Search/m-p/71310#M3845</link>
      <description>&lt;P&gt;If you can decide which field indicates they all belong together such as that identifier field then look at the transaction command. &lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2013 13:55:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Combining-Search-Results-from-a-single-Search/m-p/71310#M3845</guid>
      <dc:creator>starcher</dc:creator>
      <dc:date>2013-06-21T13:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Combining Search Results (from a single Search)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Combining-Search-Results-from-a-single-Search/m-p/71311#M3846</link>
      <description>&lt;P&gt;I used "identifier=ILOGENGINE_22" to identify the rows. This is not part of the XML as such but row-meta information. But now I want to combine the xml part of these messages.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2013 14:16:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Combining-Search-Results-from-a-single-Search/m-p/71311#M3846</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2013-06-21T14:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Combining Search Results (from a single Search)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Combining-Search-Results-from-a-single-Search/m-p/71312#M3847</link>
      <description>&lt;P&gt;If you can ensure the xml portion is going into a field for each event you might could use the eval command to make a new field and combine them back together. This is something that will take experimentation and time. No easy one command answer I am afraid.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2013 14:30:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Combining-Search-Results-from-a-single-Search/m-p/71312#M3847</guid>
      <dc:creator>starcher</dc:creator>
      <dc:date>2013-06-21T14:30:09Z</dc:date>
    </item>
  </channel>
</rss>

