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!

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...

.conf24 | Personalize your .conf experience with Learning Paths!

Personalize your .conf24 Experience Learning paths allow you to level up your skill sets and dive deeper ...