<%! title = 'Insufficent License Level' from splunk.appserver.mrsparkle.lib.msg_pool import MsgPoolMgr, UI_MSG_POOL %> <%namespace name="helpers" file="_helpers.html"/> <%inherit file="//layout/admin.html"/> <% msg_obj = MsgPoolMgr.get_poolmgr_instance()[UI_MSG_POOL].pop(msgid) %>

${nagwareMessaging.get('label')}

% if nagwareMessaging.get("description"):

${nagwareMessaging["description"]}

% endif

${_("%s is an Enterprise license-level feature and is currently not available on this instance.") % nagwareMessaging.get("label")}

${_('To enable this and other Enterprise features, learn more about licenses at Splunk.com or contact Splunk Sales directly.')}

% if msg_obj:

Splunkd response: ${msg_obj.text}

% endif