Hi,
Hope you're all well. I had a question regarding filters. I have a graph that is updated with data. What I want to be able to do is to have a drop down option for the fields start date and end date, wherein a user would click on one of the dates. Say for example the start date is 19/10/2017 and end date is 23/10/2017, the graph should be updated to represent data during that time period.
How would I go about doing that?
Kind Regards
@mahbs, you should check out Time Picker Input
example in Splunk Dashboard Examples
app which has a run any where example of adding Time Picker Input on your Dashboard: https://splunkbase.splunk.com/app/1603/
Alternatively you can check out Time Picker Input Example in Splunk Documentation as well: https://docs.splunk.com/Documentation/Splunk/latest/Viz/Buildandeditforms#Form_with_time_inputs_exam...
Or following Splunk Search Tutorial with Step By Step guidance with screenshot for running a Search > Creating a Dashboard and then Adding Time Picker Input : https://docs.splunk.com/Documentation/Splunk/latest/SearchTutorial/Createnewdashboard
Assuming you're using a dashboard, try editing it, clicking "+Add Input", at the top, select "time", and let us know if that is what you're looking for.