Questions tagged [access-log]

A list of all the requests for individual files that people have requested from a Web site. The server access log records all requests processed by the server.

238 questions
0
votes
0 answers

Export a workload log on YCSB

just learned that YCSB can run some predefined workloads. Is it possible to export a workload log? In other words, it is expected that the workload log can include some features for each access record, such as 1.operation: read, insert, or update 2.…
henrykohl
  • 36
  • 5
0
votes
0 answers

Random out of memory Issues in a WordPress application for Apache Server

I have a WordPress application running on a Xampp over a Windows machine. Here, arbitrary "out of memory" fatal errors are encountered in file wp-includes/wp-db.php. I checked with my .ini file and found the required configuration…
OM The Eternity
  • 15,694
  • 44
  • 120
  • 182
0
votes
1 answer

nginx remove POST from access_log that contains certain value

How can one remove from the access_logs certains rows that include sensitive informations. The information is supplied via POST and is send in the $request_body Following ways have failed: 1> log_format filter '[$time_iso8601]…
user8356572
0
votes
1 answer

My custom tomcat valve is not being intercepted

Here is the custom valve class that I wrote.. All it does is to mask password before logging to access log files ... package com.test; import org.apache.catalina.valves.AccessLogValve; public class FilteredAccessLogValve extends AccessLogValve { …
0
votes
1 answer

Customizing Weblogic HTTP extended logging format

Currently in my weblogic server I have enabled HTTP logging. Below is the current configuration. Format is "Extended". Extended Logging Format Fields is "date time cs-method cs-uri sc-status time-taken c-ip" So in access.log , logs are coming…
lichSkywalker
  • 45
  • 3
  • 10
0
votes
1 answer

Unable to convert Nginx access logs in Json Format

This is my nginx log format: $my_ip - - [12/Dec/2017:12:00:08 +0000] "GET / HTTP/1.1" 200 64972 "http://example.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/604.4.7 (KHTML, like Gecko) Version/11.0.2 Safari/604.4.7" I am using…
kapil matani
  • 157
  • 1
  • 9
0
votes
1 answer

Access log is empty with Grizzly server and Jersey

I am unable to make Grizzly server write an access log. The simplest setup is as follows: import org.glassfish.grizzly.http.server.HttpServer; import org.glassfish.grizzly.http.server.accesslog.AccessLogBuilder; import…
alllex
  • 115
  • 1
  • 7
0
votes
1 answer

Are there any notifications in AWS CloudFront Access Logs?

I'd like to use AWS AccessLogs for processing website impressions using an existing batch oriented ETL pipeline that grabs last finished hour of impressions and do a lot of further transformations with them. The problem with AccessLog though is that…
lisak
  • 21,611
  • 40
  • 152
  • 243
0
votes
1 answer

Apache httpd access logs or tomcat access logs

In our web application, which is deployed on tomcat server inside apache web server, we need to plot some metrics like count of specific API hits and latency on these APIs. In order to achieve it, we need to parse log files using something like…
Nipun
  • 65
  • 9
0
votes
1 answer

How To Tell weblogic To Not Log Certain Requests In Its Access Log?

I have all the requests going to access.log in weblogic server, I need to stop logging few request patterns. Is there any possibility ? I already customized the access loggers with CustomELFLogger and seems to be there is no option to stop the logs…
J.K
  • 11
  • 3
0
votes
0 answers

nginx for ubuntu open-source stream access_log not allowed

We have run nginx open source on windows using stream access_log successfully. When we try to run nginx open source on ubuntu using stream access_log, it is not allowed. Is there a way to enable stream server access_log in nginx open source on…
David Ringsmuth
  • 325
  • 1
  • 12
0
votes
1 answer

wp-login.php Flood in Acces Logs

I noticed that in my access logs these records are flooding. I'm not sure is this a brute force attack because the IP address is my server's IP. How can I figure what's going on? 185.124.86.73 - - [27/Dec/2016:06:39:04 +0300] "POST /wp-login.php…
oralunal
  • 393
  • 3
  • 16
0
votes
2 answers

Logstash Joining Field values in certain order after split.

I am trying to parse appache accesslogs with logstash for a project. To let elasticsearch search efficiënt I want to reverse the domainname. So for example: www.example.com Becomes com.example.www I tried to split the domainname and reverse that…
JasperFennet
  • 53
  • 10
0
votes
1 answer

JDBCAccessLogValue - Log HTTP POST content into SQL Server

I've a config in server.xml who is logging some access data (remoteHost, userName, virtualHost, method (post/get), query, referer) into a SQL Server database (with JDBCAccessLogValve). It's doing allright but i need to log the content of HTTP POST…
0
votes
1 answer

From Google Analytics to (nearly) access.log

Context: Many people want to export data from Google Analytics and migrate to another analytics tool, but there isn't a ready-to-use tool yet, see this issue of a well-known open-source project. It seems that it's not possible to get raw logs from…
Basj
  • 41,386
  • 99
  • 383
  • 673