<?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 join different fields together? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-join-different-fields-together/m-p/647496#M224105</link>
    <description>&lt;P&gt;I have an index called index=advanced_hunting and in this index there is a field called category, where there are several categories like&amp;nbsp;&lt;/P&gt;
&lt;P&gt;AdvancedHunting-DeviceFileEvents&lt;/P&gt;
&lt;P&gt;AdvancedHunting-DeviceNetworkEvents etc&lt;/P&gt;
&lt;P&gt;I'm trying to look into the AdvancedHunting-DeviceFileEvents category to look at what files have been deleted, but the logs in that specific category don't feature the properties.AccountName i.e. the person, it does however, have a filed called properties.DeviceName.&lt;/P&gt;
&lt;P&gt;However, the category of AdvancedHunting-DeviceLogonEvents does have a field called properties.AccountName, as well as properties.DeviceName.&lt;/P&gt;
&lt;P&gt;So I was wondering if it's possible to connect the properties.AccountName and properties.DeviceName together so I can see who has deleted something&lt;/P&gt;</description>
    <pubDate>Tue, 20 Jun 2023 02:20:13 GMT</pubDate>
    <dc:creator>jhilton90</dc:creator>
    <dc:date>2023-06-20T02:20:13Z</dc:date>
    <item>
      <title>How to join different fields together?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-join-different-fields-together/m-p/647496#M224105</link>
      <description>&lt;P&gt;I have an index called index=advanced_hunting and in this index there is a field called category, where there are several categories like&amp;nbsp;&lt;/P&gt;
&lt;P&gt;AdvancedHunting-DeviceFileEvents&lt;/P&gt;
&lt;P&gt;AdvancedHunting-DeviceNetworkEvents etc&lt;/P&gt;
&lt;P&gt;I'm trying to look into the AdvancedHunting-DeviceFileEvents category to look at what files have been deleted, but the logs in that specific category don't feature the properties.AccountName i.e. the person, it does however, have a filed called properties.DeviceName.&lt;/P&gt;
&lt;P&gt;However, the category of AdvancedHunting-DeviceLogonEvents does have a field called properties.AccountName, as well as properties.DeviceName.&lt;/P&gt;
&lt;P&gt;So I was wondering if it's possible to connect the properties.AccountName and properties.DeviceName together so I can see who has deleted something&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2023 02:20:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-join-different-fields-together/m-p/647496#M224105</guid>
      <dc:creator>jhilton90</dc:creator>
      <dc:date>2023-06-20T02:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to join different fields together</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-join-different-fields-together/m-p/647497#M224106</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/247446"&gt;@jhilton90&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;in Splunk it's possible to join two fields using eval command:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval new_field='properties.AccountName'."-".'properties.DeviceName'&lt;/LI-CODE&gt;&lt;P&gt;there could be an issue related to the dot in the field name, so please try this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rename properties.AccountName AS AccountName properties.DeviceName AS DeviceName
| eval new_field=AccountName."-".DeviceName&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2023 14:24:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-join-different-fields-together/m-p/647497#M224106</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-06-19T14:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to join different fields together</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-join-different-fields-together/m-p/647796#M224190</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/247446"&gt;@jhilton90&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 13:39:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-join-different-fields-together/m-p/647796#M224190</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-06-21T13:39:21Z</dc:date>
    </item>
  </channel>
</rss>

