I am planning to setup SmartStore and was looking for Key configuration. Could you please share the Key configuration?
As you're a Splunker, I'd encourage you to search our internal Confluence. You'll find several examples in there.
Implementing Enabling SmartStore
Volume Configuration:
indexes.conf
[volume:<volumne_name>]
storageType = remote
path = <scheme>/<remote-location-specifier>
remote.s3.endpoint = <URL of S3 API>
remote.s3.secret_key =
remote.s3.access_key =
Index Configuration:
indexes.conf
[index_name]
homePath =
coldPath = <path required ,but not used>
remotePath = <volumn_name>/>index_name>
maxGlobalDataSizeMB =
drozenTimePeriodInSecs =
Note: You can have a mix of S2 and classic indexes on the same indexes
CacheManager Configuration
[cacahemanager]
max_cache_size = <MB pf cache size to use, where we start trigger eviction,default 0
eviction_padding = <MB of padding space,where minFreeDisk+padding starts trigger eviction, deafult 5GB
eviction_policy = lru
could you please share sample configuration for smart store for the following files as well ? as
as per documentation the key files are indexes.conf and server.conf
- limits.conf
https://docs.splunk.com/Documentation/Splunk/8.0.2/Indexer/ConfigureSmartStore
so can you please share ?
Is there any sample configuration file for smart store ?
- indexes.conf
- server.conf
- limits.conf
I am moving the existing environment Splunk 7.0 to Splunk 7.2.4 with smartstore. Can you please provide the all setting need to be set to default, disabled, ignored ...
Thanks in advance.