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!

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had 3 releases of new security content via the Enterprise Security ...

Archived Metrics Now Available for APAC and EMEA realms

We’re excited to announce the launch of Archived Metrics in Splunk Infrastructure Monitoring for our customers ...