Splunk Search

warm バケットから cold にロールされない

cwl
Contributor

5.0.2を使っていますが、warmバケットが全然coldバケットにロールされないです。原因はなんですか?回避策はありますか?


My buckets never roll from warm to cold. What is the cause and is there any workaround ?

Tags (3)
0 Karma
1 Solution

cwl
Contributor

indexes.confのcoldPathやhomePathの最後の文字が「/」になっているかを確認してください。「/」をつけてある場合、SPL-74785の問題が発生している可能性が高いです。

coldPath = volume:volumecold/xxx/
homePath = volume:volumehot/xxx/

回避策としては最後の「/」を消すことです。また、SPL-74785の問題は5.0.7で修正されます。

coldPath = volume:volumecold/xxx
homePath = volume:volumehot/xxx

You might be hitting SPL-74785. The issue should be fixed in 5.0.7. Please remove the last / character from coldPath and homePath in indexes.conf as workaround.

Not use :


coldPath = volume:volumecold/xxx/
homePath = volume:volumehot/xxx/

Use :


coldPath = volume:volumecold/xxx
homePath = volume:volumehot/xxx

View solution in original post

0 Karma

cwl
Contributor

indexes.confのcoldPathやhomePathの最後の文字が「/」になっているかを確認してください。「/」をつけてある場合、SPL-74785の問題が発生している可能性が高いです。

coldPath = volume:volumecold/xxx/
homePath = volume:volumehot/xxx/

回避策としては最後の「/」を消すことです。また、SPL-74785の問題は5.0.7で修正されます。

coldPath = volume:volumecold/xxx
homePath = volume:volumehot/xxx

You might be hitting SPL-74785. The issue should be fixed in 5.0.7. Please remove the last / character from coldPath and homePath in indexes.conf as workaround.

Not use :


coldPath = volume:volumecold/xxx/
homePath = volume:volumehot/xxx/

Use :


coldPath = volume:volumecold/xxx
homePath = volume:volumehot/xxx

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...