#Random
This is a place to discuss all things outside of Splunk, its products, and its use cases.

Does splunk have a primitive to generate test records?

DalJeanis
Legend

I'm trying to generate some trivial data records (in this example, records with TheRecordNumber from 1 to 400).

Is there a simpler way to do it than this?

| makeresults count=400
| eval TheNum = 1 
| accum TheNum as TheRecordNumber 

I'm aware of makeresults and gentimes.

Tags (1)
0 Karma
1 Solution

rjthibod
Champion

The only thing simpler I can think of is this

| makeresults count=400
| streamstats count as TheRecordNumber

View solution in original post

rjthibod
Champion

The only thing simpler I can think of is this

| makeresults count=400
| streamstats count as TheRecordNumber

somesoni2
Revered Legend

Don't think there is any other simpler option.

0 Karma
Get Updates on the Splunk Community!

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had 3 releases of new security content via the Enterprise Security ...

Archived Metrics Now Available for APAC and EMEA realms

We’re excited to announce the launch of Archived Metrics in Splunk Infrastructure Monitoring for our customers ...