File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ extracts the first IP address that matches in the log.
4646 <parse>
4747 @type grok
4848 <grok>
49- pattern %{COMBINEDAPACHELOG }
49+ pattern %{HTTPD_COMBINEDLOG }
5050 time_format "%d/%b/%Y:%H:%M:%S %z"
5151 </grok>
5252 <grok>
@@ -173,7 +173,7 @@ This generates following events:
173173 grok_failure_key grokfailure
174174 <grok>
175175 name apache_log
176- pattern %{COMBINEDAPACHELOG }
176+ pattern %{HTTPD_COMBINEDLOG }
177177 time_format "%d/%b/%Y:%H:%M:%S %z"
178178 </grok>
179179 <grok>
@@ -190,7 +190,7 @@ This generates following events:
190190
191191This will add keys like following:
192192
193- * Add ` grok_name: "apache_log" ` if the record matches ` COMBINEDAPACHELOG `
193+ * Add ` grok_name: "apache_log" ` if the record matches ` HTTPD_COMBINEDLOG `
194194* Add ` grok_name: "ip_address" ` if the record matches ` IP `
195195* Add ` grok_name: "rest_message" ` if the record matches ` GREEDYDATA `
196196
You can’t perform that action at this time.
0 commit comments