<?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 mvcombine ignores specified delimiter in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/mvcombine-ignores-specified-delimiter/m-p/148516#M30211</link>
    <description>&lt;P&gt;My apologies for the duplicated question - I wasn't sure whether I could tag my particular situation re- mvcombine not using the delimiter when specified.&lt;/P&gt;

&lt;P&gt;The search I'm using is&lt;BR /&gt;
 * | stats list(Logon_Source_IP) AS IPList | mvcombine delim=" OR " IPList&lt;/P&gt;

&lt;P&gt;what I was hoping to get is (example)&lt;BR /&gt;
192.10.0.4 OR 192.11.4.23 OR 192.15.12.13&lt;/P&gt;

&lt;P&gt;what I'm actually getting back is:&lt;BR /&gt;
192.10.0.4 192.11.4.23 192.15.12.13&lt;/P&gt;

&lt;P&gt;i.e. no delimiter&lt;/P&gt;

&lt;P&gt;Any ideas? I did notice that, in another post, someone had used &lt;BR /&gt;
 * | stats delim=" OR " list(Logon_Source_IP) AS IPList &lt;BR /&gt;
 but that ignored the delimiter too.&lt;/P&gt;

&lt;P&gt;Any ideas?&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 20:13:21 GMT</pubDate>
    <dc:creator>markwymer</dc:creator>
    <dc:date>2020-09-28T20:13:21Z</dc:date>
    <item>
      <title>mvcombine ignores specified delimiter</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/mvcombine-ignores-specified-delimiter/m-p/148516#M30211</link>
      <description>&lt;P&gt;My apologies for the duplicated question - I wasn't sure whether I could tag my particular situation re- mvcombine not using the delimiter when specified.&lt;/P&gt;

&lt;P&gt;The search I'm using is&lt;BR /&gt;
 * | stats list(Logon_Source_IP) AS IPList | mvcombine delim=" OR " IPList&lt;/P&gt;

&lt;P&gt;what I was hoping to get is (example)&lt;BR /&gt;
192.10.0.4 OR 192.11.4.23 OR 192.15.12.13&lt;/P&gt;

&lt;P&gt;what I'm actually getting back is:&lt;BR /&gt;
192.10.0.4 192.11.4.23 192.15.12.13&lt;/P&gt;

&lt;P&gt;i.e. no delimiter&lt;/P&gt;

&lt;P&gt;Any ideas? I did notice that, in another post, someone had used &lt;BR /&gt;
 * | stats delim=" OR " list(Logon_Source_IP) AS IPList &lt;BR /&gt;
 but that ignored the delimiter too.&lt;/P&gt;

&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 20:13:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/mvcombine-ignores-specified-delimiter/m-p/148516#M30211</guid>
      <dc:creator>markwymer</dc:creator>
      <dc:date>2020-09-28T20:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: mvcombine ignores specified delimiter</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/mvcombine-ignores-specified-delimiter/m-p/148517#M30212</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Not sure whether this is a bug or a documentation issue - either way I'm unable to raise a support case as, technically, we're still doing a POC on Splunk.&lt;/P&gt;

&lt;P&gt;However, after a phone call and a bit more hunting I came across this document.....  &lt;A href="http://answers.splunk.com/answers/102260/delim-argument-in-stats-function-no-longer-supported.html" target="_blank"&gt;http://answers.splunk.com/answers/102260/delim-argument-in-stats-function-no-longer-supported.html&lt;/A&gt; - and this answer works perfectly.&lt;/P&gt;

&lt;P&gt;My search is now:&lt;BR /&gt;
 * | stats delim=" OR " list(Logon_Source_IP) AS IPList | mvcombine IPList&lt;BR /&gt;
 which gives me the results I'd hoped for.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 20:13:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/mvcombine-ignores-specified-delimiter/m-p/148517#M30212</guid>
      <dc:creator>markwymer</dc:creator>
      <dc:date>2020-09-28T20:13:23Z</dc:date>
    </item>
  </channel>
</rss>

