hsekowski-splunk

Results 4 issues of hsekowski-splunk

When defining field validators in globalConfig.json, we should be able to be more specific about numbers that are acceptable. That are integers in most cases, but JavaScript number (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number) accepts...

enhancement

If solnlib integration tests are called second time locally with use of the same splunk instance, error like below will be raised. ` > assert len(search_results) == 1 E assert...

This is not obvious for someone who wants to contribute how to setup properly dev environment and run tests. New section in documentation would help. Example for that: - https://github.com/splunk/addonfactory-ucc-generator/blob/main/README.md?plain=1...

Extend [logging functionality](Splunk_TA_Jira_Cloud) by log-prefix property Setter would be used to set it by [ucc-gen](https://github.com/splunk/addonfactory-ucc-generator) with TA name (globalConfig meta.name) lowercased (if has to be lowercase?) - if automated or...