Skip to content

Feature request: Support for Time Unit Selection (seconds, minutes, hours etc) in Interval Field for Modular Inputs #1780

@jaykukadiya

Description

@jaykukadiya

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions