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
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...