Dashboards & Visualizations

How to populate dropdown values from csv file using javascript?

kevshah
Explorer

I've input lookup table csv file in splunk envrinoment where I want to pull dropdown values from. Since I am new to HTML dashboarding in splunk, I don't know how to search inputlook up table using javascript.

This is how I am doing in Advanced xml, any idea how to achieve this in HTML dashboard?

 <module name="Search" autoRun="True">
      <param name="search"><![CDATA[
| inputlookup xvz.csv | fillnull value=* | fields Index, sourcetype, env, jvm_name]]></param>


       <module name="Pulldown">
          <param name="postProcess">dedup sourcetype | sort sourcetype</param>
          <param name="cssClass">dropBox</param>
          <param name="size">6</param>
          <param name="valueField">sourcetype</param>
          <param name="staticOptions"/>
          <param name="name">sourcetype</param>
          <param name="template">sourcetype=$value$</param>
          <param name="label">Sourcetype</param>

</module>
</module>

asimagu
Builder

I suggest that you build this dashboard in Simple XML and then use the built-in feature of converting to HTML. You will have your dashboard working plus you will learn how it is done in HTML 😉

0 Karma

kevshah
Explorer

I tried that and it works but it creates a default splunk dropdown view, my requirement is to create more customized view. Any idea on how to create custom view?

0 Karma

asimagu
Builder

what about using the Javascript sdk for Splunk?

0 Karma
Get Updates on the Splunk Community!

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...

Let’s Get You Certified – Vegas-Style at .conf24

Are you ready to level up your Splunk game? Then, let’s get you certified live at .conf24 – our annual user ...