Splunk Dev

How to protect ultra-valuable search SPL "secret sauce" when selling service/product?

woodcock
Esteemed Legend

I have been asked by a client who has a very profitable service whose entire value is in a very painstakingly crafted and highly complex search inside of a dashboard , how can/should he copy protect this SPL. I am unsure how to answer him. I am tempted to say Don't bother, just trust your contract and your client. It is not so much that the risk is that any single client would take the IP for himself, but rather that somebody would unwittingly share it and release it to the world. I have considered:
0: "Do Nothing".
1: "Close the door": Move the SPL to a scheduled search that writes to a lookup, and have the dashboard load the lookup.
2: "Lock the door": Move the SPL (or bits) to one or more custom search commands.
3: "Put up a fence": Do the above, but have the python call a compiled binary to do some of the work.

randy_moore
Path Finder

I don't have an answer, just some commentary

"...very profitable service whose entire value is in a very painstakingly crafted and highly complex search inside of a dashboard..."

That's a ticking time bomb for that company right there if the SPL ever made it into the world.
I would do #3, since it is so valuable to your customer.

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...