<?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 How to concatenate fields? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-concatenate-fields/m-p/634143#M220273</link>
    <description>&lt;P&gt;Hello Splunkers!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have two fields AND I want to concatenate both the fields.&lt;/P&gt;&lt;P&gt;Location :&amp;nbsp;&lt;SPAN&gt;3102.01.03&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;element :&amp;nbsp;&lt;SPAN&gt;S82(=3102+LCC60-550S5)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;And I want a result :&amp;nbsp;&lt;SPAN&gt;3102.01.03.S82(=3102+LCC60-550S5)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried &lt;STRONG&gt;Location.".".element&lt;/STRONG&gt; but it is not working properly. Please suggest me a fic workaround.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 12 Mar 2023 13:42:28 GMT</pubDate>
    <dc:creator>uagraw01</dc:creator>
    <dc:date>2023-03-12T13:42:28Z</dc:date>
    <item>
      <title>How to concatenate fields?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-concatenate-fields/m-p/634143#M220273</link>
      <description>&lt;P&gt;Hello Splunkers!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have two fields AND I want to concatenate both the fields.&lt;/P&gt;&lt;P&gt;Location :&amp;nbsp;&lt;SPAN&gt;3102.01.03&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;element :&amp;nbsp;&lt;SPAN&gt;S82(=3102+LCC60-550S5)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;And I want a result :&amp;nbsp;&lt;SPAN&gt;3102.01.03.S82(=3102+LCC60-550S5)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried &lt;STRONG&gt;Location.".".element&lt;/STRONG&gt; but it is not working properly. Please suggest me a fic workaround.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Mar 2023 13:42:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-concatenate-fields/m-p/634143#M220273</guid>
      <dc:creator>uagraw01</dc:creator>
      <dc:date>2023-03-12T13:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to concatenate fields?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-concatenate-fields/m-p/634147#M220277</link>
      <description>&lt;P&gt;Not sure it is "not working"&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults
| eval Location="3102.01.03"
| eval element="82(=3102+LCC60-550S5)"
| eval field=Location.".".element&lt;/LI-CODE&gt;&lt;P&gt;Can you provide more details of how it isn't working?&lt;/P&gt;</description>
      <pubDate>Sun, 12 Mar 2023 13:44:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-concatenate-fields/m-p/634147#M220277</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-03-12T13:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to concatenate fields?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-concatenate-fields/m-p/634148#M220278</link>
      <description>&lt;P&gt;It should work this way.&lt;/P&gt;&lt;P&gt;See the run-anywhere example&lt;/P&gt;&lt;PRE&gt;| makeresults &lt;BR /&gt;| eval a="a", b="b", c=a.".".b&lt;/PRE&gt;&lt;P&gt;For future reference:&lt;/P&gt;&lt;P&gt;1) Please set the subject of your post to something more descriptive than just "SPL". You're posting in the Splunk Search section, we get that you probably need help with some SPL&lt;/P&gt;&lt;P&gt;2) Be more descriptive than "is not working". What do you mean by that? You get any error? You get blank result? You get just one field and not the other?&lt;/P&gt;</description>
      <pubDate>Sun, 12 Mar 2023 13:47:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-concatenate-fields/m-p/634148#M220278</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-03-12T13:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to concatenate fields?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-concatenate-fields/m-p/634149#M220279</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;Its working fine as same as I already tried but now its working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Mar 2023 13:53:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-concatenate-fields/m-p/634149#M220279</guid>
      <dc:creator>uagraw01</dc:creator>
      <dc:date>2023-03-12T13:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to concatenate fields?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-concatenate-fields/m-p/634150#M220280</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;Thanks for your support, its working fine now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Mar 2023 13:53:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-concatenate-fields/m-p/634150#M220280</guid>
      <dc:creator>uagraw01</dc:creator>
      <dc:date>2023-03-12T13:53:40Z</dc:date>
    </item>
  </channel>
</rss>

