- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
jkat54

SplunkTrust
02-11-2019
09:16 AM
Internal configuration file error. Something wrong within the package or installation step. Contact your administrator for support. Detail: instance.pages.configuration.tabs[0].entity[0].label does not meet maximum length of 30
I received the error above with the add-on i built with the AOB. I solved on my own, and will post the answer below.
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
jkat54

SplunkTrust
02-11-2019
09:17 AM
The problem was that one of my parameters had a name that was too long.
I originally had the following parameter:
param.service_now_incident_endpoint = <string> Service Now Incident Endpoint
I changed to something less than 30 characters long for the key name:
param.incident_endpoint = <string> Service Now Incident Endpoint
That resolved the error.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
jkat54

SplunkTrust
02-11-2019
09:17 AM
The problem was that one of my parameters had a name that was too long.
I originally had the following parameter:
param.service_now_incident_endpoint = <string> Service Now Incident Endpoint
I changed to something less than 30 characters long for the key name:
param.incident_endpoint = <string> Service Now Incident Endpoint
That resolved the error.
