<%! title = 'Splunk Admin Server Control' %> <%namespace name="lib" file="//lib.html" import="*"/> <%inherit file="//layout/admin.html" /> <% import splunk from splunk.appserver.mrsparkle.lib import util, i18n %>

${_('Data Inputs')}

${_('Set up data inputs from files and directories and network ports. If you want to set up forwarding and receiving between two Splunk instances, go to Forwarding and receiving.') % dict([('url',make_url('/manager/%s/forwardreceive/' % namespace))])}

% if indexData: % if winData: % endif % else: % endif
${_('Type')} ${_('Inputs')} ${_('Actions')}
${_('Files & Directories')} ${indexData.get('monitorCount','0')} ${_('Add new')}
${_('Scripts')} ${indexData.get('scriptCount','0')} ${_('Add new')}
${_('TCP')} ${indexData.get('tcpCount','0')} ${_('Add new')}
${_('UDP')} ${indexData.get('udpCount','0')} ${_('Add new')}
${_('WMI collections')} ${indexData.get('wmiCount','0')} ${_('Add new')}
${_('Eventlog collections')} ${indexData.get('elCount','0')} ${_('Add new')}
${_('Registry monitoring')} ${indexData.get('regCount','0')} -
${_('Indexes data not returned')}