Getting Data In

Attempting to index a apache logs directory

jslocomb
New Member

I am attempting to index a apache logs directory.

We use cronolog to split our apache log files We have a sub directory rotate_logs that have historical logs in GZ format.

I want to only index the error log files in /etc/httpd/logs and not the access logs or any time from subdirectories.

Tags (1)
0 Karma

southeringtonp
Motivator

Sounds like you want a blacklist on the filename. You can also turn off recursion if you don't want to descend into subdirectories.

For example:

[monitor:///etc/httpd/logs]
recursive = false
blacklist = \.gz$

Take a look at:
http://www.splunk.com/base/Documentation/4.1.5/admin/Inputsconf

and:
http://www.splunk.com/base/Documentation/4.1.5/admin/Whitelistorblacklistspecificincomingdata#Blackl...

Genti
Splunk Employee
Splunk Employee

directory structure and exact filenames desired would help too

0 Karma

Simeon
Splunk Employee
Splunk Employee

It would help to have your current settings and parameters used for this input.

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, ...