addonfactory-ucc-generator icon indicating copy to clipboard operation
addonfactory-ucc-generator copied to clipboard

A framework to generate UI-based Splunk Add-ons.

Results 38 addonfactory-ucc-generator issues
Sort by recently updated
recently updated
newest added

**Issue number:** https://splunk.atlassian.net/browse/ADDON-75045 ## Summary fixes issue that for every tab custom row was loaded from inputs.table object add tab for configuration page with custom rows ### Changes > Please...

This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | šŸ”§ This Pull Request updates lock files to use the latest...

**Issue number:[ADDON-74237](https://splunk.atlassian.net/browse/ADDON-74237)** ## Summary Extended rh_templates to pass user validators to resthandler this pr requires changes from splunktauuclib: https://github.com/splunk/addonfactory-ucc-library/pull/316 ### Changes * rh_templates now has an additional list "special_fields" *...

## Summary Change input helper templates to also pass the `modular_input` instance (`smi.Script`) to the `stream_events` function. This makes it easier to interact with Splunk, because the Splunk service of...

### Description # Overview The UCC engineering team discovered that some technology add-ons that use UCC (specifically `splunktaucclib`) might have a compatibility issue with Python 3.9 (running modular input will...

known-issue

### Description When UCC builds an app based on a GitHub release, the version it produces does not meet the requirements for a new AppInspect check "check_version_is_valid_semver" which requires a...

bug
triage

### Description Steps to recreate: 1) ucc-gen init --addon-name **TA-test-app** --addon-display-name "Test API Collector for Splunk" --addon-input-name getStats --addon-rest-root "**ta_test_api**" 2) ucc-gen build 3) ucc-gen package 4) Install app, create...

bug

### Description The custom validator I have defined in globalConfig.json for *interval* is being overridden by a validator that only supports integers: `fields = [ field.RestField( 'interval', required=True, encrypted=False, default=None,...

bug