Deployment Architecture

How do I bucket/cluster my results into a specific (say 4) buckets displayed as columns?

underground8
Engager

I have search results with a value "creation_time" -- format: 2012-08-22T20:59:51Z

In my search I added:

| eval age = today() - creation_time 

I thought maybe clustering with 'kmeans' would do it, so I tried the following:

| kmeans k=4 age |

But this doesn't yield any results.

Suggestions? My output should be column graph with four of them, with the bucket clustering the different ages across the creation_times.

Tags (1)
0 Karma

melonman
Motivator

Is this someting similar to what you wanted?

SOMESEARCH | eval age = now() - _time  | bucket age bins=4 | chart count by age

I think "bucket" command will do the job.

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