Documentation:
3.3
literals.conf controls what literal text displays and how literal text is displayed in SplunkWeb. EuroDate formatting is configured here. See $SPLUNK_HOME/etc/system/default/literals.conf for all possible configurable strings.
literals.conf.example# Copyright (C) 2005-2008 Splunk Inc. All Rights Reserved. Version 3.0 # # This file contains an example literals.conf. Use this file to configure the externalized strings # in Splunk. # # To use one or more of these configurations, copy the configuration block into # literals.conf in $SPLUNK_HOME/etc/system/local/. You must restart Splunk to # enable configurations. # # To learn more about configuration files (including precedence) please see the documentation # located at http://www.splunk.com/doc/latest/admin/BundlesIntro. # # For the full list of all literals that can be overwritten, consult the far longer list in # $SPLUNK_HOME/etc/system/default/literals.conf # # NOTE: When strings contain "%s", do not add or remove any occurrences of %s, or reorder their positions. # NOTE: When strings contain HTML tags, take special care to make sure that all tags and quoted # attributes are properly closed, and that all entities such as & are escaped. # ////////////////////////////////////////////////////////////////////////////// # UI/Appserver embedded strings # ////////////////////////////////////////////////////////////////////////////// [ui] # ------------- # to switch to european date format, use these values instead SEARCH_TERM_TIME_FORMAT = %d/%m/%Y:%H:%M:%S SEARCH_RESULTS_TIME_FORMAT = %d/%m/%Y %H:%M:%S # ------------- PRO_SERVER_LOGIN_HEADER = Login to Splunk (guest/guest) INSUFFICIENT_DISK_SPACE_ERROR = The server's free disk space is too low. Indexing will temporarily pause until more disk space becomes available. SERVER_RESTART_MESSAGE_ADMIN = You need to restart the Splunk Server for your changes to take effect. <span class="divider">|</span> To restart, go to the <a href="/admin/settings/control">Server > Control</a> screen. SERVER_RESTART_MESSAGE = This Splunk Server's configuration has been changed. The server needs to be restarted by an administrator. UNABLE_TO_CONNECT_MESSAGE = Could not connect to splunkd at %s.
Comments
No comments have been submitted.