Splunk Search

increment count in a field based on field values..

jiaqya
Builder

Need help with a situation.

Example table below:

column1,column2,column3,_time

1,2,3,21st

1,2,3,22nd

1,2,3,23rd

3,2,1,23rd

4,5,6,23rd

if on multiple days/times,  column1 ,2 and 3 are same(4th column is _time ) , then add a new field(count) with incrementing numbers by _time , like below. how can this be done  ? need help with query..

column1,column2,column3,_time,count

1,2,3,21st,1

1,2,3,22nd,2

1,2,3,23rd,3

3,2,1,23rd,1

4,5,6,23rd,1

Labels (1)
0 Karma
1 Solution

thambisetty
SplunkTrust
SplunkTrust

| bin _time span=1d
| stats count  by column1,column2,column3_time

| streamstats count by column1,column2,column3

————————————
If this helps, give a like below.

View solution in original post

0 Karma

jiaqya
Builder

Works perfectly fine, thank you...

 

0 Karma

thambisetty
SplunkTrust
SplunkTrust

| bin _time span=1d
| stats count  by column1,column2,column3_time

| streamstats count by column1,column2,column3

————————————
If this helps, give a like below.
0 Karma
Get Updates on the Splunk Community!

.conf25 technical session recap of Observability for Gen AI: Monitoring LLM ...

If you’re unfamiliar, .conf is Splunk’s premier event where the Splunk community, customers, partners, and ...

A Season of Skills: New Splunk Courses to Light Up Your Learning Journey

There’s something special about this time of year—maybe it’s the glow of the holidays, maybe it’s the ...

Announcing the Migration of the Splunk Add-on for Microsoft Azure Inputs to ...

Announcing the Migration of the Splunk Add-on for Microsoft Azure Inputs to Officially Supported Splunk ...