%! 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 %>
${_('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')} |