Splunk Search

Changing display from row to pie ? [Used for Google Map Drilldown]

sbnoobbb
Path Finder

I am working on Google map overlay, is there anyway I can change from displaying row to pie ?

alt text


sourcetype="CurrentWeatherSGMap" $WeatherID$ | stats count by current_summary | sort by count desc
Overall Weather Status
-10m@m

                 <module name="ConvertToIntention">
             <param name="settingToConvert">maps.drilldown</param>
                    <param name="intention">
                        <param name="name">stringreplace</param>
                        <param name="arg">
                            <param name="WeatherID">
                                <param name="value">$target$</param>
                            </param>
                        </param>
                    </param>


      <param name="entityName">results</param>
      <param name="count">15</param>
        <module name="SimpleResultsTable">
          <param name="entityName">results</param>
          <param name="displayRowNumbers">true</param>
          <param name="count">10</param>
          <param name="allowTransformedFieldSelect">True</param>
          <param name="drilldown">pie</param>
          <module name="Gimp"/>



          <module name="JSChart">
            <param name="width">100%</param>
            <param name="height">160px</param>
          </module>




              </module>
          </module>
          </module>
0 Karma

krugger
Communicator

Have a working Google Maps overlay working in the bluecoat app. You need MAXMIND geoip and google maps app installed. Hope it helps:


  Google Map
  index=bluecoat | geoip dest_host resolve_hostnames=true
  rt-5m
  rt
  
    roadmap,terrain,satellite
    roadmap
    true
    clusters
    m
    0.75
    0, 100, 500, 1000, 10000
    true
    500px
    on
    
      
        true
        flashtimeline
      
    
  

sbnoobbb
Path Finder

I have already plotted the things I wanted on Google map, is there anyway from the drill downs I can display a pie chart from the advance xml above?

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...