<?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: Merging two sets of multivalue data in an order without regex in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Merging-two-sets-of-multivalue-data-in-an-order-without-regex/m-p/337669#M100166</link>
    <description>&lt;P&gt;Are you trying to convert rows into columns? See this gets you what you need.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your current search giving fields Name Value
| eval temp=1 | xyseries temp Name Value
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 18 Sep 2017 04:29:40 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2017-09-18T04:29:40Z</dc:date>
    <item>
      <title>Merging two sets of multivalue data in an order without regex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Merging-two-sets-of-multivalue-data-in-an-order-without-regex/m-p/337667#M100164</link>
      <description>&lt;P&gt;I have base search that was able to get me to this form in Splunk:&lt;/P&gt;

&lt;P&gt;Name                        Value&lt;BR /&gt;
A                                 1&lt;BR /&gt;
B                                 2&lt;BR /&gt;
C                                 3&lt;/P&gt;

&lt;P&gt;I need to create a new key value pair that goes A = 1, B = 2, C = 3 and so forth. Is this possible without regex?&lt;/P&gt;</description>
      <pubDate>Sun, 17 Sep 2017 19:43:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Merging-two-sets-of-multivalue-data-in-an-order-without-regex/m-p/337667#M100164</guid>
      <dc:creator>Stevelim</dc:creator>
      <dc:date>2017-09-17T19:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Merging two sets of multivalue data in an order without regex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Merging-two-sets-of-multivalue-data-in-an-order-without-regex/m-p/337668#M100165</link>
      <description>&lt;P&gt;You want the &lt;CODE&gt;mvzip&lt;/CODE&gt; function...  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; | eval NameValue=mvzip(Name, value,"=")
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 17 Sep 2017 23:10:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Merging-two-sets-of-multivalue-data-in-an-order-without-regex/m-p/337668#M100165</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2017-09-17T23:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Merging two sets of multivalue data in an order without regex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Merging-two-sets-of-multivalue-data-in-an-order-without-regex/m-p/337669#M100166</link>
      <description>&lt;P&gt;Are you trying to convert rows into columns? See this gets you what you need.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your current search giving fields Name Value
| eval temp=1 | xyseries temp Name Value
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 18 Sep 2017 04:29:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Merging-two-sets-of-multivalue-data-in-an-order-without-regex/m-p/337669#M100166</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-09-18T04:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Merging two sets of multivalue data in an order without regex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Merging-two-sets-of-multivalue-data-in-an-order-without-regex/m-p/337670#M100167</link>
      <description>&lt;P&gt;I have tried this. The issue is that the data will appear as this:&lt;/P&gt;

&lt;P&gt;NameValue&lt;BR /&gt;
A = 1&lt;BR /&gt;
B = 2&lt;BR /&gt;
C = 3...&lt;/P&gt;

&lt;P&gt;I can of course do a mvexpand but I will like A,B,C to be the key for me to search easily meaning I can do this:&lt;BR /&gt;
| search A &amp;lt; 2 and so forth&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 08:35:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Merging-two-sets-of-multivalue-data-in-an-order-without-regex/m-p/337670#M100167</guid>
      <dc:creator>Stevelim</dc:creator>
      <dc:date>2017-09-18T08:35:41Z</dc:date>
    </item>
  </channel>
</rss>

