#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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...