<?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 extraction on lookup table in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-perform-a-field-extraction-on-a-field-from-a-lookup-table/m-p/511752#M143750</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;can you do that extraction before you are creating this inputlookup table (e.g. just add additional column there)?&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jul 2020 13:18:08 GMT</pubDate>
    <dc:creator>isoutamo</dc:creator>
    <dc:date>2020-07-30T13:18:08Z</dc:date>
    <item>
      <title>How to perform a field extraction on a field from a lookup table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-perform-a-field-extraction-on-a-field-from-a-lookup-table/m-p/511468#M143747</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;How to perform a field extraction on a field from a lookup table?&lt;/P&gt;
&lt;P&gt;I'm trying to add another field so the data model in Splunk Enterprise Security can recognise the field.&lt;/P&gt;
&lt;P&gt;The issue i'm having is field extraction in props.conf and transforms.conf happen before the lookup table.&lt;/P&gt;
&lt;P&gt;I tried the AS command after OUTPUT on the lookup, but it renames the default field from the Windows Add-on. I only want to add another field and not rename the fields in the Add-on.&amp;nbsp;REPORT- in props.conf and transforms.conf works on any other field except fields from lookup tables.&lt;/P&gt;
&lt;P&gt;I need to perform the field extraction in the Add-on and not in SPL.&lt;/P&gt;
&lt;P&gt;Thanks in advanced.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 06:02:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-perform-a-field-extraction-on-a-field-from-a-lookup-table/m-p/511468#M143747</guid>
      <dc:creator>dkorlat</dc:creator>
      <dc:date>2020-08-05T06:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Field extraction on lookup table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-perform-a-field-extraction-on-a-field-from-a-lookup-table/m-p/511501#M143748</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;here is describing the sequence of search-time operations &amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Knowledge/Searchtimeoperationssequence" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Knowledge/Searchtimeoperationssequence&lt;/A&gt;. It shows that lookups are applied after transforms. For that reason I think that the only way you can so it is SPL not props.conf or transforms.conf.&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2020 11:45:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-perform-a-field-extraction-on-a-field-from-a-lookup-table/m-p/511501#M143748</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-07-29T11:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Field extraction on lookup table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-perform-a-field-extraction-on-a-field-from-a-lookup-table/m-p/511709#M143749</link>
      <description>&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Splunk Enterprise Security requires the field for the CIM to build the data model.&lt;/P&gt;&lt;P&gt;I won't be able to run it as a SPL as the data models are built as a background task.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2020 08:44:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-perform-a-field-extraction-on-a-field-from-a-lookup-table/m-p/511709#M143749</guid>
      <dc:creator>dkorlat</dc:creator>
      <dc:date>2020-07-30T08:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Field extraction on lookup table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-perform-a-field-extraction-on-a-field-from-a-lookup-table/m-p/511752#M143750</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;can you do that extraction before you are creating this inputlookup table (e.g. just add additional column there)?&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2020 13:18:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-perform-a-field-extraction-on-a-field-from-a-lookup-table/m-p/511752#M143750</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-07-30T13:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Field extraction on lookup table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-perform-a-field-extraction-on-a-field-from-a-lookup-table/m-p/511882#M143751</link>
      <description>&lt;P&gt;I need to create another field from the field generated by the table lookup.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the line which creates the lookup table field&lt;/P&gt;&lt;P&gt;"LOOKUP-privilege_for_windows_security = windows_privilege_lookup privilege_id OUTPUT privilege"&lt;/P&gt;&lt;P&gt;I can use&amp;nbsp;LOOKUP-privilege_for_windows_security = windows_privilege_lookup privilege_id OUTPUT privilege AS MyNewField with works, but I lose the field name&amp;nbsp;privilege, which might cause other dashboards to stop working.&lt;/P&gt;&lt;P&gt;I can't post the props.conf as it exceeds 20000 characters.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jul 2020 03:02:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-perform-a-field-extraction-on-a-field-from-a-lookup-table/m-p/511882#M143751</guid>
      <dc:creator>dkorlat</dc:creator>
      <dc:date>2020-07-31T03:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Field extraction on lookup table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-perform-a-field-extraction-on-a-field-from-a-lookup-table/m-p/512463#M143752</link>
      <description>&lt;P&gt;I got your requirement now, here's what you can try:&lt;/P&gt;&lt;P&gt;1. In the Index field in your datamodel, append the results of your lookup (inputlookup append=t your_lookup.csv)&lt;/P&gt;&lt;P&gt;2. In the calculated fields, use the option of extract more fields, and use Auto extracted fields and check if you can find your desired field there, if yes, just add it to your datamodel.&lt;/P&gt;&lt;P&gt;3. If you cannot find it via Auto extract, you can always go for the trusted Regular Expressions.&lt;/P&gt;&lt;P&gt;Try this and let me know if it works.&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;P&gt;If it helps, please accept it as an answer.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 22:23:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-perform-a-field-extraction-on-a-field-from-a-lookup-table/m-p/512463#M143752</guid>
      <dc:creator>shivanshu1593</dc:creator>
      <dc:date>2020-08-04T22:23:51Z</dc:date>
    </item>
  </channel>
</rss>

