Splunk Search

transform field in sha256 before indexation

splunkLPN
Path Finder

is there a way to transform a field in sha256 before indexation? in the sourcetype ?

I can do that after using

| eval n=sha256 (getCanvasPrint)

but the field exceed 10000 and I want to reduce his size in a unique hash before to be truncated if possible.

thanks for you help.

0 Karma

cpetterborg
SplunkTrust
SplunkTrust

It isn't possible to run a function like sha256 on a value before indexing, unless you do it before it gets to the forwarder or the HEC. My suggestion would be to do this function before it gets touched by Splunk if you want to save that much licensing, or the data itself isn't that important.

Now if the data isn't needed at all you can remove it completely before indexing using a SEDCMD in your props.conf.

0 Karma
Get Updates on the Splunk Community!

Monitoring Postgres with OpenTelemetry

Behind every business-critical application, you’ll find databases. These behind-the-scenes stores power ...

Mastering Synthetic Browser Testing: Pro Tips to Keep Your Web App Running Smoothly

To start, if you're new to synthetic monitoring, I recommend exploring this synthetic monitoring overview. In ...

Splunk Edge Processor | Popular Use Cases to Get Started with Edge Processor

Splunk Edge Processor offers more efficient, flexible data transformation – helping you reduce noise, control ...