%! title = 'Search-time props' %> <%namespace name="lib" file="//lib.html" import="*"/> <%inherit file="//layout/admin.html" /> <% import splunk from splunk.appserver.mrsparkle.lib import util, i18n isLite = util.isLite() %>
| ${_('Type')} | ${_('Actions')} |
|---|---|
| ${_('Field aliases')} | ${_('Add new')} |
| ${_('Edit or add one or more aliases to field names')} | |
| ${_('Calculated fields')} | ${_('Add new')} |
| ${_('Edit or add one or more calculated fields')} | |
| ${_('Field extractions')} | %if not isLite: ${_('Add new')} %else: ${_('Open field extractor')} %endif |
| ${_('View and edit all field extractions. Add new field extractions and update permissions.')} | |
| ${_('Field transformations')} | ${_('Add new')} |
| ${_('Edit or add transformations for field extractions that use a transform.')} | |
| ${_('Sourcetype renaming')} | ${_('Add new')} |
| ${_('Rename a source type. Multiple source types can share the same name.')} | |
| ${_('Workflow actions')} | ${_('Add new')} |
| ${_('Edit or add workflow actions')} | |