viewstates.conf
viewstates.conf
The following are the spec and example files for viewstates.conf.
viewstates.conf.spec
# Copyright (C) 2005-2011 Splunk Inc. All Rights Reserved. Version 4.3.2
#
# This file explains how to format viewstates.
#
# To use this configuration, copy the configuration block into viewstates.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://docs.splunk.com/Documentation/Splunk/latest/Admin/Aboutconfigurationfiles
[<view_name>:<viewstate_id>]
* Auto-generated persistence stanza label that corresponds to UI views
* The <view_name> is the URI name (not label) of the view to persist
* if <view_name> = "*", then this viewstate is considered to be 'global'
* The <viewstate_id> is the unique identifier assigned to this set of parameters
* <viewstate_id> = '_current' is a reserved name for normal view 'sticky state'
* <viewstate_id> = '_empty' is a reserved name for no persistence, i.e., all defaults
<module_id>.<setting_name> = <string>
* The <module_id> is the runtime id of the UI module requesting persistence
* The <setting_name> is the setting designated by <module_id> to persist
viewstates.conf.example
# Copyright (C) 2005-2011 Splunk Inc. All Rights Reserved. Version 4.3.2 # # This is an example viewstates.conf. # # To learn more about configuration files (including precedence) please see the documentation # located at http://docs.splunk.com/Documentation/Splunk/latest/Admin/Aboutconfigurationfiles [charting:g3b5fa7l] ChartTypeFormatter_0_7_0.default = area Count_0_6_0.count = 10 LegendFormatter_0_13_0.default = right LineMarkerFormatter_0_10_0.default = false NullValueFormatter_0_12_0.default = gaps [*:g3jck9ey] Count_0_7_1.count = 20 DataOverlay_0_12_0.dataOverlayMode = none DataOverlay_1_13_0.dataOverlayMode = none FieldPicker_0_6_1.fields = host sourcetype source date_hour date_mday date_minute date_month FieldPicker_0_6_1.sidebarDisplay = True FlashTimeline_0_5_0.annotationSearch = search index=twink FlashTimeline_0_5_0.enableAnnotations = true FlashTimeline_0_5_0.minimized = false MaxLines_0_13_0.maxLines = 10 RowNumbers_0_12_0.displayRowNumbers = true RowNumbers_1_11_0.displayRowNumbers = true RowNumbers_2_12_0.displayRowNumbers = true Segmentation_0_14_0.segmentation = full SoftWrap_0_11_0.enable = true [dashboard:_current] TimeRangePicker_0_1_0.selected = All time
This documentation applies to the following versions of Splunk: 4.3.2 View the Article History for its revisions.