Description
First of all, thank you for building and maintaining the Universal Configuration Console. it's been incredibly helpful in simplifying Splunk Add-on development.
I'm currently maintaining a few UCC-based add-ons, and we've received feedbacks from customers regarding the input interval configuration. The current implementation of the interval field supports only seconds, which can be confusing or unintuitive for users who prefer specifying polling intervals in minutes or hours.
Add support for a dropdown or unit selector (e.g., seconds, minutes, hours etc) alongside the interval input field in the modular input configuration UI.
Proposed Behavior:
- The user should be able to input a value (e.g., 5) and select the desired time unit (seconds, minutes, hours) from a dropdown.
- Internally, the selected value can be normalized to seconds (for compatibility with Splunk’s expectations).
Example UI:
Interval: [ 5 ] [seconds ▼]
Use Case:
- Improves user experience by allowing more natural and readable configuration.
- Reduces confusion for non-technical users or those unfamiliar with the requirement to convert everything into seconds.
Thank you for considering this request!