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

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
SplunkTrust
SplunkTrust

Don't think there is any other simpler option.

0 Karma
Get Updates on the Splunk Community!

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...

Let’s Get You Certified – Vegas-Style at .conf24

Are you ready to level up your Splunk game? Then, let’s get you certified live at .conf24 – our annual user ...