Splunk Search

Can we display additional fields in Gantt (bar) chart pop-up box?

AKG1_old1
Builder

Hello,

In Gantt chart, when we move the mouse over an event it displays a pop-up box with certain details. By default, its displays only 3 columns (_time , ScriptName, ScriptName2). Is it possible to display other columns (Duration, start-time, end time ) on pop-up box ?

Search Query:

index=_* OR index=* sourcetype=tool_lifecycle | eval ScriptName2=ScriptName | table _time ScriptName ScriptName2 Duration StartTime EndTime

Attached Screenshot.alt text

0 Karma

cmerriman
Super Champion

It looks like you're using the Timeline app, the documentation is found here for simpleXML options:
https://docs.splunk.com/Documentation/Timeline/1.1.0/TimelineViz/TimelineXML
it doesn't look like you can add other fields.

There is a Gantt Chart app found here: https://splunkbase.splunk.com/app/1741/ that can be customized.
the simpleXML would look something like (the search is a post-process called demo_search1):

<row>
    <panel>
      <title>Tool Lifecycle</title>
      <html encoded="1"><h2>Gantt Chart</h2>

            <div id="demo-view" class="splunk-view" data-require="app/gantt/components/gantt/gantt" data-options="{                                  
            &amp;quot;managerid&amp;quot;: &amp;quot;demo_search1&amp;quot;,                                  
            &amp;quot;startField&amp;quot;: &amp;quot;_time&amp;quot;,                                  
            &amp;quot;durationField&amp;quot;: &amp;quot;duration&amp;quot;,                                 
            &amp;quot;categoryLabel&amp;quot;: &amp;quot;ScriptName&amp;quot;,                                  
            &amp;quot;categoryField&amp;quot;: &amp;quot;ScriptName&amp;quot;,                                  
            &amp;quot;seriesLabel&amp;quot;: &amp;quot;SecondScriptName&amp;quot;,                                  
            &amp;quot;seriesField&amp;quot;: &amp;quot;ScriptName2&amp;quot;,                                  
            &amp;quot;extrasField&amp;quot;: &amp;quot;anyExtraField&amp;quot;,                                  
            &amp;quot;compact&amp;quot;: &amp;quot;true&amp;quot;                               }">
            </div></html>
    </panel>
  </row>
0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...