<?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 can I enrypt of hash a field before index? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/How-can-I-enrypt-of-hash-a-field-before-index/m-p/320604#M20194</link>
    <description>&lt;P&gt;Good morning, &lt;/P&gt;

&lt;P&gt;I have a log file, that I am told by security the email addresses need to be hashed. Any idea how I do this?&lt;/P&gt;</description>
    <pubDate>Sat, 21 Oct 2017 04:41:42 GMT</pubDate>
    <dc:creator>daniel333</dc:creator>
    <dc:date>2017-10-21T04:41:42Z</dc:date>
    <item>
      <title>How can I enrypt of hash a field before index?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-can-I-enrypt-of-hash-a-field-before-index/m-p/320604#M20194</link>
      <description>&lt;P&gt;Good morning, &lt;/P&gt;

&lt;P&gt;I have a log file, that I am told by security the email addresses need to be hashed. Any idea how I do this?&lt;/P&gt;</description>
      <pubDate>Sat, 21 Oct 2017 04:41:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-can-I-enrypt-of-hash-a-field-before-index/m-p/320604#M20194</guid>
      <dc:creator>daniel333</dc:creator>
      <dc:date>2017-10-21T04:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: How can I enrypt of hash a field before index?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-can-I-enrypt-of-hash-a-field-before-index/m-p/320605#M20195</link>
      <description>&lt;P&gt;If you want to hash a field &lt;STRONG&gt;or&lt;/STRONG&gt; encrypt a field &lt;STRONG&gt;or&lt;/STRONG&gt; encrypt a hash of a field (it's not clear from your post title and body) , then you can't do this natively with Splunk.You'll need an App/Add-On/Custom code etc...  to perform some sort of pre-processing for you.&lt;/P&gt;

&lt;P&gt;Depending on how you are indexing your data , you can get some ideas from this blog post : &lt;A href="http://www.baboonbones.com/blog/get-binary-data-splunk/"&gt;www.baboonbones.com/blog/get-binary-data-splunk/&lt;/A&gt; , in particular the &lt;CODE&gt;"Data Obfuscation in Splunk Enterprise"&lt;/CODE&gt; link.&lt;/P&gt;</description>
      <pubDate>Sat, 21 Oct 2017 04:54:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-can-I-enrypt-of-hash-a-field-before-index/m-p/320605#M20195</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2017-10-21T04:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: How can I enrypt of hash a field before index?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-can-I-enrypt-of-hash-a-field-before-index/m-p/320606#M20196</link>
      <description>&lt;P&gt;Hi  daniel333,&lt;BR /&gt;
as @Damien Dallimore said there isn't any way to do yhis in Splunk.&lt;BR /&gt;
For one our customer, by suggest of Splunk Professional services, we encrypted a field in a log pre-processing it with an external PHP script that was using a certificate to have a reversible encrypting.&lt;BR /&gt;
In this way we're able to decrypt the field and know the real value of this field (an account name in proxy navigating).&lt;BR /&gt;
The procedure is that:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;we receive syslogs from proxies in a syslog server,&lt;/LI&gt;
&lt;LI&gt;we write them in a file,&lt;/LI&gt;
&lt;LI&gt;we parse the file encrypting the account field,&lt;/LI&gt;
&lt;LI&gt;we ingest it in Splunk.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Sat, 21 Oct 2017 08:45:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-can-I-enrypt-of-hash-a-field-before-index/m-p/320606#M20196</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-10-21T08:45:56Z</dc:date>
    </item>
  </channel>
</rss>

