Versioner sammenlignet

Nøgle

  • Linjen blev tilføjet.
  • Denne linje blev fjernet.
  • Formatering blev ændret.

...

As we can see, some hits are wrong, so we fine grade the Humio query (refer to Parsing Apache Logs with Splunk for real user hits....):

Kodeblok
parser=apache 
| source = "/var/log/apache2/www.mos-eisley.dk-access.log"| (url="/display*" or url="/pages/viewpage*") and url != "/display/public/HealthCheckPage*" and @rawstring != useragent!="*bot*" and  useragent!="*spider*" and useragent!="*facebookexternalhit*" and useragent!="*crawler*" and useragent!="*Datadog Agent*"

f