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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...