Splunk Search

How to use the bin command?

amarish_vlabs
New Member

Hi Team,

I have a field which takes values from 1 to 100. So I want use the bin command in such a way so the output should be like 1-10, 11-20, 21-30, 31-40 ..............99-100

Output:

1-10            13
11-20            9
21-30           21
31-40            5
................................
................................
................................

91-100           3

Please suggest

Thanks in advance,
Amarish

Tags (1)
0 Karma
1 Solution

diogofgm
SplunkTrust
SplunkTrust

Use this:
| bin field_name bins=10 | stats count by field_name

More information on bins from docs here (check the Example 2 in docs).

------------
Hope I was able to help you. If so, some karma would be appreciated.

View solution in original post

diogofgm
SplunkTrust
SplunkTrust

Use this:
| bin field_name bins=10 | stats count by field_name

More information on bins from docs here (check the Example 2 in docs).

------------
Hope I was able to help you. If so, some karma would be appreciated.

jeffland
SplunkTrust
SplunkTrust

Actually, using bins=10 will produce ten bins, so if your range is from 0 to 1000, your first bin will be 0-100, the next 100-200 and so on - use span=10 to have bins with a length of 10 each, no matter your range.

0 Karma

amarish_vlabs
New Member

Thank you so much for your reply. I have used your query and got the output like 0-10 , 10-20, 20-30.....etc. But I want to see the out put like 0-10 , 11-20, 21-30 , 31-40 .......etc. Please let me know Is this possible ?

Thanks,
Amarish

0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...