Splunk Search

Splunk Hunkのジョブ調査結果取得無効方法について

kazuhiro_yamada
Explorer

Splunk Hunk(splunk analytics for hadoop)を使用しています。
バージョンは6.6.1です。
「ジョブの調査」をクリックすると表示される実行コストなどの情報取得を無効にする方法を教えてください。

0 Karma

nkoyama_splunk
Splunk Employee
Splunk Employee

 当該データは、検索毎に作成される、結果を格納するinfo.csvに保存されるデータになります。当該機能はトラブルシューティング等に利用される内部処理ですので、機能そのものの無効化はできないみたいです。
$SPLUNK_HOME/var/run/splunk/dispatch/<サーチ毎のIDフォルダ>/info.csv

但し、上記の検索毎に作成されるフォルダの保存期間を変更することは可能です。(通常のアドホックサーチは10分)
・アドホックサーチの場合

limits.conf

[search]
ttl=<integer:秒>
remote_ttl=<integer:秒>
[subsearch]
ttl=<integer:秒>

https://docs.splunk.com/Documentation/SplunkCloud/6.6.3/Search/Dispatchdirectoryandsearchartifacts

0 Karma

kazuhiro_yamada
Explorer

ご回答ありがとうございます。
無効化はできないとのこと承知しました。
いただいた「保存期間を変更する」方法を参考にさせていただきます。

0 Karma
Get Updates on the Splunk Community!

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...

Detecting Remote Code Executions With the Splunk Threat Research Team

REGISTER NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If ...