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
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Monitoring AI Agents with Splunk Observability Cloud

Let’s say I’m running a travel planning AI app in production. A user asks for three concise hotel options in ...

[Puzzles] Solve, Learn, Repeat: Tiling

This puzzle (first published here) is based on finding groups of tessellated tiles (inspired by floor tiles I ...

SOK it to Me: Top 3 Benefits of Using Splunk Operator on Kubernetes that’ll Make ...

    Thursday, July 9, 2026  |  11:00AM–12:00PM PDT Duration: 1 hour (includes Q&A) Managing can feel like a ...