Splunk Search

How to replace description into timechart results

wieslaww
Engager

Splunk Enterprise 7.2.0

I have my query:

index="_itrospection" component ="hostwide" | timechart max(data.mem.mem_used) as Current by splunk_server

In the legend I see the splunk_server descriptions based on hostnames.

I created lookup indexers.csv:
indexer,site
hostname1,Site-1
hostname2,Site-2

How can I use lookup to replace splunk_server fields by lookup field site?

Tags (1)
0 Karma
1 Solution

wieslaww
Engager

Grate, it is working fine.

My mistake was:

index="_introspection" component ="hostwide"
| lookup indexers indexer as splunk_server OUTPUT indexer as splunk_server
| timechart max(data.mem.mem_used) as Current by splunk_server

View solution in original post

0 Karma

wieslaww
Engager

Grate, it is working fine.

My mistake was:

index="_introspection" component ="hostwide"
| lookup indexers indexer as splunk_server OUTPUT indexer as splunk_server
| timechart max(data.mem.mem_used) as Current by splunk_server

0 Karma

niketn
Legend

Hi @wieslaww do you have 1 to 1 mapping between host name and Site or not?

If so, create a Lookup Definition for indexers.csv and then change the query as following:

index="_introspection" component ="hostwide" 
| lookup indexers indexer as splunk_server OUTPUT site 
| timechart max(data.mem.mem_used) as Current by site
____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma
Get Updates on the Splunk Community!

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

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...