summary refs log tree commit diff
path: root/nixos/modules/services/logging
Commit message (Collapse)AuthorAge
* Merge branch 'master' into es6Bas van Dijk2018-08-23
|\
| * syslog-ng: fix reload serviceIzorkin2018-08-16
| |
| * syslog-ng: fix reload serviceIzorkin2018-08-16
| |
| * syslog-ng: enable reload serviceIzorkin2018-08-15
| |
* | logstash: update default version to v6Jörg Thalheim2018-08-03
|/
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
|
* nixos/journalwatch: fix evaluationvolth2018-07-09
|
* nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink2018-06-30
|
* nixos/journaldriver: add module for journaldriver log forwarderVincent Ambo2018-06-18
| | | | | | | | | | | | | | | | | | | | | Adds a module for running the journaldriver log forwarding agent via systemd. The agent can be deployed on both GCP instances and machines hosted elsewhere to forward all logs from journald to Stackdriver Logging. Consult the module options and upstream documentation for more information. Implementation notes: * The service unit is configured to use systemd's dynamic user feature which will let systemd set up the state directory and appropriate user configuration at unit launch time instead of hardcoding it. * The module depends on `network-online.target` to prevent a situation where journaldriver is failing and restarting multiple times before the network is online.
* graylog: use jre_headlessRobin Gloster2018-03-22
|
* nixos/logcheck: replace rm with rm -r to delete the empty logcheck.logfiles.d/Philipp Dörfler2017-12-17
| | | | Fixes #29906
* nixos/logstash: Listen on 127.0.0.1 instead of 0.0.0.0Sarah Brofeldt2017-12-09
|
* graylog module: adapt to Graylog version 2.3.0Tristan Helmich2017-08-11
|
* services.fluentd: add plugins optionDan Peebles2017-08-08
| | | | | This allows us to pass in additional ad-hoc fluentd plugins for custom output formats and other goodness.
* journalwatch & journalwatch service: init at 1.1.0Florian Jacob2017-07-16
|
* heartbeat service: initTristan Helmich2017-07-02
|
* ELK: update kibana and the elastic beats to 5.4 (#26252)Bas van Dijk2017-06-13
| | | | | | | * Add kibana5 and logstash5 * Upgrade the elastic beats to 5.4 * Make sure all elastic products use the same version (see elk5Version) * Add a test for the ELK stack
* SystemdJournal2Gelf.service: new serviceMateusz Kowalczyk2017-05-25
|
* treewide: use boolToString functionFranz Pletz2017-04-11
|
* nixos/treewide: systemd.time is in manvolume 7Franz Pletz2017-03-21
| | | | cc #23396
* nixos/modules: use defaultText/literalExample where applicableJoachim Fasting2017-03-07
| | | | | Primarily to fix rendering of default values/examples but also to avoid unnecessary work.
* graylog module: add plugin supportTristan Helmich2017-02-23
|
* Merge pull request #20456 from ericsagnes/feat/loaf-dep-1Joachim F2017-02-19
|\ | | | | Use attrsOf in place of loaOf when relevant
| * logcheck module: ignore, ignoreCron option loaOf -> attrsOfEric Sagnes2016-11-16
| |
* | Merging with upstreamParnell Springmeyer2017-01-29
|\ \
| * | fluentd module: add configurable package optionDan Peebles2017-01-27
| | |
* | | Getting rid of the var indirection and using a bin path insteadParnell Springmeyer2017-01-29
| | |
* | | Addressing PR feedbackParnell Springmeyer2017-01-28
| | |
* | | Merging against master - updating smokingpig, rebase was going to be messyParnell Springmeyer2017-01-26
|\| |
| * | Merge pull request #21311 from makefu/services/logstashRobin Gloster2017-01-25
| |\ \ | | | | | | | | services.logstash: default options, examples and address update
| | * | services.logstash: rename address to listenAddressmakefu2017-01-13
| | | |
| | * | services.logstash: update example and default filtermakefu2017-01-13
| | | |
| * | | journalbeat service: init at 5.1.2Marius Bergmann2017-01-23
| |/ / | | | | | | | | | | | | | | | Journalbeat is a log shipper from systemd/journald to Logstash/Elasticsearch. I added a package as well as a NixOS service module for it.
* | | setcap-wrapper: Merging with upstream master and resolving conflictsParnell Springmeyer2017-01-25
|\| |
| * | syslogd service: assert conflict with rsyslogdJoachim Fasting2016-12-10
| |/ | | | | | | | | Enabling both these at the same time fails because they implement the same interface.
| * logcheck module: use enumEric Sagnes2016-11-05
| |
| * logcheck module: optionSet -> submoduleEric Sagnes2016-09-13
| |
* | Adapting everything for the merged permissions wrappers work.Parnell Springmeyer2016-09-01
|/
* logstash: 1.5.3 -> 2.3.4Christian Lask2016-07-27
| | | | | | | Note: the option to configure the watchdog timeout seems to be gone in the 2.3 series of Logstash. It complains about an unknown option and it is not in the source anymore. I am thus removing this configuration option to adjust the service to these changes, too.
* logstash: fix examples in service fileSheena Artrip2016-06-24
|
* graylog service: Initial graylog serviceTristan Helmich2016-04-28
|
* symlinkJoin: accept set as an argument with additional optionsNikolay Amiantov2016-04-26
|
* awstats: init at 7.4, including a simple serviceVladimír Čunát2016-03-11
|
* nixos-modules: Fixes related to "literalExample" and "defaultText".Thomas Strobel2016-02-29
|
* logstash module: use literalExampleRobin Gloster2016-02-13
|
* Add missing 'type', 'defaultText' and 'literalExample' in module definitionsThomas Strobel2016-01-17
| | | | | | - add missing types in module definitions - add missing 'defaultText' in module definitions - wrap example with 'literalExample' where necessary in module definitions
* jobs -> systemd.servicesRobin Gloster2016-01-07
|
* Manual: Remove store path referencesEelco Dolstra2015-09-24
|
* logstash service: fix startupJaka Hudoklin2015-09-06
|
* Some more type cleanupEelco Dolstra2015-06-15
|