Dashboards & Visualizations

splunk dashboard

Siddharthnegi
Contributor

In a dashboard I am using 2 searches and in each search I am using geostats command to build a map and show results on the map. Can I point these 2 searches on 1 map . meaning i want that rather than using geostats on each panel search I want it to be common for every panel so that i don't have to write it in every panel search.

Tags (1)
0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @Siddharthnegi ,

it's possible to create a common search to use in more panels (for more infos see at https://docs.splunk.com/Documentation/Splunk/9.2.1/Viz/Savedsearches#Post-process_searches ), only if the search is the same and you have different calculations in each panel from the search, e.g. in one panel you use stats and in one panel you use table.

Are your searches different or similar?

if they are similar, please share them, otherwise, it isn't possible.

Ciao.

Giuseppe

Siddharthnegi
Contributor

yes all the searches are same only 1 line is different.
eg
search is same only 1 line is different like
in search 1 i am using
| search category = os_client

in search 2 i am using
| search category = os_server

Like this. Is this helpful

0 Karma

gcusello
SplunkTrust
SplunkTrust

hi @Siddharthnegi ,

let me know if my hint solve your requirement.

If you share your searches I culd help you.

Otherwise, please accect one solution for the other people of Community.

Ciao.

Giuseppe

P.S.: Karma Points are appreciated 😉

Siddharthnegi
Contributor

so the searchers are

 

| inputlookup duerr_counters.csv
| search category="blsoft_total"
| rename "Company Code" as CompanyCode
| lookup location_map.csv CompanyCode OUTPUTNEW Lat, Long
| rename CompanyCode as "Company Code"
| lookup lkp-GlobalIpRange "Company Code" OUTPUTNEW Niederlassung
| fields "Company Code" Region category Lat Long Niederlassung
| geostats globallimit=93 latfield=Lat longfield=Long count by Niederlassung


| inputlookup duerr_counters.csv
| search category="blsoft_exceptions"
| rename "Company Code" as CompanyCode
| lookup location_map.csv CompanyCode OUTPUTNEW Lat, Long
| rename CompanyCode as "Company Code"
| lookup lkp-GlobalIpRange "Company Code" OUTPUTNEW Niederlassung
| fields "Company Code" Region category Lat Long Niederlassung
| geostats globallimit=93 latfield=Lat longfield=Long count by Niederlassung



only 2 line is different

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Visualisations display the results of a search so can you not combine your searches into a single search and display that on a single map?

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!

Your Feedback. Our Roadmap. Visit the PX Feedback Booth at .conf26

You use Splunk every day, come and help shape what's next.  Save Your Seat: Product-Focused Sessions at ...

Agentic SOC Triage: Investigating Splunk ES Notables with MCP Server and a Local LLM

The Problem: Too Many Alerts, Too Little Context Security operations teams running Splunk Enterprise Security ...

Painting a Clearer Picture: Creating Cross-Domain Visibility with AI Canvas

Watch Now Painting a Clearer Picture: Creating Cross-Domain Visibility with AI Canvas     Do you ever feel ...