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!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...