<?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: How to use SEDCMD to anonymize a field after automatic lookup from a CSV file at index-time? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-use-SEDCMD-to-anonymize-a-field-after-automatic-lookup/m-p/273171#M82318</link>
    <description>&lt;P&gt;Does no one have a solution or guidance to this? Help is very much appreciated!&lt;/P&gt;</description>
    <pubDate>Mon, 26 Oct 2015 13:25:03 GMT</pubDate>
    <dc:creator>joarsvensson</dc:creator>
    <dc:date>2015-10-26T13:25:03Z</dc:date>
    <item>
      <title>How to use SEDCMD to anonymize a field after automatic lookup from a CSV file at index-time?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-use-SEDCMD-to-anonymize-a-field-after-automatic-lookup/m-p/273170#M82317</link>
      <description>&lt;P&gt;I want to do an automatic lookup from a CSV file on index time, and add new fields to the event. I got this working, but what if I want to anonymize the field used as lookup key afterwards?&lt;/P&gt;

&lt;P&gt;Using this won't work since it seem to happen prior to the lookup runs:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;props.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[default]
SEDCMD-anonymize = s/username=(......)/username=XXXXXX/g
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Help appreciated!&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2015 12:21:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-use-SEDCMD-to-anonymize-a-field-after-automatic-lookup/m-p/273170#M82317</guid>
      <dc:creator>joarsvensson</dc:creator>
      <dc:date>2015-10-15T12:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SEDCMD to anonymize a field after automatic lookup from a CSV file at index-time?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-use-SEDCMD-to-anonymize-a-field-after-automatic-lookup/m-p/273171#M82318</link>
      <description>&lt;P&gt;Does no one have a solution or guidance to this? Help is very much appreciated!&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2015 13:25:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-use-SEDCMD-to-anonymize-a-field-after-automatic-lookup/m-p/273171#M82318</guid>
      <dc:creator>joarsvensson</dc:creator>
      <dc:date>2015-10-26T13:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SEDCMD to anonymize a field after automatic lookup from a CSV file at index-time?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-use-SEDCMD-to-anonymize-a-field-after-automatic-lookup/m-p/273172#M82319</link>
      <description>&lt;P&gt;It cannot be done without augmenting the data at Index-Time to include the lookup details.  Lookups happen at Search-Time ALWAYS.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2015 15:36:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-use-SEDCMD-to-anonymize-a-field-after-automatic-lookup/m-p/273172#M82319</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-10-26T15:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SEDCMD to anonymize a field after automatic lookup from a CSV file at index-time?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-use-SEDCMD-to-anonymize-a-field-after-automatic-lookup/m-p/273173#M82320</link>
      <description>&lt;P&gt;Thank you for clarifying! So I need to populate the data prior to indexing, in order for this to work.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Oct 2015 12:12:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-use-SEDCMD-to-anonymize-a-field-after-automatic-lookup/m-p/273173#M82320</guid>
      <dc:creator>joarsvensson</dc:creator>
      <dc:date>2015-10-30T12:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SEDCMD to anonymize a field after automatic lookup from a CSV file at index-time?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-use-SEDCMD-to-anonymize-a-field-after-automatic-lookup/m-p/273174#M82321</link>
      <description>&lt;P&gt;Yes, think of it this way: any field created at &lt;CODE&gt;Index-Time&lt;/CODE&gt; must be based off of a continuous string inside of the event itself (e.g. field &lt;CODE&gt;X&lt;/CODE&gt; starts as position &lt;CODE&gt;Y&lt;/CODE&gt; and ends at position &lt;CODE&gt;Z&lt;/CODE&gt;) or in the meta-data for the event (e.g. &lt;CODE&gt;source&lt;/CODE&gt;).  This is how all &lt;CODE&gt;Index-Time&lt;/CODE&gt; fields are defined and there is not (and probably never will be) any exception.  Once I realized this, my thinking about fields became much more clear.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Oct 2015 16:02:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-use-SEDCMD-to-anonymize-a-field-after-automatic-lookup/m-p/273174#M82321</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-10-30T16:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SEDCMD to anonymize a field after automatic lookup from a CSV file at index-time?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-use-SEDCMD-to-anonymize-a-field-after-automatic-lookup/m-p/273175#M82322</link>
      <description>&lt;P&gt;Hope Splunk enabled a similar option for "tokenisation" of certain fields at index time  (eg credit card numbers for apple pay)&lt;/P&gt;</description>
      <pubDate>Sat, 31 Oct 2015 22:31:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-use-SEDCMD-to-anonymize-a-field-after-automatic-lookup/m-p/273175#M82322</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2015-10-31T22:31:16Z</dc:date>
    </item>
  </channel>
</rss>

