Splunk® App for NetApp Data ONTAP (Legacy)

Deploy and Use the Splunk App for NetApp Data ONTAP

Acrobat logo Download manual as PDF


This documentation does not apply to the most recent version of Splunk® App for NetApp Data ONTAP (Legacy). For documentation on the most recent version, go to the latest release.
Acrobat logo Download topic as PDF

tsidx_retention.conf

This is the spec file for tsidx_retention.conf.

tsidx_retention.conf.spec

# Copyright (C) 2005-2015 Splunk Inc. All Rights Reserved.
#
# This file contains all possible options for a tsidx_retention.conf file.  Use this file to configure 
# how Splunk Enterprise retains TSIDX namespaces.
#
# To learn more about configuration files (including precedence) see the documentation 
# located at http://docs.splunk.com/Documentation/Splunk/latest/Admin/Aboutconfigurationfiles.
#
# Use caution when you change the settings in this configuration file. 
# Consult technical support (http://www.splunk.com/page/submit_issue) for assistance. 

# GLOBAL SETTINGS
# Use the [default] stanza to define any global settings.
#     * You can also define global settings outside of any stanza, at the top of the file.
#     * Each conf file should have at most one default stanza. If there are multiple default
#       stanzas, attributes are combined. In the case of multiple definitions of the same
#       attribute, the last definition in the file wins.
#     * If an attribute is defined at both the global level and in a specific stanza, the
#       value in the specific stanza takes precedence

[<stanza name>]
   * Create a unique stanza name for each TSIDX namespace
   * Follow the stanza name with any number of the following attribute/value pairs.
   * If you do not specify an attribute, Splunk uses the default.

maxTotalDataSizeMB = <integer>
	* The maximum size of an namespace (in MB). 
	* If an index grows larger than the maximum size, the oldest data is frozen.
	* This parameter will only have an effect if the size limit has been reached and if there exists files
      that can be deleted that does not cause the size to dip below the the limit.
	* Defaults to 500000.
	* Highest legal value is 4294967295
	* Lowest legal value is 50

retentionTimePeriodInSecs = <integer>
	* Number of seconds after which a namespace file is deleted (based on the date of the latest event).
	* IMPORTANT: Every event in the DB must be older than frozenTimePeriodInSecs before it will be deleted.
	* Defaults to 188697600 (6 years).
	* Highest legal value is 2147483647
	* Lowest legal value is 86400 (one day)
Last modified on 21 August, 2015
PREVIOUS
Set DCN log levels
  NEXT
Data model acceleration configuration file reference

This documentation applies to the following versions of Splunk® App for NetApp Data ONTAP (Legacy): 2.0, 2.0.1, 2.0.2, 2.0.3


Was this documentation topic helpful?


You must be logged into splunk.com in order to post comments. Log in now.

Please try to keep this discussion focused on the content covered in this documentation topic. If you have a more general question about Splunk functionality or are experiencing a difficulty with Splunk, consider posting a question to Splunkbase Answers.

0 out of 1000 Characters