Splunk Search

Regarding Splunk's eval random() function

maverick
Splunk Employee
Splunk Employee

Since it does not appear that you can pass a number into the random() function, I'm curious to know what is being used to seed it's "randomness".

Is it the first or last timestamp of the event(s) in your result set, or maybe the total number of events returned in the result set? Something else?

Marklar
Splunk Employee
Splunk Employee

The seed is generated from the pid and the time of day, not anything to do with the results.

Marklar
Splunk Employee
Splunk Employee

Correct. Every search is started in a new process, which is when the random number generator is seeded.

maverick
Splunk Employee
Splunk Employee

Okay. and by time of day you mean the current time that the search is actually ran?

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, ...