Hi all,
I configured a smartstore into 2 new splunk core infrastractures. i didnt' encounter error setting the indexer and multisite but when i configured the smartstore I started to receive these errors multiple time:
ERROR CacheManager [1721417 cachemanagerUploadExecutorWorker-3] - action=upload, cache_id="*THE*BUCKET*", status=failed, reason="HTTP Error 14: Retry policy exhausted in Read(): PerformWork() - CURL error [6]=Couldn't resolve host name [UNAVAILABLE]", elapsed_ms=881841
ERROR CacheManager [1721414 cachemanagerUploadExecutorWorker-0] - action=upload, cache_id="*THE*BUCKET*", status=failed, reason="HTTP Error 9: Permanent error in ComposeObject: {\n "error": {\n "code": 412,\n "message": "At least one of the pre-conditions you specified did not hold.",\n "errors": [\n {\n "message": "At least one of the pre-conditions you specified did not hold.",\n "domain": "global",\n "reason": "conditionNotMet",\n "locationType": "header",\n "location": "If-Match"\n }\n ]\n }\n}\n [FAILED_PRECONDITION]", elapsed_ms=327982
I checked the content of GCS folder with cmd:
splunk cmd splunkd rfs ls index:my_index | grep *THE*BUCKET*IN*ERROR*
I check the bucket and it's in the folder.
I tried to restart CM and a rolling restart of indexer but the error persist.
I share the .conf: server.conf:
[cachemanager] max_cache_size = 250000 hotlist_recency_secs = 604800 max_concurrent_downloads = 4 hotlist_bloom_filter_recency_hours = 168
indexes.conf:
[volume:remote_store] storageType = remote path = gs://bucket remote.gs.credential_file=cred
... View more