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 Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...

Updated Data Management and AWS GDI Inventory in Splunk Observability

We’re making some changes to Data Management and Infrastructure Inventory for AWS. The Data Management page, ...