Getting Data In

How do I process rar files on a Windows Splunk install?

approachct
Path Finder

I thought that Splunk would read compressed files and load them, however it is telling me the rar file is a binary. I have a directory loader in Splunk set up with type IIS-2. Can Splunk load the rar files with IIS logs inside them?

Tags (2)
0 Karma

jbsplunk
Splunk Employee
Splunk Employee

You should use unarchive_cmd in props.conf for the sourcetype. See the following documentation:

http://www.splunk.com/base/Documentation/latest/admin/Propsconf

unarchive_cmd = <string>
* Only called if invalid_cause is set to "archive".
* This field is only valid on [source::<source>] stanzas.
* <string> specifies the shell command to run to extract an archived source.
* Must be a shell command that takes input on stdin and produces output on stdout.
* Use _auto for Splunk's automatic handling of archive files (tar, tar.gz, tgz, tbz, tbz2, zip)
* Defaults to empty.
0 Karma

approachct
Path Finder

Thanks. I have this configured but it is not working. How can I confirm or debug splunk calling the command line? It works outside splunk, but not inside it.

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

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

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...