<?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: field combination does not work properly in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/field-combination-does-not-work-properly/m-p/153206#M185607</link>
    <description>&lt;P&gt;You can use mvexpand before your field concatenation.&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;&lt;P&gt;mvexpand&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.1/SearchReference/Mvexpand" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.1/SearchReference/Mvexpand&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;sourcetype="F5:iRule:WebAccess"| head 100000 | sort -req_elapsed_time|head 3|stats count by url client_address req_elapsed_time server_name|stats sum(count) as count list(url) as a list(server_name) as b by server_name | mvexpand a | mvexpand b | eval steps=b."-".a | fields steps count&lt;/P&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Mon, 28 Sep 2020 18:28:31 GMT</pubDate>
    <dc:creator>pedromvieira</dc:creator>
    <dc:date>2020-09-28T18:28:31Z</dc:date>
    <item>
      <title>field combination does not work properly</title>
      <link>https://community.splunk.com/t5/Splunk-Search/field-combination-does-not-work-properly/m-p/153204#M185605</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
I have the following search on splunk indexer.&lt;BR /&gt;
Although field "a" and "b" return results, field "steps" does not return stable results.(only one or zero result is returned).&lt;BR /&gt;
thanks&lt;/P&gt;

&lt;P&gt;sourcetype="F5:iRule:WebAccess"|sort -req_elapsed_time|head 3|stats count by  url client_address req_elapsed_time server_name|stats sum(count) as count list(url) as a list(server_name) as b by server_name | eval steps=b."-".a| fields steps count&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:23:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/field-combination-does-not-work-properly/m-p/153204#M185605</guid>
      <dc:creator>can_surer</dc:creator>
      <dc:date>2020-09-28T18:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: field combination does not work properly</title>
      <link>https://community.splunk.com/t5/Splunk-Search/field-combination-does-not-work-properly/m-p/153205#M185606</link>
      <description>&lt;P&gt;&lt;CODE&gt;eval&lt;/CODE&gt; won't like doing string concatenations on multivalued fields. It does that on single-valued fields only.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2014 12:23:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/field-combination-does-not-work-properly/m-p/153205#M185606</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2014-12-18T12:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: field combination does not work properly</title>
      <link>https://community.splunk.com/t5/Splunk-Search/field-combination-does-not-work-properly/m-p/153206#M185607</link>
      <description>&lt;P&gt;You can use mvexpand before your field concatenation.&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;&lt;P&gt;mvexpand&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.1/SearchReference/Mvexpand" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.1/SearchReference/Mvexpand&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;sourcetype="F5:iRule:WebAccess"| head 100000 | sort -req_elapsed_time|head 3|stats count by url client_address req_elapsed_time server_name|stats sum(count) as count list(url) as a list(server_name) as b by server_name | mvexpand a | mvexpand b | eval steps=b."-".a | fields steps count&lt;/P&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:28:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/field-combination-does-not-work-properly/m-p/153206#M185607</guid>
      <dc:creator>pedromvieira</dc:creator>
      <dc:date>2020-09-28T18:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: field combination does not work properly</title>
      <link>https://community.splunk.com/t5/Splunk-Search/field-combination-does-not-work-properly/m-p/153207#M185608</link>
      <description>&lt;P&gt;Thanks for your recommendation.&lt;BR /&gt;
It solved my issue.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Dec 2014 08:52:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/field-combination-does-not-work-properly/m-p/153207#M185608</guid>
      <dc:creator>can_surer</dc:creator>
      <dc:date>2014-12-23T08:52:54Z</dc:date>
    </item>
  </channel>
</rss>

