<%! 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 = util.isLite() isCloud = util.isCloud() %>
% if (not isLite) and (can_edit_tcp_defaults or can_edit_tcp_server):

${_('Forward data')}

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

${_('Receive data')}

${_('Configure this instance to receive data forwarded from other instances.')}
% else:

${_('Receive Splunk Data')}

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