Getting Data In

Does it affect Splunk to monitor encrypted archive data?

yutaka1005
Builder

I know that Splunk doesn't support monitoring of encrypted data.

But I want to know what happens when Splunk tries to monitor encrypted archive data,
because I think that there is a possibility that Splunk accidentally monitored encrypted archive data when I configure dir monitoring.

  1. In whatever form (collapsed etc.), does Splunk capture those data?

  2. Are there any effects to performance?

  3. Can I detect monitoring of encrypted data from internal log or other some information?

If someone knows about it, please tell me.

0 Karma
1 Solution

HiroshiSatoh
Champion

検証してみました。

以下のようなログを出力して処理を終了するだけです。

INFO  ArchiveProcessor - Finished processing file 'XXX.zip', removing from stats

TailProcessorは対象となったファイルを再び監視し、更新日が変更されれば再度同じ処理を行います。
list monitorすれば監視対象としてZIPファイルが表示されます。読めないファイルを監視するので無駄といえば無駄ですが、その程度のことです。数ファイル、3時間程度での検証ですがリソースの増加も認められませんでした。

View solution in original post

0 Karma

HiroshiSatoh
Champion

検証してみました。

以下のようなログを出力して処理を終了するだけです。

INFO  ArchiveProcessor - Finished processing file 'XXX.zip', removing from stats

TailProcessorは対象となったファイルを再び監視し、更新日が変更されれば再度同じ処理を行います。
list monitorすれば監視対象としてZIPファイルが表示されます。読めないファイルを監視するので無駄といえば無駄ですが、その程度のことです。数ファイル、3時間程度での検証ですがリソースの増加も認められませんでした。

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...