All Apps and Add-ons

Splunk for K8s - typo in savedsearches "Pod CPU/Memeory Usage Trend"

guilmxm
Influencer

Hello,

Currently reviewing the new Splunk addon for Kubernetes, I noticed a typo in the name of the following saved search:

" Pod CPU/Memeory Usage Trend"

[Pod CPU/Memeory Usage Trend]
search = | mstats avg(_value) as cpu  WHERE `k8s-metrics-index` AND metric_name="kube.pod.cpu.usage" span=10s  BY "pod" | join type=left _time [ | mstats avg(_value) as memory WHERE `k8s-metrics-index` AND metric_name="kube.pod.memory.usage" BY span=10s "pod"] | stats sparkline(avg(cpu)) as "CPU Usage", sparkline(avg(memory)) as "Memory Usage" BY "pod"

KInd regards,

Guilhem

0 Karma
1 Solution

mattymo
Splunk Employee
Splunk Employee

Thanks Guilmxm,

Unfortunately, I noticed a few typos.

Will update for next release. Will keep ya posted!

Matt

- MattyMo

View solution in original post

0 Karma

anywhere99
Explorer

| mstats avg(_value) as cpu WHERE `k8s-metrics-index` AND metric_name="kube.pod.cpu.usage_rate" span=10s BY "pod-name" | join type=left _time [ | mstats avg(_value) as memory WHERE `k8s-metrics-index` AND metric_name="kube.pod.memory.usage_bytes" BY span=10s "pod-name"] | stats sparkline(avg(cpu)) as "CPU Usage", sparkline(avg(memory)) as "Memory Usage" BY "pod-name"

0 Karma

mattymo
Splunk Employee
Splunk Employee

Thanks Guilmxm,

Unfortunately, I noticed a few typos.

Will update for next release. Will keep ya posted!

Matt

- MattyMo
0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...