<?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: splunk merge field values in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/splunk-merge-field-values/m-p/667942#M229169</link>
    <description>&lt;P&gt;Instead of using nomv, try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval merged_environment=mvjoin(merged_environment, ",")&lt;/LI-CODE&gt;</description>
    <pubDate>Wed, 08 Nov 2023 17:42:23 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2023-11-08T17:42:23Z</dc:date>
    <item>
      <title>splunk merge field values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/splunk-merge-field-values/m-p/667914#M229159</link>
      <description>&lt;P&gt;I have a field called environment which has values like dev,prod,uat,sit.&lt;BR /&gt;Now I want to create a new_field which all the field values of&amp;nbsp;environment field.&lt;BR /&gt;&lt;BR /&gt;Example: (4 field values)&lt;BR /&gt;&lt;STRONG&gt;environment&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;dev&lt;BR /&gt;prod&lt;BR /&gt;uat&lt;BR /&gt;sit&lt;BR /&gt;&lt;BR /&gt;After query: ( 1 field value, separated by any string)&lt;BR /&gt;merge_environment= dev | prod | uat | sit&lt;BR /&gt;&lt;BR /&gt;How to achieve this?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 15:53:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/splunk-merge-field-values/m-p/667914#M229159</guid>
      <dc:creator>viku7474</dc:creator>
      <dc:date>2023-11-08T15:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: splunk merge field values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/splunk-merge-field-values/m-p/667923#M229162</link>
      <description>&lt;P&gt;Space separated&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| stats values(environment) as merge_environment
| nomv merge_environment&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 08 Nov 2023 16:06:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/splunk-merge-field-values/m-p/667923#M229162</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-11-08T16:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: splunk merge field values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/splunk-merge-field-values/m-p/667930#M229167</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp; Thank you!!&lt;BR /&gt;&lt;BR /&gt;It works, Since I am passing this token in mail subject, can I separate it by comma or hyphen.?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 17:35:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/splunk-merge-field-values/m-p/667930#M229167</guid>
      <dc:creator>viku7474</dc:creator>
      <dc:date>2023-11-08T17:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: splunk merge field values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/splunk-merge-field-values/m-p/667942#M229169</link>
      <description>&lt;P&gt;Instead of using nomv, try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval merged_environment=mvjoin(merged_environment, ",")&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 08 Nov 2023 17:42:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/splunk-merge-field-values/m-p/667942#M229169</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-11-08T17:42:23Z</dc:date>
    </item>
  </channel>
</rss>

