All Apps and Add-ons

Saved Searches in google Maps

asarolkar
Builder

Is it possible to write savedSearches (saved in the "Search App") into the configuration of the "GoogleMaps" module for a view (written in advanced xml) ?

For instance, the following search executes this DYNAMICSEARCH every time this view is loaded. GoogleMaps will attempt to run the search dynamically and plot its results on a google map :

<module name="HiddenSearch> 
  <param name="search">DYNAMICSEARCH</param>
  <module name="GoogleMaps">
  ...
  </module>
</module>

I want to save DYNAMICSEARCH as a saved search and use that as the search parameter instead

Any ideas on how to go about this ?

0 Karma

hartfoml
Motivator

I am trying to do the same thing. did you ever find the answer

0 Karma

MHibbin
Influencer

Haven't tried it myself, but you should be able to create an advanced xml view in the desired app (e.g. "Search") but change your "[HiddenSearch][1]" to a "[HiddenSavedSearch][2]". And then change you "search" param to a "savedSearch" param.

Regards,

MHibbin

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...