2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Splunk よくあるエラー(error) 対処法

Last updated at Posted at 2019-09-19

#ディスクスペース(Disk Space)が足りない
image.png

デフォルトでは5000MBなので以下のコマンドで閾値をへらすことでアラートは止めれる
当然容量が増えるわけではないのでできるならば増やしましょう。
https://docs.splunk.com/Documentation/Splunk/7.3.1/Indexer/Setlimitsondiskusage

splunk set minfreemb 1000
splunk restart

もしくは直接confを編集して、再起動

splunk/etc/system/local/server.conf
[diskUsage]
minFreeSpace = 1000
2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?