aboutsummaryrefslogtreecommitdiffstats
path: root/container-accesslogging
Commit message (Collapse)AuthorAgeFilesLines
* Minor fixesJon Bratseth2018-10-142-3/+3
|
* Use ProcessExecuterJon Bratseth2018-10-121-4/+2
|
* Ensure the file is created when testing for it.Henning Baldersheim2018-10-101-1/+1
|
* Properly shutdown the executor service.Henning Baldersheim2018-10-101-3/+4
|
* Do compression in a different thread to avoid filling Q during compression.Henning Baldersheim2018-10-101-18/+24
|
* Test compression on logrotate and correct visibility and cleanup unused code.Henning Baldersheim2018-10-102-68/+94
|
* Do not delete uncompressed file on error.Henning Baldersheim2018-10-091-5/+9
|
* Must wait until gzip is actually done.Henning Baldersheim2018-10-091-1/+2
|
* Use full path instead of just filename, as it might contain a path.Henning Baldersheim2018-09-261-2/+3
|
* Do not try to compress or in any way handle a file that does not exist.Henning Baldersheim2018-09-261-9/+11
|
* Revert "Revert "Balder/add native fadvise""Henning Baldersheim2018-09-261-3/+17
|
* Revert "Balder/add native fadvise"Jon Marius Venstad2018-09-261-17/+3
|
* Fix comments from pull request review.Henning Baldersheim2018-09-261-4/+4
| | | | - Better naming and make static what can be static.
* Do not expose error.Henning Baldersheim2018-09-261-3/+17
| | | | Drop from cache after rotation.
* Merge pull request #6837 from vespa-engine/arnej/add-retention-enforcerArne H Juul2018-09-102-2/+12
|\ | | | | enforce log retention policies
| * enforce log retention policiesArne Juul2018-09-062-2/+12
| | | | | | | | | | | | | | | | | | | | | | * for access logs, save meta-data about the log file itself in a simple format. * implement a proof-of-concept shell script that removes log files after one month. * ensure retention enforcer is started when services start * note that retention enforcer will continue running even after services stop, but it has protection to ensure that it won't multiply endlessly.
* | Use newer setScale() that is not deprecated.gjoranv2018-09-041-1/+1
| |
* | Remove custom plugin configuration, inherit from parent.gjoranv2018-09-041-11/+0
|/
* Avoid using deprecated code and enable it as error.Henning Baldersheim2018-08-285-9/+8
|
* Replace 'tonytv' with full name in author tagsBjørn Christian Seime2018-07-056-6/+6
|
* Revert "Revert "Gjoranv/java9 prep 05""gjoranv2018-05-021-1/+1
|
* Revert "Gjoranv/java9 prep 05"gjoranv2018-05-021-1/+1
|
* Java 9: Replace 'new Long' with 'Long.valueOf'gjoranv2018-05-011-1/+1
|
* do not block waiting for gzip to finishArne Juul2018-04-171-2/+1
|
* Allow applications to request exlcusive access to hostsJon Bratseth2018-03-201-1/+1
|
* ensure gzip of access logs for hosted vespa onlyArne Juul2018-03-121-1/+1
|
* hack in gzip of access logsArne Juul2018-03-114-6/+43
|
* Remove junit.fdramework usageJon Bratseth2018-03-023-11/+29
|
* SimpleDateFormat is not thread-safeBjørn Christian Seime2018-02-021-6/+4
|
* Don't use getURI in json and vespa access log formatBjørn Christian Seime2018-02-013-20/+13
|
* Copy raw path and query from request to access log entryBjørn Christian Seime2018-02-011-2/+3
|
* Refactor uri creation logic into separate methodBjørn Christian Seime2018-02-011-0/+8
|
* Add rawPath and rawQuery to AccessLogEntryBjørn Christian Seime2018-02-011-0/+36
|
* Remove time-iso8601 fieldBjørn Christian Seime2017-12-182-8/+0
|
* Fix silly bugBjørn Christian Seime2017-12-061-1/+1
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Merge pull request #4307 from vespa-engine/bjorncs/ssl-details-access-logBjørn Christian Seime2017-11-292-4/+21
|\ | | | | Bjorncs/ssl details access log
| * Add ssl principal to json access logBjørn Christian Seime2017-11-291-0/+5
| |
| * Remove type of user principal from json logBjørn Christian Seime2017-11-291-4/+1
| |
| * Add client tls certificate principal to access log entryBjørn Christian Seime2017-11-291-0/+15
| |
* | Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
|/
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Add access logging of user principalBjørn Christian Seime2017-11-172-0/+24
|
* Also log timestamp in human-friendly formatBjørn Christian Seime2017-11-162-0/+8
|
* Add 'secure' and 'local-port' to JSON access logBjørn Christian Seime2017-11-153-5/+45
|
* Nonfunctional changes onlyJon Bratseth2017-10-311-1/+2
|
* Add copyright headerJon Bratseth2017-10-271-0/+1
|
* Revert "Revert "Aressem/remove post install script""Arnstein Ressem2017-09-271-0/+2
|