Configure monitor inputs for the Splunk Add-on for Apache Web Server¶
The Splunk Add-on for Apache Web Server collects data through file monitoring. After installing the add-on, you need to configure the platform to monitor the access and error log file generated by Apache Web Server. You can user either Splunk Web to create the monitor input or edit the inputs.conf directly.
Configure monitoring input through Splunk Web¶
Configure file monitoring inputs on your data collection node for the Apache Web Server access and error log file.
Configure access log input¶
Configure file monitoring inputs on your data collection node for the Apache Web Server access log file.
- Log into Splunk Web.
- Select Settings > Data inputs > Files & directories.
- Click New.
- Click Browse next to the File or Directory field.
-
Navigate to the access log file generated by the Apache Web Server and click Next.
Note
The default location of the access log file may vary from different system. The default location of access log usually is
/var/log/apache/access.logor/var/log/apache2/access.log, but your path may differ. -
On the Input Settings page, next to Source type, click Select.
-
From the Select Source Type drop-down, select Web, then
apache:access:kvorapache:access:json, andapache:error, or type these source types in the search field.Note
You can select the
apache:access:jsonformatting option only after completing the apache:access:json formatting configuration steps from the Configure log formatting on the Apache Web Server using httpd.conf. -
Select Review.
- After you review the information, select Submit.
Configure error log inputs¶
Configure file monitoring inputs on your data collection node for the Apache Web Server error log file.
- Log into Splunk Web.
- Select Settings > Data inputs > Files & directories.
- Click New.
- Click Browse next to the File or Directory field.
-
Navigate to the error log file generated by the Apache Web Server and click Next.
Note
The default location of the error log file may vary from different system. The default location of error log usually is
/var/log/apache/error.logor/var/log/apache2/error.log, but your path may differ. And Apache Web Server may have multiple access logs and error logs, you can add an asterisk wildcard at the end of file name to retrieve all log data. -
On the Input Settings page, next to Source type, click Select.
-
From the Select Source Type drop-down, select Web, then
apache:access:kvorapache:access:json, andapache:error, or type these source types in the search field.Note
You can select the apache:access:json formatting option only after completing the apache:access:json formatting configuration steps from the Configure log formatting on the Apache Web Server using httpd.conf topic in this manual.
-
Select Review.
- After you review the information, select Submit.
Configure monitoring input through inputs.conf¶
You can create an inputs.conf file and configure the monitor input in this file instead of using Splunk Web.
- Using a text editor, create a file named
inputs.confin the$SPLUNK_HOME/etc/apps/Splunk_TA_apache/localfolder. -
Add the following stanza and lines, replacing
<path>with the actual path to access log and error log, and save the file.Note
You can add an asterisk wildcard at the end of the file name to retrieve all log data.
[monitor://<path>] sourcetype=apache:error disabled = 0 [monitor://<path>] sourcetype=apache:access:kv disabled = 0You can select the
apache:access:combinedoption for the default out-of-the-box events. For theapache:access:jsonformatting option, users can only select this after completing theapache:access:jsonformatting configuration steps in enhanced log formatting on the Apache Web Server using httpd.conf. -
Restart the Splunk platform for the new input to take effect.