{ "pages": { "configuration": { "tabs": [ { "name": "global_settings", "entity": [ { "type": "text", "label": "Index", "required": true, "help": "Enter a unique name for this Meraki organization.", "validators": [ { "type": "string", "maxLength": 50, "errorMsg": "Maximum length allowed for username is 50", "minLength": 1 }, { "type": "regex", "errorMsg": "Organization Name must begin with a letter and consist exclusively of alphanumeric characters and underscores.", "pattern": "^[a-zA-Z]\\w*$" } ], "field": "name" } ], "title": "Global settings" }, { "name": "data_collection_settings", "entity": [ { "type": "text", "label": "Index", "required": true, "help": "Enter a unique name for this Meraki organization.", "validators": [ { "type": "string", "maxLength": 50, "errorMsg": "Maximum length allowed for username is 50", "minLength": 1 }, { "type": "regex", "errorMsg": "Organization Name must begin with a letter and consist exclusively of alphanumeric characters and underscores.", "pattern": "^[a-zA-Z]\\w*$" } ], "field": "name" } ], "title": "Data collection settings" } ], "title": "Configuration", "description": "Set up your add-on" } }, "meta": { "apiVersion": "4.0.0", "name": "Splunk_TA_mysql", "restRoot": "Splunk_TA_mysql", "version": "2.0.7aaa7c3e1", "displayName": "Splunk_TA_mysql", "schemaVersion": "0.0.2" } }