<%! title = 'Splunk Admin Server Control' %> <%namespace name="lib" file="//lib.html" import="*"/> <%namespace name="helpers" file="_helpers.html"/> <%inherit file="//layout/admin.html" /> <% import splunk from splunk.appserver.mrsparkle.lib import util, i18n sessionId = cherrypy.session.id from splunk.appserver.mrsparkle.lib.msg_pool import MsgPoolMgr, UI_MSG_POOL isLite = (cherrypy.config['product_type'] == 'lite' or cherrypy.config['product_type'] == 'lite_free') isCloudTrial = cherrypy.config['instance_type'] == 'cloudtrial' %>
% if not isLite:

${_('Forward data')}

${_('Set up forwarding between two or more Splunk instances.')}
${_('Actions')}
${_('Forwarding defaults')}
${_('Configure forwarding')} ${_('Add new')}
% endif
% if not isLite:

${_('Receive data')}

${_('Set up receiving between two or more Splunk instances.')}
% else:

${_('Receive Splunk Data')}

${_('Set up a receiving port to get data from Splunk Forwarders.')}
% endif % if not isCloudTrial: % endif % if not isCloudTrial: % endif
${_('Actions')}
${_('Configure receiving')} ${_('Add new')}