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!

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

Watch On Demand the Tech Talk, and empower your SOC to reach new heights! Duration: 1 hour  Prepare to ...

Splunk Observability as Code: From Zero to Dashboard

For the details on what Self-Service Observability and Observability as Code is, we have some awesome content ...