And if it helps, the filebeat 6.8.6 index template has the following:
"apache2.access.ssl.protocol",
"apache2.access.ssl.cipher",
"apache2.access.user_name",
"apache2.access.method",
"apache2.access.url",
"apache2.access.http_version",
"apache2.access.referrer",
"apache2.access.agent",
"apache2.access.user_agent.device",
"apache2.access.user_agent.patch",
"apache2.access.user_agent.name",
"apache2.access.user_agent.os",
"apache2.access.user_agent.os_name",
"apache2.access.geoip.continent_name",
"apache2.access.geoip.country_iso_code",
"apache2.access.geoip.region_name",
"apache2.access.geoip.city_name",
"apache2.access.geoip.region_iso_code",
"apache2.error.level",
"apache2.error.client",
"apache2.error.message",
"apache2.error.module",
but nothing with the http.
prefix.
===
And these are the only ones listed in the filebeat-7.5.1 template:
"http.request.body.content",
"http.request.method",
"http.request.referrer",
"http.response.body.content",
"http.version",
"apache.access.ssl.cipher",
"apache.error.module",
====
Should I be using the Apache2 or the Apache module? I was reading and it seems that I should use the Apache one?
Thx