<?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 concatenate syntax in Splunk Cloud Platform</title>
    <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/concatenate-syntax/m-p/549743#M648</link>
    <description>&lt;P&gt;Hi folks&lt;/P&gt;&lt;P&gt;I'm providing a sample of many values I have for field: username&lt;/P&gt;&lt;P&gt;Field: username&lt;/P&gt;&lt;P&gt;Value:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Roger Smith&lt;BR /&gt;Bob Dole&lt;BR /&gt;Randy Savage&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I'm trying to create another field with the EVAL command called EMAIL and placing a dot between first name and last name followed by&amp;nbsp;@Anonymous.com&lt;/P&gt;&lt;P&gt;Basically I'm trying to get the new field like this.&lt;/P&gt;&lt;P&gt;Field: Email&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:Roger.Smith@falcon.com" target="_blank"&gt;Roger.Smith@falcon.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="mailto:Bob.Dole@falcon.com" target="_blank"&gt;Bob.Dole@falcon.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="mailto:Randy.Savage@falcon.com" target="_blank"&gt;Randy.Savage@falcon.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;What would the syntax be?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
    <pubDate>Thu, 29 Apr 2021 05:44:20 GMT</pubDate>
    <dc:creator>verifi81</dc:creator>
    <dc:date>2021-04-29T05:44:20Z</dc:date>
    <item>
      <title>concatenate syntax</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/concatenate-syntax/m-p/549743#M648</link>
      <description>&lt;P&gt;Hi folks&lt;/P&gt;&lt;P&gt;I'm providing a sample of many values I have for field: username&lt;/P&gt;&lt;P&gt;Field: username&lt;/P&gt;&lt;P&gt;Value:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Roger Smith&lt;BR /&gt;Bob Dole&lt;BR /&gt;Randy Savage&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I'm trying to create another field with the EVAL command called EMAIL and placing a dot between first name and last name followed by&amp;nbsp;@Anonymous.com&lt;/P&gt;&lt;P&gt;Basically I'm trying to get the new field like this.&lt;/P&gt;&lt;P&gt;Field: Email&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:Roger.Smith@falcon.com" target="_blank"&gt;Roger.Smith@falcon.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="mailto:Bob.Dole@falcon.com" target="_blank"&gt;Bob.Dole@falcon.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="mailto:Randy.Savage@falcon.com" target="_blank"&gt;Randy.Savage@falcon.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;What would the syntax be?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 05:44:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/concatenate-syntax/m-p/549743#M648</guid>
      <dc:creator>verifi81</dc:creator>
      <dc:date>2021-04-29T05:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: concatenate syntax</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/concatenate-syntax/m-p/549745#M649</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/222747"&gt;@verifi81&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You should try something like this.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;YOUR_SEARCH | eval email= replace(username," ",".")."@falcon.com" | table username email&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sample search.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults | eval _raw="
username
Roger Smith
Bob Dole
Randy Savage
" | multikv forceheader=1 | eval email= replace(username," ",".")."@falcon.com" | table username email&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 05:52:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/concatenate-syntax/m-p/549745#M649</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2021-04-29T05:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: concatenate syntax</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/concatenate-syntax/m-p/549877#M650</link>
      <description>&lt;P&gt;Hello Kamlesh,&lt;/P&gt;&lt;P&gt;My list of username is 1000 entries long so I won't be able to specify it like that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 17:02:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/concatenate-syntax/m-p/549877#M650</guid>
      <dc:creator>verifi81</dc:creator>
      <dc:date>2021-04-29T17:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: concatenate syntax</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/concatenate-syntax/m-p/549878#M651</link>
      <description>&lt;P&gt;I stand corrected. It worked. Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 17:04:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/concatenate-syntax/m-p/549878#M651</guid>
      <dc:creator>verifi81</dc:creator>
      <dc:date>2021-04-29T17:04:56Z</dc:date>
    </item>
  </channel>
</rss>

