All Apps and Add-ons

Display the selected month data using dropdown in Splunk dashboard

Nith1
Path Finder

Hi,

Im new to Splunk and my task is to built a Splunk Dashboard where i must have a dropdown and have 12 months listed in it and the dashboard must populate data only for the selected month. Can someone let me know the splunk query to build the same.

Also how to set the field for value and field for label.

My logs contains fields like 
IssueCreated, Key,  Project Id, Project Name, IssueType, Status, Summary, Assigned to ,Assigned By

Thanks

 

 

Labels (2)
Tags (1)
0 Karma

manjunathmeti
Champion

Hi @Nith1,

Below works for months in the current year. Create a dropdown like below.

<input type="dropdown" token="month">
      <label>Select Month</label>
      <choice value="earliest=@y latest=@y+1mon">January</choice>
      <choice value="earliest=@y+1mon latest=@y+2mon">February</choice>
      <choice value="earliest=@y+2mon latest=@y+3mon">March</choice>
      <choice value="earliest=@y+3mon latest=@y+4mon">April</choice>
      <choice value="earliest=@y+4mon latest=@y+5mon">May</choice>
</input>


And use the token month in your base search.

index=INDEXNAME $month$ | table IssueCreated, Key, "Project Id", "Project Name", IssueType, Status, Summary

 

If this reply helps you, an upvote/like would be appreciated.



Get Updates on the Splunk Community!

Super Optimize your Splunk Stats Searches: Unlocking the Power of tstats, TERM, and ...

By Martin Hettervik, Senior Consultant and Team Leader at Accelerate at Iver, Splunk MVPThe stats command is ...

How Splunk Observability Cloud Prevented a Major Payment Crisis in Minutes

Your bank's payment processing system is humming along during a busy afternoon, handling millions in hourly ...

Index This | What’s a riddle wrapped in an enigma?

September 2025 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with this ...